*{
	margin:0;
	padding:0;
	font-weight:500;
}
body{
	font-family:   'Noto Sans JP', sans-serif;
//	height:100%;


}

.container {
    position: relative;
    width: 1000px;
    margin: auto;
    font-size: 18px;
    min-height: 80%;
	

}

@media screen and (max-width: 1080px){
	.container {
	    width: 95%;
	    margin: auto;
	}
}
#top_border{
	background:#800000;
	line-height:30px;
	height:30px;
}

.header_id a{
	color:#ffffff;
}
.logout {
    position: absolute;
    right: 0;
    top: 25;
}
@media screen and (min-width: 800px){
	.logout i::after {
	    content: "ログアウト";
	}
}

h1 {
    font-size: 25px;
    padding: 15px 0px;
}
h3{
	border-bottom:2px solid #800000;
	margin-bottom:20px;

}
h3.normal{
	width:80%;
	margin:20px auto;
}

h3.narrow{
	display:inline-block;
	margin-left:45px;
	font-size:18px;
	padding:5px 15px;
}
p.breadcrumbs {
    font-size: 13px;
    margin:15px auto 25px auto;
}
@media screen and (max-width: 800px){
	p.breadcrumbs {
	    	display:flex;
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
	}
}
p.breadcrumbs a {
    background-color: #cc5500;
    color: #ffffff;
    padding: 4px 20px;
    border-radius:5px;
    margin:0px 10px;
}
p.breadcrumbs span {
    color: #cc5500;
    padding: 4px 5px;
    margin:0px 10px;
}

#login_box {
    width: 60%;
    margin: 50px auto;
    padding: 10 10 50 10;
    border: 3px solid #7d6c55;
    border-radius: 10px;
}

@media screen and (max-width: 800px){
	#login_box {
	    width: 80%;
	}
}

h2{
	font-size:20px;
	margin:15px auto;
	width:95%;
}

#login_box h2 {
    margin: 15px auto;
    text-align: center;
    font-size: 25px;
}

h2::before {
    content: "\f152";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    font-weight: 900;
}

input,select,textarea{
	font-size:18px


}
#login_box .login_form i {
    margin-right: 10px;
}

#login_box .login_form {
    text-align: center;
    padding: 20px 0;
}

#menu_area{
	margin:15px auto;
	width:90%;

	padding:10px;


}
#menu_area a{
	border:5px double #000000;
	border-radius:10px;
	display:inline-block;
	width:30%;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
	margin:1.5%;
	color:#000000;
	text-decoration:none;
	box-sizing: border-box;
}
.sub_menu_area{
	margin:15px auto;
	width:90%;

	padding:10px;


}
.sub_menu_area a{
	border:1px solid #000000;
	border-radius:10px;
	display:inline-block;
	width:30%;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
	margin:1.5%;
	color:#000000;
	text-decoration:none;
	box-sizing: border-box;
}
.go_button {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}
.go_button button {
    width: 80%;
    margin: auto;
}
button.wide_height{
    display: block;
    width: 70%;
    margin: 20px auto;
    height: 60px;
    border-radius: 10px;
    border: 1px solid;
	font-size:18px;
}
button i {
    margin-right: 10px;
}

#login_box .login_form input {
    width: 70%;
    height: 50px;
    padding: 0 10px;
    border-radius: 10px;
}
a#holesale::before{
	
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content:"\f54f";


}
a#note::before{
	
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content:"\f304";


}
a#accounting::before{
	
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content:"\f157";


}
a#ET::before{
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content:"\f555";
}
a#label::before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content:"\f02f";
}
a#reserve::before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content:"\f0d1";
}
a#setting::before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content:"\f013";

}
a#timer::before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content:"\f017";
}
a#regi::before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content:"\f788";
}
nav .inner ul li a::before{
	margin-right:5px;
}
table.normal{
	width:80%;
	margin:30px auto;
	border:1px solid #000000;
	border-collapse: collapse;
}
@media screen and (max-width: 800px){
	.table-wrap{
		overflow-y: scroll;
	}
	table.normal{
		width: 95%;

	}

}
.needed{
	display:inline-block;
	margin-left:15px;
	width:80px;
	color:#ffffff;
	background:#C0293D;
	text-align:center;
}
table.center{
	text-align:center;
}
table.normal td{
	border:1px solid #000000;
	height:50px;
	padding:5px;
}

table.normal caption{
	text-align:left;
	font-size:15px;
	border-left:10px solid #000000;
	margin:10px 15px 10px 20px;;
	padding-left:15px;
}
table.normal th{
	border:1px solid #000000;
	height:30px;
}
table.normal tr.disabled td{
	background:#eeeeee;
}
table.normal td.detail{
	width:50px;
	text-align:center;

}
table.normal td .box{
	display:inline-block;
}
table.normal td .date{
	width:100px;
}
table.normal td .kinds{
	border:1px solid;
	padding:0px 5px;
	box-sizing: border-box;
	border-radius:5px;
}
table.normal td.suppliers,{
	width:300px;
}
table.normal td.width_100{
	width:100px;
}
table.order_A tr td:nth-of-type(1){
	width:20%;
}

table.order_A tr input.zip,
table.order_A tr input.pref{
	width:100px;
}
@media screen and (max-width: 800px){
	table.normal td .date{
		width:100%;
	}
	table.normal td .suppliers{
		width:100%;
	}


}
table.normal td.amount{
	color:#008000;

}
table.normal th.edit,
table.normal td.edit{
	width:70px;
}
table.normal td.edit button{
	border-radius:5px;
	border:1px solid;
	width:60px;
}
table.normal td.file{
	width:50px;
	text-align:center;
}
@media screen and (max-width: 800px){
	table.normal td.file_open{
		display:none;
	}

}
table.normal td.file a{
	color:#000000;
	text-decoration:none;
}
table.normal td.no_pay,
table.normal td.no_output,
table.normal td.output_no,
table.normal td.output_on,
table.normal td.pay_no,
table.normal td.pay_on{
	display:inline-block;
	width:80px;
	font-size:0.8em;
	text-align:center;
	border-radius:5px;
	margin-right:10px;

}
table.normal td .no_pay,
table.normal td .no_output,
table.normal td .output_no,
table.normal td .output_on,
table.normal td .pay_no,
table.normal td .pay_on{
	margin:5px 5px 5px 0px;
}
table.normal td.button_cell{
	text-align:center;
}
table.normal td.button_cell a{
	text-decoration:none;
	color:#000000;
	display:inline-block;
	width:60px;
	cursor: pointer;
	border:1px solid #000000;
	line-height:30px;
	border-radius:10px;
	background-color: buttonface;
	font-family: Arial;
}
@media screen and (max-width:800px){
	table.normal td.button_cell a{
		width:auto;
	}

}

table.normal td.button_cell a.comfirm::after{
	content:"編集";

}
table.normal td.button_cell a.invalid::after{
	content:"破棄";

}
table.normal th.amount,
table.normal th.price,
table.normal th.tax{
	width:100px;
}
table.normal th.note{
	width:200px;
}
td.button_cell a::before{
	display:none;
}
@media screen and (max-width: 500px){

	table.normal td.file{
		width:40px;
	}
}
table.note img{
	max-width:100%;
}
table.note td.menu{
	width:20%;
}

table.normal td.tax_adjust{
	width:15%;
}
table.trade td{
	padding:10px;
}
table.trade td.button{
	width:180px;
	text-align:center;

}
table.trade button,
button.set{
	width:150px;
	border-radius:5px;
	border:1px solid;
	height:40px;
	font-size:0.9em;
}
button.set::before,
.holesale_box button::before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content:"\f013";
	right:15;
}
@media screen and (max-width: 800px){
	table.trade button{
		width:20px;
	}
	table.trade th.tax{
		width:40px;
	}
	table.trade th.note{
		width:40px;
	}
	table.trade th.item{
		min-width:50px;
	}
	table.trade th.amount,
	table.trade th.price{
		max-width:50px;
	}
}
table.trade button.trade::before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content:"\f1ec";
	right:15;
}
table.trade button.item::before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content:"\f044";
	right:15;
}
table.trade button.holesale::before{
	font-family: "Font Awesome 6 Free";
	font-weight:900;
	content:"\f54f";
	right:15;
}
p.no_data{
	width:80%;
	margin:20px auto;
}
table.table_box{
	display:none;
}
.search_box{
	width:80%;
	margin:auto;
	border:2px solid #cccccc;
}
@media screen and (max-width: 800px){
/*	.search_box{
		width:95%;
	}*/

}
.search_close{
	display:block;
	position:static;
}
p.table_caption,
.container .table_caption {
	margin:auto;
	width:80%;
	text-align:center;
	line-height:40px;
	position:relative;
	background:#cccccc;
	border:2px solid #cccccc;
}
@media screen and (max-width: 800px){
	p.table_caption{
		width:95%;
	}

}
p.table_caption::after{
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content:"\f150";
	position:absolute;
	right:15;
	font-size:1.5em;

}
p.table_open::after{
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content:"\f151";
	position:absolute;
	right:15;
	font-size:1.5em;


}
td.issue a{
	display:inline-block;
}
td.issue .yet{
	color:#cccccc;
}
td.issue i{
	margin-right:15px;
}


p.kinds_caption::after,
p.no_pseudo::after{
	display:none;
}
table.search_table,
table.search_table td{
	border:1px solid #cccccc;
}

table.search_table tr td:nth-of-type(1) {
	min-width:70px;
	background:#eeeeee;
}
table.search_table tr td.no_nth {
	background:none;
}

table.normal td .output_no{
	border:1px solid #00ff80;
	color:#00ff80;
	box-sizing: border-box;
}
table.normal td .output_on{
	background:#00ff80;
}
table.normal td .pay_no{
	border:1px solid #ff00ff;
	color:#ff00ff;
	box-sizing: border-box;
}
table.normal td .pay_on{
	background:#ff00ff;
}
table.normal td .no_pay,
table.normal td .no_output{
	background:#cccccc;
}
table.normal td.price{
	width:100px;
}
table.normal td.radio{
	text-align:left;
	padding:5px;
	width:120px;
}
table.normal td.radio input{
	width:20px;
}

table.note tr.note_main{
	position:relative;
}
table.note tr.note_main:hover{
background: #eeeeee;

}
table.note td.file{
	position:relative;
}
table.note td a{
	color:#000000;
}
table.note td a.file{
	padding:10px;
	position:absolute;
	top:5;
	right:5;
	font-size:3.0em;
	background:#eeeeee;
}
table.note td.icon{
	width:50px;
	text-align:center;
}
table.note td.file{
	text-align:left;
}
table.note td.file img{
	max-width:300px;
	max-height:300px;
}

table.note td.date{
	width:90px;

}
p.note_text{
	display:none;

}
p.note_on img{
	max-width:200px;
	max-width:150px;
}
table.note i.fa-file{
	margin-right:10px;
}

p.note_on{
	position:absolute;
	top:40;
	left:40;
	padding:20px;
	border:solid 2px #cccccc;
	background:#ffffff;
	width:90%;
	min-height:200px;
	z-index:999;
	text-align:left;
	overflow: scroll;
	height:120px;

}
@media screen and (max-width: 800px){
	
	table.note td.icon{
		width:20px;
	}
	p.note_on{
		left:30;
		width:80%;
	}
}
.search_close{
	display:none;
}
p.down_arrow{
	text-align:center;
	width:100%;
	position:relative;
	height:80px;
}
p.down_arrow i{
	transform: scale(4.0,4.0);
	position:absolute;
	top:10px;
}
	

button {
    cursor: pointer;
    font-size: 18px;
}


button.wide{
    display: block;
    width: 70%;
    margin: 20px auto;
    height: 60px;
    border-radius: 10px;
    border: 1px solid;
}
button.back::before {
    content: "\f04a";
}
button.add::before {
    content: "\f0fe";
}
button.confirm::before {
    content: "\f0a9";
}
button.comp::before{
	content: "\f093";
}
button.del::before{
	content: "\f1f8";
}
button.search::before{
	content: "\f002";
}
button.upload::before{
	content: "\f093";
}
button.keep::before {
    content: "\f0c7";
}
button.download::before {
    content: "\f019";
}
button.reload::before{
	content:"\f021";
}
button::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    font-weight: 900;
    font-size: 18px;
}
button.file_del{
	margin:10px 0px;
	padding:5px;
	width:191px;
	font-size:0.8em;
}
input#upload{
	display:none;
}
label.upload{
	border:1px solid #eeeeee;
	border-radius:5px;
	background:#aaaaaa;
	padding:5px;
	display:block;
	width:180px;
	text-align:center;
}
.container table.trade{
	width:80%;
}
table.normal input{
	max-width:500px;
	width:80%;
}
td.date_search input{
	width:200px;
	display:inline-block;
}
td.date_search .date_search_tilde{
	display:inline-block;
	margin:0 15px;
}
table.normal textarea{
	max-width:500px;
	width:80%;
	height:200px;
}
table.normal select{
	width:80%;
	height:25px;
}


@media screen and (max-width: 800px){

	table.normal input,
	table.normal select,
	table.normal textarea,
	table.normal selectt{
		width:100%;
	}

}

table.order_A td.item input.name{
	width:70%;
}

table.order_A td.item input.num{
	width:80px;
}
@media screen and (max-width: 600px){

	table.order_A td.item input.num{
		width:60px;
	}
}
td.checkbox input{
	width:20px;
}
td.checkbox label{
	display:inline-block;
	margin-left:5px;
	margin-right:15px;
	white-space: nowrap;
}	

#reciept_box{
	width:100%;
}

#reciept_box img{
	max-width:90%;
	margin:auto;
	display:block;
}

#reciept_box iframe{

	max-width:90%;
	margin:auto;
	height:100%;
	display:block;
}
.date_search a{
	display:inline-block;
	width:100px;
	line-height:45px;
	margin:15px;
	color:#ffffff;
	text-align:center;
	border-radius:10px;
	cursor: pointer;
}

.date_search a#this{
	background:#fa8072;
}
.date_search a#previous{
	background:#ffb6c1;
}


p.td_box{
	margin:10px;
}
p.td_box input.datepicker{
	width:150px;
}
p.pay_date{
	display:none;
}
p.open_block{
	display:block;
}
p.count{
	width:80%;
	margin:15px auto;
}
ul.item_sort_list{
	width:80%;
	margin:20px auto;

}
ul.item_sort_list li{
	list-style-type:none;
	line-height:30px;
	border:1px solid #ff4500;
	width:85%;
	margin:5px auto;
	padding:10px;
	border-radius:10px;
	background:#f5deb3;
	position:relative;

}
ul.item_sort_list li i{
	margin-right:10px;
}
ul.item_sort_list li input{
	height:31px;
}
ul.item_sort_list li .title{
	display:inline-block;

}
ul.item_sort_list li a.del{
	display:inline-block;
	position:absolute;
	right:10;
	top:15;
	text-decoration:none;
	color:#000000;
}

ul.item_sort_list li a.change{
	display:inline-block;
	position:absolute;
	right:70;
	top:15;
	text-decoration:none;
	color:#000000;
}
ul.item_sort_list li input{
	width:75%;
}
ul.item_sort_list li button{
	position:absolute;
	right:20;
	width:50px;
}
.navigation_box{
	position:relative;
	width:80%;
	margin:auto;
}
.navigation_box a.previous{
	position:absolute;
	left:0;
}
.navigation_box a.next{
	position:absolute;
	right:0;
}

.error {
    line-height: 30px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    width: 95%;
    padding: 10px;
    color: #ff0000;
    margin: 10px auto;
    font-weight: bold;
    box-sizing: border-box;
    text-indent: 0;
}

.error::before {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    font-weight: 900;
    margin-right: 10px;
}
.comp_message{
	line-height:25px;
	border:1px solid #0000ff;
	border-radius:5px;
	width:90%;
	padding:20px;
	color:#0000ff;
	margin:10px auto;
}
.comp_message::before{
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight:900;
  margin-right:10px;

}
#hidden_message{
	display:none;
}
footer {
    background: #800000;
    margin-top: 200px;
    font-size: 15px;
}
.footer{
    padding: 30px 0;
    width: 1000px;
    margin: auto;
    color: #ffffff;
}
@media screen and (max-width: 1080px){
	.footer {
	    width: 95%;
	    margin: auto;
	}
}

.header_id {
    width: 1000px;
    margin: auto;
    color: #ffffff;
    text-align: right;
}
@media screen and (max-width: 1080px){
	.header_id {
	    width: 100%;
	}
}

ul.setting{
	list-style-type:none;
}
ul.setting li::before{
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight:900;
  margin-right:10px;

}


footer .credit a
{
    color: #ffffff;
	margin-right: 20px;
}

.modal_main{
	text-align:left;
}
.modal_main p.input{
	margin:15px 0px;
}

.modal_main input{
	height:30px;
	margin-right:10%;
	width:200px;

}
.modal_main input.invoice_text{
	width:300px;
}
.remodal{
	border-top:50px solid #800000;
}
.remodal-close{
	top:-45;
	left:5;
}
.remodal-close::before{
	font-size:50px;

}
.upload_area{
	width:80%;
	margin:15px auto;
	border:1px solid;
	position:relative;
	border-radius:10px;
	background:#e6e6fa;
	text-align:center;
	
}
.upload_area i{
	font-size:3.0em;
	padding-top:60px;
	padding-bottom:60px;
}
.upload_area input#upload {
	display:block;
   	top: 0;
   	left: 0;
   	opacity: 0;
   	position: absolute;
   	width: 100%;
	height: 100%;
}
p#file_status{
	text-align:center;
}
/*
.holesale_area{
	width:100%;
}
.holesale_box{
	display:inline-block;
	width:300px;
	float:left;
	border:1px solid #0000ff;
	margin:-3px;
	padding:5px;
background:#ffffff;
position:relative;
	
	
}
@media screen and (max-width: 400px){
	.holesale_box{
		float:none;
		display:block;
		margin:15px auto;
	}
}


.old{
	border:1px solid #ff0000;
}
.yesterday{
	display:inline-block;
	padding:0 5px;
	background:#ff0000;
	color:#ffffff;
}*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}

.text p.header{
	text-align:center;
	font-size:3.0em;
}

table.stock{
	border:1px solid #000000;
	border-collapse: collapse;
	width:100%;
}
table.stock td{
	border:1px solid #000000;
	text-align:center;

	
}
table.stock td.daily{
		width:25px;
}
table.stock td.item{
	width:110px;
}
table.stock td.count{
	width:50px;
	background:#47ed47;
}
table.stock td.today{
	background:#F5F5DC;
}
p.button_box{
	margin:15px 0px;
}
p.button_box button{
	width:150px;
	margin:15px;
	border-radius:5px;
}

p.button_box input.monthpicker{
	width:100px;
}

input.reload{
	width;100px;
}
button.date_change{
	width:100px;
	border-radius:5px;
	border:1px solid;
	height:25px;
	font-size:0.9em;
	margin-left:15px;
}
/*
#stock_area{
	display:inline-flex;
	min-height:200px;
	background:#47ed47;
	border-radius:5px;
	margin:10px auto;

}

#stock_area .holesale_box{
	border:3px solid #47ed47;
	
}

p.stock .item,
p.stock .total{
	display:inline-block;
}
p.stock .total{
	margin-left:10px;
}
p.stock .minus{
	color;#ff0000;
}
.holesale_box button{
	position:absolute;
	bottom:10;
	right:10;
}
@media screen and (max-width: 977px){
	#stock_area{
		display:block;
	}
	.holesale_box{
		width:100%;
		box-sizing: border-box;
		margin:1px 0px;
	}
	
}*/

ul.holesale_area{
	width:100%;
  display: flex;
  flex-wrap:wrap;
    align-items: stretch;
	margin:10px auto;
}
li.holesale_box{
	list-style: none;
	width:30%;
	float:left;
	border:2px solid #47ed47;
	line-height:30px;

	box-sizing: border-box;
//	height:100%;
	margin:5px 10px;
    display: flex;
    align-items: stretch;

	position:relative;
	
}

#sell_area .holesale_box{
	border:2px solid #000080;
}
li.holesale_box dl{
	display:block;
	width:100%;
	padding-bottom:50px;
}
li.holesale_box dt{
	background:#47ed47;
box-sizing: border-box;
	display:block;
	width:100%;
	padding:10px 5px;
}
#sell_area li.holesale_box dt{
	background:#000080;
	color:#ffffff;
}
@media screen and (max-width: 1000px){
	ul.holesale_area{
		display:block;
	}
	li.holesale_box{
		width:100%;
		margin:10px 0px;
		display:block;
	}
	
}

.holesale_box button{
	position:absolute;
	bottom:10;
	right:10;
	width:100px;
	border-radius:5px;
}
dd.stock{
	padding:0px 10px;
}
dd.stock .item,
dd.stock .total{
	display:inline-block;
}
dd.stock .item{
	width:80%;
}
dd.stock .total{
	margin-left:10px;
}
dd.stock .minus{
	color:#ff0000;
}

.holesale_area_top .holesale_area_stock,
.holesale_area_top .holesale_area_sell{
	display:inline-block;
	width:50%;
	text-align:center;
	opacity:0.3;
	padding:10px;
	box-sizing:border-box;
}
.holesale_area_top .holesale_area_stock{
	background:#47ed47;
}
.holesale_area_top .holesale_area_sell{
	background:#000080;
	color:#ffffff;
}
.holesale_area_top .active{
	opacity:1.0;
}
#sell_area{
	display:none;
}

/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -450px;
  bottom: 0;
  width: 450px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
  margin-left:35%;
}
nav .inner ul {
  list-style: none;
  margin: 0 0 30 0;
  padding: 0;
    border-bottom: 1px solid #333;
}
nav .inner ul li {
  position: relative;
  margin: 0;

}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 18px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
  nav .inner{
	  margin-left:0px;
	  padding-left:10px;
	   padding-right:10px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: absolute;
  top: 20px;
  right: 0px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}


.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}




