/* LESS Document */
/* ハンバーガーメニュー */

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
/********/
.sp_header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50;
    height: 50px;
    width: 100%;
}
.sp_head_logo {
    position: relative;
    max-width: 125px;
    z-index: 5;
    padding: 0px 0 0 10px;
	margin: -5px 0 0;
}
/****/
.sp_nav_info_ar {
    width: 100%;
    padding: 50px 0px 0;
    text-align: center;
    margin: 0px 0 0;
}
.sp_nav_info_ar a {
    color: #fff;
}
.sp_nav_info_ar .mail {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    padding: 0 25px 10px 0px;
    display: inline-block;
}
.sp_nav_info_ar .mail:after {
    position: absolute;
    content: "";
    background: url(../images/shared/ico_contact.svg) no-repeat center center/100% auto;
    width: 18px;
    height: 18px;
    right: 0px;
    top: 6px;
}
.sp_nav_info_ar .mail a, .sp_nav_info_ar .tel a {
    display: block;
}
.sp_nav_info_ar .mail a:hover, .sp_nav_info_ar .tel a:hover {
    text-decoration: none;
}
.sp_nav_info_ar .tel_ar {
    border-top: solid 1px #fff;
    max-width: 250px;
    margin: 10px auto 50px;
    padding: 10px 0 0;
}
.sp_nav_info_ar .tel {
    font-size: 1.8em;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
/*
.sp_nav_info_ar .tel:before {
    position: absolute;
    content: "";
    background: url(../images/shared/ico_tel_wh.svg) no-repeat center center/100% auto;
    width: 24px;
    height: 25px;
    left: 0px;
    top: 18px;
}
*/
.outer-menu .logo {
    max-width: 200px;
    margin:0 auto 50px;
}
/********/
.outer-menu {
    position: fixed;
    top: 0vh;
    right: 0px;
    z-index: 10;
}
.outer-menu .checkbox-toggle {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
    background: #555;
}
/****バツアイコン****/
.outer-menu .checkbox-toggle:checked + .hamburger > div {
    transform: rotate(135deg);
    background: #fff;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
    background: #fff;
}
/****バツアイコン****/
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.3s ease 0.3s;
}
.outer-menu .hamburger {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    padding: 0.5em 1em;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
/****under_pages****/
.outer-menu .hamburger.under_pages_nav > div {
    background: #005000;
}
/****End under_pages****/
.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background: inherit;
    transition: all 0.3s ease;
}
.outer-menu .hamburger > div:after {
    top: 7px;
}
.outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.outer-menu .menu > div {
    width: 100vw;
    height: 100vh;
    background: #005631;
    border-radius: 0%;
    transition: all 0.4s ease;
    flex: none;
    transform: translateX(200%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px 0 0;
    position: relative;
}
.outer-menu .menu > div > div {
    text-align: center;
    width: 100vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    flex: none;
    /*display: flex;
  align-items: center;
  justify-content: center;*/
}
.outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
    text-align: left;
}
.outer-menu .menu > div > div > ul > li {
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    display: block;
	font-weight: bold;
}
.outer-menu .menu > div > div > ul > li > a {
    position: relative;
    display: block;
    cursor: pointer;
    transition: 0.4s ease;
    margin: 1.5em 1em;
    color: #fff;
	
}
.outer-menu .menu > div > div > ul > li > a:hover {
    text-decoration: none;
}