@charset "utf-8";

/* =============================================================================
   Base
   ========================================================================== */

body {
	margin: 0;
	padding:0;
	position:relative;
	word-break: break-all;
}

h1, h2, h3, h4, h5, p {
	margin-top:0;
}

h1, h2, h3, h4, h5 {
	width:100%;
	flex-basis: 100%;
}

hr {
	border-top: 2px solid #CCCCCC;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

.mincho {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.text_red {
	color: #F00;
}
.text_blue {
	color: #06C;
}
.text_white {
	color: #FFF;
}
.text_green {
	color: green;
}

.underline1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.underline1_pm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:5px;
	padding-bottom:5px;
}
.underline1_pm10 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
}

.underline2  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.underline2_pm10 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
}

.mgn_btm10 {
	margin-bottom: 10px;
}

/* =============================================================================
   Images
   ========================================================================== */

img, object, embed, video {
	max-width: 100%;
}
img {
	border: 0;
	vertical-align: middle;
	height:auto !important;
}

a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* =============================================================================
   Links
   ========================================================================== */

a:hover {
	text-decoration:none;
}

.link1 {
	display:block;
	font-size: 20px;
	line-height: 24px;
	background-image: url(images/menu_arrow.png);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	padding-left: 36px;
	text-decoration:none;
	color:#000;
}

.link2 {
	display:block;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #006837;
	font-size: 16px;
	color: #006837;
	text-align:center;
	text-decoration: none;
	margin-bottom: 10px;
	padding: 10px;
}



/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}


/* =============================================================================
   Menu
   ========================================================================== */

/* Main Contents */
#bg {
  z-index: 20;
}

#menu_btn {
	cursor:pointer;
}

.nowrap {
	white-space: nowrap;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0px;
	padding: 0px;
}

.search_form {
	font-family:"Meiryo UI","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}


/* input button */

.button_red {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 18px;
	line-height   : 1em;
	font-weight: bold;
	text-align    : center;
	cursor        : pointer;
	padding       : 20px 40px;
	background    : #E53131;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}

.button_red_s {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 14px;
	line-height   : 1em;
	font-weight: normal;
	text-align    : center;
	cursor        : pointer;
	padding       : 9px 20px;
	background    : #E53131;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}
.button_red_s:hover, .button_red:hover {
	background: #EC4949;
}


.button_gray {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 18px;
	line-height   : 1em;
	font-weight: bold;
	text-align    : center;
	cursor        : pointer;
	padding       : 20px 40px;
	background    : #999999;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}
.button_gray_s {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 14px;
	line-height   : 1em;
	font-weight: normal;
	text-align    : center;
	cursor        : pointer;
	padding       : 9px 20px;
	background    : #999999;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}
.button_gray:hover, .button_gray_s:hover {
	background: #ABABAB;
}


.button_black_s {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 14px;
	line-height   : 1em;
	font-weight: normal;
	text-align    : center;
	cursor        : pointer;
	padding       : 9px 20px;
	background    : #555555;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}
.button_black_s:hover{
	background: #888888;
}


/* a button */
.btn_link_red {
	display: inline-block;
	background-color: #E53131;
	color: #fff;
	font-size: 18px;
	line-height   : 1em;
	font-weight: bold;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none;
	transition    : .3s;
	outline: none;
	border-radius : 5px;
	margin-bottom:10px;
}
.btn_link_red:hover {
	background-color: #EC4949;
	color: #fff;
}
.btn_link_red:visited, .btn_link_red:active {
	color: #fff;
}

.btn_link_gray {
	display: inline-block;
	background-color: #999999;
	color: #fff;
	font-size: 18px;
	line-height   : 1em;
	font-weight: bold;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none;
	transition    : .3s;
	outline: none;
	border-radius : 5px;
	margin-bottom:10px;
}
.btn_link_gray:hover {
	background-color: #ABABAB;
	color: #fff;
}
.btn_link_gray:visited, .btn_link_gray:active {
	color: #fff;
}

.btn_link_gray_s {
	display: inline-block;
	background-color: #999999;
	color: #fff;
	font-size: 14px;
	line-height   : 1em;
	font-weight: normal;
	padding       : 9px 20px;
	text-align: center;
	text-decoration: none;
	transition    : .3s;
	outline: none;
	border-radius : 5px;
	margin-bottom:10px;
}
.btn_link_gray_s:hover {
	background-color: #ABABAB;
	color: #fff;
}
.btn_link_gray_s:visited, .btn_link_gray_s:active {
	color: #fff;
}

.btn_link_black_s {
	display: inline-block;
	background-color: #555555;
	color: #fff;
	font-size: 14px;
	line-height   : 1em;
	font-weight: normal;
	padding       : 9px 20px;
	text-align: center;
	text-decoration: none;
	transition    : .3s;
	outline: none;
	border-radius : 5px;
	margin-bottom:10px;
}
.btn_link_black_s:hover {
	background-color: #888888;
	color: #fff;
}
.btn_link_black_s:visited, .btn_link_black_s:active {
	color: #fff;
}


.errormsg {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	margin: 0px;
}

label.error {
	display: none;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	margin: 0px 0px 0px 10px;
}
.checkbox_block {
	display: block;
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
dt {
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 6px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCC;
}
dd {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.submit_button {
    padding: 15px 40px;
    font-size: 18px;
}
textarea, input[type="text"], input[type="tel"], input[type="time"], input[type="password"], select {
	font-family: "Meiryo UI","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAA;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #AAA;
	font-size: 16px;
	line-height: 1.2;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	max-width:98%;
}

input[type="checkbox"], input[type="radio"] {
	height: 16px;
	width: 16px;
	margin-right: 5px;
	margin-bottom: 8px;
}


.form_a input[type="text"] , .form_a textarea {
	width:65%;
}
.w30 {
	width: 30%;
}

.w40 {
	width: 60%;
}
.w60 {
	width: 80%;
}
.w80 {
	width: 90%;
}

/* =============================================================================
   System
   ========================================================================== */

.waku1 {
	border:solid #CCC 1px;
}

.page_on {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #888888;
}
.page_off {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #DDDDDD;
}
.page_off a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: 0066CC;
	font-size: 18px;
	text-decoration: none;
}
.page_more {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 18px;

}


/* =============================================================================
   Tables
   ========================================================================== */
   
.table_green {
	color:#FFF;
}
.table_green th, .table_green td {
	background-color:#006837;
}

.table_gray {
	border-collapse: collapse;
	border: 1px solid #999;
}
.table_gray th {
	background-color: #eeeeee;
	background-image: none;
	border: 1px solid #999;
}
.table_gray td {
	border: 1px solid #999;
}

/* =============================================================================
   Layout
   ========================================================================== */
.parts {
}
.container {
  -js-display: flex;
  display: flex;
  width:97%;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  flex-wrap: wrap;
  justify-content:space-between;
}

.container .com {
	flex-basis: 100%;
}

.item {
}

.justify_left {
	justify-content:flex-start;
}
.justify_left .item {
	margin-left:2%;
}

.justify_center {
	justify-content:center !important;
}
.justify_center .item {
	margin-right:1%;
	margin-left:1%;
}

.justify_right {
	justify-content:flex-end;
}
.justify_right .item {
	margin-left:2%;
}

.space_around {
	justify-content:space-around !important;
}
.space_around .item {
	margin-right:1%;
	margin-left:1%;
}

.space_between {
	justify-content:space-between;
}
.space_between .item {
	margin-right:1%;
	margin-left:1%;
}
  
.edit_box {
	clear:both;
  -js-display: flex;
  display: flex;
  width:calc(97% - 20px);
  max-width:calc(1000px - 20px);
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  flex-wrap: wrap;
  padding:10px;
  color:#FFF;
  background-color:#999999;
  justify-content:space-between;
  z-index:21;
}
.edit_box .item {
	text-align:center;
	margin-bottom:0;
}


/* for Smart Phone */
@media print, screen and (max-width:767px) {

h2 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
h4 {
	font-size:14px;
	line-height:16px;
}

.box42 .item {
	flex-basis: 48.5%;
}
.box44 .item {
	flex-basis: 23.5%;
}

.box31 .item {
	flex-basis: 100%;
}
.box33 .item {
	flex-basis: 31%;
}

.box21 .item {
	flex-basis: 100%;
}
.box22 .item {
	flex-basis: 48%;
}

.box11 .item {
	flex-basis: 100%;
}

.photo_left .left {
	flex-basis: 100%;
}
.photo_left .right {
	flex-basis: 100%;
}

.photo_right .left {
	flex-basis: 100%;
}
.photo_right .right {
	flex-basis: 100%;
}

.card21 .left {
	flex-basis: 30%;
}
.card21 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.card11 .left {
	flex-basis: 30%;
}
.card11 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.mailform .form_q {
	flex-basis: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}
.mailform .form_a {
	flex-basis: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
}

#admin_panel {
	display: none;
}
#pagetop {
	display:none;
	height: 45px;
	width: 45px;
	right: 5px;
	position:fixed;
	bottom: 60px;
	z-index: 29;
}
#menu_foot {
	display:none;
}

.hide_sp {
	display:none;
}


.table_responsive table {
	display:block;
	width:100%;
}
.table_responsive tbody {
	display:block;
	width:100%;
}
.table_responsive tr {
	display:block;
	width:100%;
}
.table_responsive th {
	display:block;
	width:96%;
	padding:2%;
	vertical-align:top;
	text-align:left;
	background-color:#D0FFE3;
	flex-basis: 100%;
}
.table_responsive td {
	display:block;
	width:96%;
	padding:2%;
	vertical-align:top;
}

.fltbox3 {
	float: left;
	width: 46%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.fltbox4 {
	float: left;
	width: 46%;
	margin-right: 3%;
	margin-bottom: 10px;
}

.fixed_nav {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 50;
	box-sizing: border-box;
	background: #3e7442;
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}

.fixed_nav{
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;　/*子要素の指定サイズ通りで表示*/
}

.fixed_nav li {
	text-align: center;
	list-style: none;
	background: #3e7442;
	display: block;
	border-right: 1px solid #ccc;
/*	width: 24%;*/
	width: 20%;
	box-sizing: border-box;
}

.fixed_nav li:last-child {
	border-right: 0px solid #ccc;
}

.fixed_nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 1em !important;
	padding: 8px 0px 0px;
	display: block;
	height: 32px;
}


/*----ここからアコーディオンメニュー----*/
.menu-btn {
	position: fixed;
	top: 97%;
	left: 12%;
	display: flex;
	height: 40;
	width: 40;
	justify-content: center;
	align-items: center;
	z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 22px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}


#menu-btn-check {
	display: none;
}


.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: rgb(255,255,255,0.8);
	transition: all 0.5s;/*アニメーション設定*/
}

.menu-content ul {
	padding: 32px 10px 0;
}
.menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
	width: 100%;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
	height:40px;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}


}

/* for Tablet & PC */
@media print, screen and (min-width:768px) {

.box42 .item {
	flex-basis: 23.5%;
}
.box44 .item {
	flex-basis: 23.5%;
}

.box31 .item {
	flex-basis: 31%;
}
.box33 .item {
	flex-basis: 31%;
}

.box21 .item {
	flex-basis: 48%;
}
.box22 .item {
	flex-basis: 48%;
}

.box11 .item {
	flex-basis: 100%;
}

.photo_left .left {
	flex-basis: 29%;
}
.photo_left .right {
	flex-basis: 69%;
}

.photo_right .left {
	flex-basis: 69%;
}
.photo_right .right {
	flex-basis: 29%;
}

.card21 .left {
	flex-basis: 15%;
}
.card21 .right {
	flex-basis: 30%;
	padding-right:2%;
}
.card11 .left {
	flex-basis: 30%;
}
.card11 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.mailform .form_q {
	flex-basis: 30%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}
.mailform .form_a {
	flex-basis: 64%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
}

.hide_pc {
	display:none;
}



#pagetop {
	display:none;
	height: 50px;
	width: 50px;
	right: 15px;
	position:fixed;
	bottom: 60px;
	z-index: 29;
}
#menu_foot {
	display:none;
}

#admin_panel {
	display: block;
	width: 100%;
	height: 50px;
	z-index: 99999;
	position: fixed;
	background-color: #006699;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}
#admin_panel .menu_on a {
	background-color: #999999;
	border: 1px solid #999;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a {
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a:hover {
	background-color: #669933;
	border: 1px solid #FFF;
	color: #FFF;
}


.table_responsive table {
	display:table;
	width:100%;
	border-collapse:collapse;
}
.table_responsive tbody {
	display:table-row-group;
	width:100%;
}
.table_responsive tr {
	display:table-row;
	width:100%;
	border:none;
}
.table_responsive th {
	display: table-cell;
	padding: 9px;
	width: 20%;
	vertical-align: top;
	text-align: left;
	background-color: #D0FFE3;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}
.table_responsive td {
	display:table-cell;
	padding:9px;
	vertical-align:top;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

.fltbox3 {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.fltbox4 {
	float: left;
	width: 22%;
	margin-right: 2%;
	margin-bottom: 10px;
}

.fixed_nav {
	display:none;
}

.NavMenu {
	display: none;
}

}



/******************************
 mordal window
******************************/
.modal-open {
    line-height: 1;
}
.modal-content {
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 1000;
    overflow-y: scroll;
}
#modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 0,0,0, 0.75 ) ;
}
.modal-close {
    margin: 15px 0;
    float: right;
    display: block;
}
.button-link {
    padding-left: 0.3em;
    padding-right: 0.3em;
    border: 1px solid #ddd;
    font-size: 250%;
    color: #aaa ;
    border-radius: 50%;
}
.button-link:hover {
    cursor: pointer;
    text-decoration: none;
}
@media screen and (min-width: 960px) {
    .modal-content {
        width: calc(90% - 44px);
        height: calc(95% - 24px);
    }
}
@media screen and (max-width: 959px) {
    .modal-content {
        width: calc(100% - 44px);
        height: calc(80% - 24px);
    }
}


.brown_button {
    max-width: 320px;
    background-color: #3E7442;
    padding: 10px 20px;
    color: #fff;
}
.ro, .brown_button {
    opacity: 1.0;
    text-align: center;
    color: #fff;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: linear;
    -ms-transition-delay: 0s;
}
.mt10 {
    margin-top: 10px;
}
.ec-orderRole *, .ec-orderRole ::before, .ec-orderRole ::after {
    box-sizing: inherit;
}



/*----ここからアコーディオンメニュー----*/

/*ナビのスタイル*/
nav.NavMenu{
position: fixed;
z-index: 12;
top: 0;
left: 0;
background: rgba(185, 219, 187, 0.8);
text-align: center;
width: 100%;
height: 100%;
display: none;
}

nav.NavMenu ul{
width: 100%;
margin: 0 auto;
padding: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

nav.NavMenu ul li{
list-style-type: none;
width: 100%;
padding-bottom: 0px;
}

nav.NavMenu ul li:last-child{
padding-bottom: 0;
}

nav.NavMenu ul li a {
	display: block;
	color: #000;
	padding: 8px 0;
	font-size: 1em;
	background: #fff;
	border-bottom: 1px dotted #fff;
	margin: 4px 12px;
	text-decoration: none;
}


/*ボタンのスタイル*/
.Toggle {
	position: fixed;
/*	left: 14px;*/
	left: 10px;
	bottom: 0px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	z-index: 13;
	display: block;
}

.Toggle span {
display: block;
position: absolute;
width: 32px;
border-bottom: solid 2px #C1C1C1;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 6px;
}

.Toggle span:nth-child(1) {
top: 8px;
}

.Toggle span:nth-child(2) {
top: 18px;
}

.Toggle span:nth-child(3) {
top: 28px;
}

.Toggle.active span:nth-child(1) {
top: 18px;
left: 6px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: solid 3px #C1C1C1;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: solid 3px #C1C1C1;
}

}
