/* LESS Document */
/* ハンバーガーメニュー */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    src: url(https://fonts.gstatic.com/s/opensans/v35/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6H6Mw.ttf) format('truetype');
}
.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%;
    background: #fff;
}
.sp_head_logo {
    position: relative;
    max-width: 160px;
    z-index: 5;
    padding: 5px 0 0 10px;
}
/****/
.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 0 20px 35px;
    display: inline-block;
}
.sp_nav_info_ar .mail:before {
    position: absolute;
    content: "";
    background: url(../images/shared/ico_mail_wh.svg) no-repeat center center/100% auto;
    width: 27px;
    height: 28px;
    left: 0px;
    top: 3px;
}
.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: 20px 0 0;
}
.sp_nav_info_ar .tel {
    font-size: 2.2em;
    font-weight: bold;
    position: relative;
    padding: 0 0 20px 30px;
    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;
}
.sp_nav_info_ar .logo {
    max-width: 96px;
    margin: auto;
}
.sp_header .copy {
    position: absolute;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.3rem;
    color: #fff;
    left: -140px;
    top: 250px;
    transform: rotate(90deg);
    letter-spacing: 0.4em;
}
/********/
.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: #005631;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
}
.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;
}