@charset "UTF-8";

*, *:before, *:after {
	box-sizing: border-box;
}
.container .bar-menu .cp_cont {
	width: 100%;
	text-align: right;	
}
.bar-menu .cp_cont {
	width:100%;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: 10vh;
}
.cp_offcm01 {
	position: absolute;
	top: 5px;
	right: 11px;
	display: inline-block;
	text-align: left;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 280px;
	height: 100%;
	cursor: pointer;
	-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);
	background-color: rgba(75,182,173,1);
	opacity: 1;
}
@media (max-width: 490px) {
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 230px;
	height: 100%;
	cursor: pointer;
	-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);
	background-color: rgba(75,182,173,1);
	opacity: 1;
}
}

.cp_offcm01 .cp_menu ul {
	padding: 0;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
	margin-right: 10px;
	margin-left: 36px;
	font-size: 14px;
}
@media (max-width: 490px) {
.cp_offcm01 .cp_menu li {
	list-style: none;
	margin-right: 10px;
	margin-left: 16px;
	font-size: 14px;
}
}

.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFFFFF;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9BF7EE;*/
}
.cp_offcm01 .cp_menu li a:hover {
	text-decoration: underline;
}
.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.3em;
	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: #4bb6ad;*/
	color: rgba(75,182,173,1);
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-200px);
	transform: translateX(-310px);
	position: fixed;
	right: 0.4em;
}


.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: "Material Icons";
	content: 'menu';
	font-size: 2.4em;
	position: fixed;
	right: 0.3em;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	font-family: "Material Icons";
	content: 'clear';
	/*margin-right: 68px;*/
	font-size: 2.4em;
	right: -0.8em;
	
}
@media (max-width: 490px) {
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: 'clear';
	right: -2.4em;
}
}


/* contents */
.cp_contents {
	color: #fff;
	text-align: right;
}
li.menu-sp {
	border: 1px solid #FFF;
	width: 200px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
li.sub-link a {
	font-size: 13px;
	line-height: 1em;
}
