.scroll_tgl_wrap {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 80px;
    height: 100px;
    z-index: 6665;
}
.navlogo {
	width: 90px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding-top: 24px;
}
.navlogo img {
	max-width: 100%;
}
.navlogo_d {
	width: 160px;
	margin-left: 0;
	margin-right: auto;
    margin-bottom: 20px;
}
.navlogo_d img {
	max-width: 100%;
}

/*togglewrap.active*/
.togglewrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 100vh;
    z-index: 1111;
    transform: translateX(102%);
    background-color: #f1ebe5;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: 90px 0 120px;
}
.togglewrap_inner {
    width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.togglewrap_inner p {
    color: #222;
}
.togglemenu {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.togglemenu ul {
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.togglemenu ul > li {
    display: table-cell;
    float: left;
    width: 50%;
    padding: 0 16px 16px 0;
}
.togglemenu ul li a {
    font-size: 1.4em;
    text-align: left;
    line-height: 1.3;
    color: #222;
    width: 100%;
    display: block;
    padding: 0 5px 4px;
    border-bottom: 1px solid #f08607;
    position: relative;
	font-weight: bold;
}
.togglemenu ul li a:hover{
	color: #ccc;
	text-decoration: none;
}
.togglemenu ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#tgl_menu {
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
#tgl_menu ul {
	text-align: left;
}
#tgl_menu li {
	font-size: 11px;
	margin-right: 5px;
	list-style-type: none;
	display: -moz-box;
	display: inline-block;
	padding-right: 10px;
	margin-top: 15px;
}
#tgl_menu li a {
    font-size: 1.2em;
	padding-left: 18px;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f08607;
	list-style-type: none;
    color: #222;
}
#tgl_menu li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	text-decoration: none;
}
#tgl_menu li:last-of-type a {
	padding-right: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f08607;
}
#tgl_more {
    width: 100%;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
#tgl_more ul {
    display: table;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#tgl_more li {
    display: table-cell;
    float: left;
    width: 50%;
    padding: 0 10px;
	font-size: 11px;
	list-style-type: none;
    margin-bottom: 10px;
	text-align: center;
}
#tgl_more li a {
    color: #222;
    font-size: 1.0em;
    line-height: 1.3;
    text-decoration: none;
    display: block;
    padding: 10px 0 15px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#tgl_more li a i {
    display: block;
    font-size: 2.0rem;
    padding: 6px 10px 5px 10px;
}
#tgl_more li a span {
	display: block;
    font-size: 1.0rem;
    font-family: 'Montserrat', sans-serif;
}
#tgl_more li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	text-decoration: none;
}
.navsns {
    padding-top: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.navsns span {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;        /* CSS3 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome*/  
    -moz-border-radius: 50%;   /* Firefox */
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.navsns span a i {
    font-size: 1.6em;
    color: #222;
    padding: 10px;
}
.navsns span:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}
.tgl_copy {
    text-align: left;
    margin-top: 10px;
}
@media screen and (min-width:1001px) and ( max-width:1600px) {
    .togglemenu ul li a span {
        font-size: calc(2.2rem + ((1vw - 0.3rem) * -1.1111));
    }
}
@media screen and (min-width:1001px) and ( max-width:1300px) {
    #tgl_more li {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
.togglewrap {
    width: 100%;
    overflow-y: scroll;
    padding: 60px 0 120px;
}
.toggle-imgarea {
    display: none;
}
.togglewrap_inner {
    width: 90%;
}
.navlogo {
    padding-top: 16px;
    margin-left: 16px;
    width: 76px;
}
.togglemenu ul > li {
    width: 50%;
}
#tgl_menu ul {
	text-align: left;
}
#tgl_menu li {
	margin-right: 0px;
}
.navsns {
    text-align: left;
}
.navsns span a i {
    padding-left: 12px;
}
#tgl_more li {
    width: 50%;
}
#tgl_more li a i {
    font-size: 2.0rem;
}
#tgl_more li a span {
    font-size: 0.8rem;
}
.tgl_copy {
    text-align: left;
    padding-bottom: 120px;
}
}
/*body.fixed*/
body.fixed{
    position: fixed;
    width:100%;
    height: 100%;
}
/*togglewrap.active*/
.togglewrap.active {
    transform: translateX(0%);
    overflow-y: scroll;
}
.toggle-imgarea.active {
    transform: translateY(0%);
}
/*Toggle*/
.Toggle {
    display: block;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 6666;
    background-color: #f08607;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}
.Toggle span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 1px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 25px;
    padding-top: 8px;
}
#header.view .Toggle::after {
    color: #fff;
}
#header.view .Toggle span {
    border-bottom: solid 1px #fff;
}
.Toggle span:nth-child(1) {
    top: 34px;
}
.Toggle span:nth-child(2) {
    top: 43px;
}
.Toggle span:nth-child(3) {
    top: 27px;
}
/*Toggle.tgl-active*/
.Toggle.tgl-active {

}
.Toggle::after.tgl-active span {
    color: #fff;
}
.Toggle.tgl-active span {
    border-bottom: solid 1px #fff;
}
.Toggle.tgl-active span:nth-child(1) {
    top: 37px;
    left: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Toggle.tgl-active span:nth-child(2),
.Toggle.tgl-active span:nth-child(3) {
    top: 37px;
    left: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 1000px以下用の記述 */
@media screen and (max-width: 1000px) {
.Toggle::after {
    color: #fff;
}
}