﻿@charset "utf-8";
.sidenav {
	display: none;
}
.colorchange {
	background-color: #ffffff;
}
.closeBtn {
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 18px;
	padding-bottom: 15px;
	text-decoration: none;
	font-size: 1.1em;
	color: #333333;
	display: block;
	transition: 0.3s;
	cursor: pointer;
	text-align: center;
	background-color: #d95a24;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	height: 5px;
	line-height: 0px;
}
.container {
	display: none ;
}
@media screen and (max-width:768px) {

.container {
	display: inline-block;
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	margin-right: 30px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: right;
	clear: both;
	border: none;
	border-radius: 5px;
	z-index: 2000;
	position: fixed;
	width: auto;
	text-align: center;
	top: 0;
	right: 0;
	margin-top: 10px;
}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 2px;
	background-color: #333333;
	margin: 10px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	transform: rotate(-45deg) translate(-10px, 10px);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -7px);
	transform: rotate(45deg) translate(-6px, -7px);
}
.cont {
	margin: 5px 30px 0px 0px;
	transition: 0.5s;
}/*×の位置*/
.sidenav {
	display: block;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0px;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 100px;
	padding-bottom: 10px;
	background-color: #dae2e5; 
}
    .txtspan {
        position: fixed;
        margin: 10px 0px 0px 5px;
    }
    .imgico {
        margin: 5px 5px 0px 0px;
    }
	.sidenav .imgico img {
		width: 40px ;
		height: auto ;		
	}
    .sidenav a {
		width: 90% ;
        padding-top: 10px;
        padding-right: 8px;
        padding-left: 18px;
        padding-bottom: 10px; /*15px*/
        text-decoration: none;
        font-size: 1.1em;
		line-height: 1.8 ;
        color: black;
        display: block;
        transition: 0.3s;
		border-bottom: solid 1px #1ba39c ;
		margin: 0 auto ;
    }
  

.sidenav a:hover {
	color: #333333;
	background-color: #f0faff ;
}

.sideBarAnimA {
	width: 230px;
	transition: 0.5s;
}
.sideBarAnimB {
	margin-right: 230px;
	transition: 0.5s;
}
.sideBarAnimC {
	margin-right: 230px;
	transition: 0.5s;
}
}
@media screen and (max-width:375px) {
.container {
	display: inline-block;
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: right;
	clear: both;
	border: none;
	border-radius: 5px;
	z-index: 99;
	position: fixed;
	width: auto;
	text-align: center;
	top: 0;
	right: 0;
	margin-top: 5px;
}
.bar1, .bar2, .bar3 {
	width: 31px;
	height: 3px;
	background-color: #333333;;
	margin: 8px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-11px, 10px);
	transform: rotate(-45deg) translate(-9px, 10px);
}
.cont {
	margin: 5px 20px 0px 0px;
	transition: 0.5s;
}
.sidenav {
	display: block;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 90; /*×が右側にある時*/
	top: 0px;
	right: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #dae2e5; 
}
.sideBarAnimA {
	width: 230px;
	transition: 0.5s;
}
.sideBarAnimB {
	margin-right: 230px;
	transition: 0.5s;
}
.sideBarAnimC {
	margin-right: 230px;
	transition: 0.5s;
}
}
@media screen and (max-width:320px) {
.container {
	display: inline-block;
	cursor: pointer;
	padding: 1px 3px 1px 3px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: right;
	clear: both;
	border: none;
	border-radius: 5px;
	z-index: 99;
	position: fixed;
	width: auto;
	text-align: center;
	top: 0;
	right: 0;
	margin-top: 0px;
}
	
}
