*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
header .navi > a {
	text-decoration: none;
	color: inherit;
}
header .navi .cp_offcm01 {
	position: absolute;
	top: 30px;
	right: 30px;
	display: inline-block;
}
/* menu */
header .navi .cp_offcm01 .cp_menu {
	position: fixed;
	top: 120px;
	right: -100vw;
	width: 100%;
	height: 100%;
    overflow-y: auto;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
    padding: 50px;
    box-sizing: border-box;
	background-color: rgba(114,114,114,.90);
    font-size:14px;
    font-weight: bold;
}
header .navi .cp_offcm01 .cp_menu ul {
	margin: 1em auto;
	padding: 0;
}
header .navi .cp_offcm01 .cp_menu li {
	list-style: none;
    text-align: center;
}
header .navi .cp_offcm01 .cp_menu li.small {
	list-style: none;
    text-align: center;
    margin-bottom: 0;
}
header .navi .cp_offcm01 .cp_menu li a {
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
header .navi .cp_offcm01 .cp_menu li.small a {
	display: block;
	padding: 0;
    margin: 0;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
header .navi .cp_offcm01 .cp_menu li ul {
	margin: 0 auto;
	/*border-top: 1px solid #ccc;*/
}
header .navi .cp_offcm01 .cp_menu li ul li{
	list-style: none;
    text-align: center;
}
header .navi .cp_offcm01 .cp_menu li ul li:last-child{
	list-style: none;
}

header .navi .cp_offcm01 .cp_menu li ul li a{
	display: block;
    text-align: center;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
/*header .navi .cp_offcm01 .cp_menu li ul li a:before{
    font-family: 'Font Awesome 5 Free';
	content: '\f054'; 
    font-weight: bold;
    color: #443f32;
    margin-right: .5em;
}*/


header .navi .cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
header .navi .cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
header .navi .cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding:0 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #443f32;
    height: 50px;
    width: 50px;
}
header .navi .cp_offcm01 #cp_toggle01:checked ~ label {
	/*-webkit-transform: translateX(-90%);
	        transform: translateX(-90%);*/
}
header .navi .cp_offcm01 #cp_toggle01 ~ label::before {
	/*font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0c9';/*/
    content:"";
    display:inline-block;
    width:50px;
    height:50px;
	background: url("../common/btn_menu_before.png") no-repeat;
    background-size:contain;
}
header .navi .cp_offcm01 #cp_toggle01:checked ~ label::before {
    content:"";
    display:inline-block;
    width:50px;
    height:50px;
	background: url("../common/btn_menu_after.png") no-repeat;
    background-size:contain;
}
/* contents */
header .navi .cp_contents {
	color: #000;
	text-align: center;
}
.cp_menu ul li label {
    display: block;
    cursor :pointer;
}
.cp_menu ul li input {
    display: none;
}
.cp_menu ul li ul {
    margin: 0;
    padding:  0;
    list-style: none;
    font-weight: normal;
}
.cp_menu ul li ul li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.cp_menu #type1:checked ~ #links1 li,
.cp_menu #type2:checked ~ #links2 li {
    height: 1.8em;
    opacity: 1;
}        
@media screen and (max-width:810px){
header .navi .cp_offcm01 {
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
}
header .navi .cp_offcm01 .cp_menu {
	position: fixed;
	top: 60px;
	right: -100vw;
	width: 100%;
	height: 100%;
    overflow-y: auto;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
    padding: 15px;
    box-sizing: border-box;
	background-color: rgba(114,114,114,.90);
    font-size:14px;
    font-weight: bold;
}
/* menu toggle */
header .navi .cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding:0 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #443f32;
    height: 24px;
    width: 24px;
}
header .navi .cp_offcm01 #cp_toggle01:checked ~ label {
	/*-webkit-transform: translateX(-90%);
	        transform: translateX(-90%);*/
}
header .navi .cp_offcm01 #cp_toggle01 ~ label::before {
	/*font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0c9';/*/
    content:"";
    display:inline-block;
    width:24px;
    height:24px;
	background: url("../common/btn_menu_before.png") no-repeat;
    background-size:contain;
}
header .navi .cp_offcm01 #cp_toggle01:checked ~ label::before {
    content:"";
    display:inline-block;
    width:24px;
    height:24px;
	background: url("../common/btn_menu_after.png") no-repeat;
    background-size:contain;
}
}
@media (orientation: landscape)and (max-width: 1030px){
header .navi .cp_offcm01 {
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
}
header .navi .cp_offcm01 .cp_menu {
	position: fixed;
	top: 60px;
	right: -100vw;
	width: 100%;
	height: 100%;
    overflow-y: auto;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
    padding: 15px;
    box-sizing: border-box;
	background-color: rgba(114,114,114,.90);
    font-size:14px;
    font-weight: bold;
}
header .navi .cp_offcm01 #cp_toggle01 ~ label::before {
	/*font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0c9';/*/
    content:"";
    display:inline-block;
    width:24px;
    height:24px;
	background: url("../common/btn_menu_before.png") no-repeat;
    background-size:contain;
}
header .navi .cp_offcm01 #cp_toggle01:checked ~ label::before {
    content:"";
    display:inline-block;
    width:24px;
    height:24px;
	background: url("../common/btn_menu_after.png") no-repeat;
    background-size:contain;
}

}
