@charset "UTF-8";

/*
Theme Name: neuro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

.site {
    max-width: 1300px;
    padding-left: 2%;
    padding-right: 2%;
}

.page-content, .entry-content, .entry-summary {
    margin-top: .5em;
}
/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
    width: calc(100% - 72px - 4%);
}

.site-header a {
    text-decoration: none;
}

.site-header img {
    vertical-align: middle;
}

.site-title a {
    display: flex;
    align-items: center;
    line-height: 1rem;
}

.site-title img {
    margin-right: 10px;
}

.site-title .amulogo {
    width: 27%;
    max-width: 90px;
}
.site-title .title {
    width: 73%;
}

.site-title .title img:last-child {
    margin-top: 10px;
}

.search-form {
    position: relative;
    display: block;
}
.search-form input[type=search]{
    display: block;
    width: 280px;
    margin-left: auto;
    margin-right: 0;
    padding: .2em 1.5em .2em .2em;
}

.search-form input[type="image"] {
    position: absolute;
    vertical-align: middle;
    top: .2em;
    right: .4em;
}

.page-header {}

.site-branding-sub {
    display: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    position: relative;
    z-index: 10;
}

.main-navigation button {
    position: fixed;
    top: 0;
    right: 2%;
    z-index: 15;
}

.main-navigation ul {
    position: fixed;
    display: block;
    top: 60px;
    right: -30em;
    padding: 0 1.5em;
    border: 1px solid #234491;
    overflow: hidden;
    background: #234491;
    text-align: center;
    line-height: 2em;
    transition: right .3s;
    white-space: nowrap;
}

.main-navigation li {
    border-bottom: 1px dashed #fff;
    margin-bottom: 0;
}

.main-navigation li:last-child {
    border-bottom: none;
}

.main-navigation a {
    position: relative;
    padding: .6em 2em .6em 1em;
    color: #fff;
}

.main-navigation a::after {
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - .5em);
    content: "\f105";
    font-family: FontAwesome;
    padding-right:5px;
}

.main-navigation .current-menu-item a,
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
    color: #234491;
    background-color: #fff;
    transition: color .2s;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
    background-color: #fff;
}

.main-navigation.toggled ul {
    right: 2%;
    max-height: calc(100% - 60px);
    overflow-y: scroll;
    transition: right .3s;
}


/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

.entry-header h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {}

.entry-header h1,
h1.page-title {
    margin: 0 0 1.5rem;
    padding: 2.7rem 0;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: normal;
    letter-spacing: .15em;
    background-color: #132354;
}

.entry-content h2 {}

.entry-content h3 {
    padding: .5em;
    margin: .5em auto 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #234491;
    border-bottom: 1px dotted #404040;
    border-top: 1px dotted #404040;
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.entry-content h4 {}

.entry-content h5 {}

.entry-content h6 {}

.entry-content {
    padding-bottom: 1.5em;
}


/*--------------------------------------------------------------
## table
--------------------------------------------------------------*/

.pure-table {}

.pure-table-bordered {}

.pure-table-horizontal {}

.pure-table-striped {}

table tr td,
table th {
    border: 1px solid #c8c8c8;
}


/*--------------------------------------------------------------
## ページ毎
--------------------------------------------------------------*/

.swiper-container-horizontal>.swiper-pagination-bullets {}

.main-visual {
    position: relative;
    margin-left: -100%;
    width: 300%;
}

.main-visual::before,
.main-visual::after {
    content: '';
    display: block;
    width: 33.33333333%;
    height: 100%;
    position: absolute;
    background: #fff;
    background: linear-gradient(to right,  rgb(255, 255, 255) 70%, rgba(255,255,255,0.4) 100%);
    z-index: 10;
    top: 0;
}
.main-visual::after {
    right: 0;
    background: linear-gradient(to left,  rgb(255, 255, 255) 70%, rgba(255,255,255,0.4) 100%);
}


.swiper-pagination-bullet-active {
    background: #EF912B;
}

.index-byouki {
    margin-right: -.3em;
}

.index-byouki li {
    padding-right: .3em;
    margin-bottom: .4em;
}

.index-byouki a {
    position: relative;
    display: block;
    padding: 1.5em 0;
    background-color: #234491;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    transition: background-color .3s;
}

.index-byouki a:hover,
.index-byouki a:active {
    background-color: #3464D3;
}

.index-byouki a::after {
    display: block;
    position: absolute;
    top: calc(50% - .5em);
    right: 1em;
    content: "\f105";
    font-family: FontAwesome;
}

.index-menu {
    margin: 1em calc(50% - 50vw);
    padding: 1.5em calc(50vw - 50%);
    background-color: #FBF5E7;
}

.index-menu ul {
    margin-bottom: 0;
}

.index-menu img {
    vertical-align: top;
}


.index-menu li div {
    padding: 1em 0;
    background-color: #EF922B;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.index-menu a:hover img ,
.index-menu a:active img {
	opacity: 0.7;
}
.index-menu a:hover , 
.index-menu a:active  {
	opacity: 0.7;
    text-decoration: none;
}

.index-menu2 {
    margin: 1em calc(80% - 60vw);
    padding: 1.5em calc(50vw - 50%);
    background-color: #FBF5E7;
}

.index-menu2 ul {
    margin-bottom: 0;
}

.index-menu2 img {
    vertical-align: top;
}


.index-menu2 li div {
    padding: 1em 0;
    background-color: #EF922B;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.index-menu2 a:hover img ,
.index-menu2 a:active img {
	opacity: 0.7;
}
.index-menu2 a:hover , 
.index-menu2 a:active  {
	opacity: 0.7;
    text-decoration: none;
}

a:hover img  {    
    opacity: 0.7;
}



.index-recruit {
    background-color: #eee;
}

.index-news-head {
    margin: 0;
    color: #EF922B;
    text-align: center;
}

.index-news {
    text-align: center;
}

.index-news ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.index-news li {
    padding: .8em 0;
    border-bottom: 1px dashed #8EA1C9;
    line-height: 1.2;
}
.index-news li .date {
    color:#EF922B ;
    font-weight:bold;
}



.index-news .view-all-btn,
.general-mail-btn {
    display: inline-block;
    padding: .8em 2em;
    border: 2px solid #EF922B;
    margin-bottom: 1.5em;
    transition: background-color .3s;
}

.index-news .view-all-btn:hover,
.index-news .view-all-btn:active,
.index-news .view-all-btn:focus,
.general-mail-btn:hover,
.general-mail-btn:active,
.general-mail-btn:focus{
    background-color: #EF922B;
    color: #fff;
    text-decoration: none;
}





/* 患者さまへ病気のページ  */

.general dl,
dt,
dd {
    margin: 0 auto;
    padding: 0;
}

.general dl {
    width: 100%;
    background-color: #FFF;
}

.general dt {
    background-color: #E3F6FC;
    border-top: 2px solid #234491;
    padding: 5px;
    width: 100%;
    margin-left: 0;
}

.general dd {
    border: 0;
    padding: 5px;
    margin-left: 0;
    width: 100%;
}


/* 教室の紹介  */

.intro dl,
dt,
dd {
    margin: 0 auto;
    padding: 0;
}

.intro dl {
    width: 100%;
    background-color: #FFF;
}

.intro dt {
    background-color: #E3F6FC;
    border-top: 2px solid #234491;
    padding: 5px;
    width: 100%;
    margin-left: 0;
}

.intro dd {
    border: 0;
    padding: 5px;
    margin-left: 0;
    width: 100%;
}

.width80 {
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.widthmenu {
    width: 95%;
    margin: 0 auto;
}

/* 外来表  */

.gairai table {
    width: 95%;
    margin: 0 auto;
}

.gairai table tr td:nth-child(1),
.gairai table th {
    background-color: #FBF5E7;
    padding: 0.5em;
}

.gairai table th {
    background-color: #ffc698;
    font-weight: bold;
}

.gairai table tr td:nth-child(1) {
    width: 20%;
    text-align: center;
}

.gairai table tr:nth-child(1) {
    text-align: center;
}

.gairai table tr td {
    padding: 0.5em;
}


/* 手術実績  */

.intro table {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #bce1ed;
}

.intro table tr td {
    border: 2px solid #bce1ed;
    padding: 5px;
    text-align: center;
}

.intro table tr:nth-child(1),
.intro table tr:last-child {
    background-color: #E3F6FC;
}
/* ページ内メニュー  */
    ul#in-page-menu1.menu {
        width: 100%;
        margin: 0 auto;
    }
    ul#in-page-menu1.menu li {
        width: 90%;
        border: 2px solid #bce1ed;
        float: left;
        padding: 10px;
        margin: 10px 10px 10px -10px ;
        list-style: none;
        text-align: center;
    }

    .spacer {
        padding-top: 30px;
        padding-bottom: 30px;
        
    }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

.widget-area {
    padding: 1.5em;
    color: #132354;
    background: #F2F0F0;
}

.widget h2 {
    margin: 1.5rem 0;
    padding: .8em;
    border: 2px solid #132354;
    text-align: center;
}

.widget ul {
    margin-left: 0;
    padding: 0 .8em;
    list-style: none;
}

.widget li {
    margin-bottom: 0;
    padding: .8em  .2em;
    border-bottom: 1px dotted #132354;
    font-size:90%;
}


/* スタッフの紹介 */

.staff-prof-box {
    text-align: center;
}

.staff-prof-name {
    font-size: 160%;
    line-height: 1.2;
}

.staff-keireki dt {
    line-height: 1.2;
    font-weight: normal;
}
.staff-keireki dd {
    line-height: 1.2;
    margin-left: .5em;
    margin-bottom: .4em;
}

.staff ul,
.staff ol {
    margin-left: 0;
    padding-left: 1.5em;
}

.staff table {
    margin: 0 auto;
    border-bottom: 2px solid #234491;
    border-top: 2px solid #234491;
}

.staff table tr td {
    display: block;
    padding: 5px;
    border: 0;
}

.staff table tr:nth-child(1) td {
    border-bottom: 2px solid #234491;
}

.staff table tr td:nth-child(3) {
    border-bottom: 2px solid #234491;
}

.staff table tr td:nth-child(2) {
    font-weight: bold;
}

.staff table tr td:nth-child(1) {
    background-color: #E3F6FC;
}
.line15 {
    line-height: 2em;
    padding-bottom:20px;
}

ul#in-page-menu1.menu {
        width: 100%;
        margin: 0 auto;
}
    

 ul#in-page-menu1.kensyu li {
        border: 2px solid #bce1ed;
        padding: 10px;
        margin: 10px;
        list-style: none;
        text-align: center;
        display: block ;
      

    }
    
   ul#in-page-menu1.kensyu li:hover ,
   ul#in-page-menu1.kensyu li a:hover {
       background:#bce1ed;
       text-decoration:none; 
          
          
    }

ul {
    margin-left:-1.5em ;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
    margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
    padding: 2em calc(50vw - 50%) 0;
    background-color: #FBF5E7;
    color: #444;
}

.to-top {
    display: block;
    width: 80px;
    position: fixed;
    right: 2%;
    bottom: -200px;
    transition: bottom .3s;
}

.to-top.show {
    bottom: 20px;
    transition: bottom .3s;
}

.footer-outlook {
    text-align: center;
}

.footer-logo {
    text-align: center;
}

.footer-logo .logo {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}



.footer-logo img {
    width: 150px;
}

a.footer-schedlule-btn {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: .8em 2em;
    background-color: #EE912A;
    color: #fff;
    text-decoration: none;
}


a.footer-schedlule-btn:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border: #EE912A solid 2px;
}

.footer-title {
    font-size: 120%;
    line-height: 1.3;
    color: #234491;
    font-weight: bold;
    text-align:center;
}

.footer-title-sub {
    font-size: 60%;
    line-height: 1.5;
    color: #989898;
    text-align:center;
}

.menu-footer-container {
    display: none;
}

.site-copyright {
    margin: 0 calc(50% - 50vw);
    padding: 1em calc(50vw - 50%);
    background-color: #234491;
    color: #fff;
    font-size: 80%;
    line-height: 1.2;
    text-align: center;
}
.site-footer .golink a {
    background-color: #234491;
    padding:2px 5px;
    color:#fff;
    margin:5px 5px 5px 0px;
    font-size:80%;
   text-decoration: none ;
}

.site-footer .golink a:hover {
    text-decoration: none ;
    background-color: #3464D3;
}




.site-footer .hospital{
    text-align: center;
}
.site-footer .spacer{
        padding-top:1em;
        padding-bottom:1em;
}


/*--------------------------------------------------------------
# large devices
--------------------------------------------------------------*/


/* ≧ 568px sm (small) スマホ横 */

@media screen and (min-width: 35.5em),
print {
    .width80 {
        width: 90%;
    }
   .p10 {
        padding:10px;
    }
    ul {
        margin-left:1.5em ;
    }
    .ippan-top {
        display: flex;
        justify-content:center;
        align-items: center;
    }

    .ippan-top img {
        max-width: 38%;
        max-height :325px;
    }
    .ippan-top img:first-child {
        max-width: 23%;
    }
   
}


/* ≧ 768px md (medium) タブレット縦 */

@media screen and (min-width: 48em),
print {
    .site-title .title {
        width: auto;
    }
    
}


/* ≧ 1024px lg (large) タブレット横 */

@media screen and (min-width: 64em),
print {
    .site-header {
        width: 100%;
    }

    .site-branding-sub {
        display: block;
    }

    .site-header .header-top-right-box {
        margin: 0;
        padding: 0 1em;
        display: flex;
        justify-content: flex-end;
        list-style: none;
        font-size: 75%;
        line-height: 1;
    }

    .site-header .header-top-right-box a {
        display: block;
        padding: .6em 2em;
        background-color: #E3F6FC;
    }

    .site-header .header-top-right-box a img {
        padding-right: 3px;
    }

    .main-navigation {
        display: block;
        position: static;
        margin-bottom: 10px;
    }

    .main-navigation button {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        position: static;
        margin: 0 calc(50% - 50vw);
        padding: 0 calc(50vw - 50%);
        border: none;
        width: auto;
        background-color: transparent;
    }

    .main-navigation li {
        margin-bottom: 0;
        border: none;
    }
    .main-navigation > div > ul > li {
        border-top: solid 1px #234491;
        border-bottom: solid 1px #234491 !important;
        border-right: solid 1px #234491;
    }
    .main-navigation > div > ul > li:first-child {
        border-left: solid 1px #234491;
    }


    .main-navigation a {
        padding: .8em .3em 2em;
        line-height: 1;
        color: #000;
    }

    .main-navigation a::after {
        right: 0;
        width: 100%;
        top: auto;
        bottom: .5em;
        content: "\f13a";
        font-family: FontAwesome;
        color: #234491;
    }

    .main-navigation .current-menu-item a,
    .main-navigation a:hover,
    .main-navigation a:focus,
    .main-navigation a:active {
        background-color: #234491;
        color: #fff;
        transition: color .2s;
    }

    .main-navigation .current-menu-item a::after,
    .main-navigation a:hover::after,
    .main-navigation a:focus::after,
    .main-navigation a:active::after {
        color: #fff;
    }

    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
        background-color: #234491;
    }

    .site-content {
        display: flex;
    }

    .content-area {
        width: 100%;
        flex-grow: 1;
    }

    .widget-area {
        flex-shrink: 0;
        margin-left: 1.5rem;
        width: 18rem;
        background: #e9e8ea;
        position: relative;
        overflow: hidden;
    }

    .spacer {
        padding-top: 50px;
        padding-bottom: 50px;

    }
    .spacer-right {
        padding-right: 10px;
    }
    .spacer-left {
        padding-left: 50px;
    }
    .spacer-bottom {
        padding-bottom: 10px;
    }
    img.wakuspacer {
        padding:10px;
    }

    .main-visual {
        margin-top: -10px;
    }

    /* 外来表  */
    .gairai table {
        width: 95%;
        margin: 0 auto;
    }

    .gairai table tr td:nth-child(1),
    .gairai table th {
        background-color: #FBF5E7;
    }

    .gairai table tr td,
    .gairai table th {
        width: 16%;
        padding: 0.5em;
    }

    .gairai table th {
        color: #000;
    }

    .gairai table tr:nth-child(1) {
        background-color: #ffc698;
        text-align: center;
        font-weight: bold;
    }

    /* 患者さまへ病気のページ  */
    .general dl {
        background-color: #E3F6FC;
        width: 98%;
        border-bottom: 2px solid #bce1ed;
    }

    .general dt {
        float: left;
        clear: both;
        width: 30%;
        width: calc(8.5em);
        border-top: 2px solid #bce1ed;
        padding: 5px 10px;
    }

    .general dd {
        margin-left: 30%;
        margin-left: calc(8.5em);
        background-color: #fff;
        border-top: 2px solid #bce1ed;
        width: 70%;
        width: calc(100% - 8.5em);
        padding: 5px 20px;
    }

    /* 教室の紹介  */
    .intro dl {
        background-color: #E3F6FC;
        width: 80%;
        border-bottom: 2px solid #bce1ed;
    }

    .intro dt {
        float: left;
        clear: both;
        width: 50%;
        width: calc(10em);
        border-top: 2px solid #bce1ed;
        padding: 5px 10px;
        white-space: nowrap;
    }

    .intro dd {
        margin-left: 50%;
        margin-left: calc(10em);
        background-color: #fff;
        border-top: 2px solid #bce1ed;
        width: 0%;
        width: calc(100% - 10em);
        padding: 5px 20px;
    }

    .intro table {
        width: 80%;
        margin: 0 auto;
        border: 2px solid #bce1ed;
    }

    .intro table tr td {
        border: 2px solid #bce1ed;
        padding: 5px;
        text-align: center;
    }

    .intro table tr:nth-child(1),
    .intro table tr:last-child {
        background-color: #E3F6FC;
    }

    .intro table tr td:nth-child(1) {
        text-align: left;
    }

    /* スタッフの紹介 */
    .staff-prof-box {
        text-align: left;
    }
    .staff-keireki dt {
        font-weight: normal;
    }

    .staff-keireki dd {
        margin: -1.2em 1em .3em 13em;
    }

    .staff > .clearfix h3 {
        width: auto;
    }

    .staff table {
        width: 80%;
        margin: 0 auto;
        border: 2px solid #bce1ed;
    }
    .staff table tr td {
        display: table-cell;
        border: 2px solid #bce1ed;
        padding: 5px;
    }
    .staff table tr:nth-child(1) td {
        border-bottom: 2px solid #bce1ed;
        padding: 5px;
    }
    .staff table tr:nth-child(1) {
        background-color: #E3F6FC;
    }
    .staff table tr td:nth-child(3) {
        border: 2px solid #bce1ed;
    }
    /* ページ内メニュー  */
    ul#in-page-menu1.menu {
        width: 100%;
        margin: 0 auto;
    }
    ul#in-page-menu1.menu li {
        width: 45%;
        border: 2px solid #bce1ed;
        float: left;
        padding: 10px;
        margin: 10px;
        list-style: none;
        text-align: center;
        display: block;
    }
    
    ul#in-page-menu1.menu li:hover ,
    ul#in-page-menu1.menu li a:hover{
        background:#bce1ed;
        text-decoration:none;
    }
      ul#in-page-menu1.kensyu li {
        width: 30%;
        margin: 0 auto;
        border: 2px solid #bce1ed;
        float: left;
        padding: 10px;
        margin: 10px;
        list-style: none;
        text-align: center;

    }
    
   ul#in-page-menu1.kensyu li:hover ,
   ul#in-page-menu1.kensyu li a:hover {
       background:#bce1ed;
       text-decoration:none; 
          
          
    }
          
    .entry-content h3 {
        width: 80%;
    }
    .menu-footer-container {
        display: block;
        margin: 0 calc(50% - 50vw);
        padding: 0 calc(50vw - 50%);
        background-color: #fff;
        font-size: 85%;
        line-height: 1;
    }
    .menu-footer-container ul {
        display: flex;
        justify-content: center;
        margin-left: 0;
        margin-bottom: 0;
        padding-left: 0;
        list-style: none;
    }
    .menu-footer-container li a {
        display: block;
        margin: 0;
        padding: .8em;
        text-decoration: none;
    }
    .menu-footer-container li a::before {
        padding-right: 10px;
        content: "\f105";
        font-family: FontAwesome;
        color: #00c0fd;
    }

    .byoki-title {
        margin-top: -8px !important;
    }

    .footer-logo {
        order: 3;
    }
    .footer-core {
        padding-left: 3em;
        order: 2;
    }
    .footer-title {    
    text-align:left;
}

.footer-title-sub {    
    text-align:left;
}
    .site-footer .hospital{
    text-align: left;
}
}


/* ≧ 1280px xl (extra large) PC */

@media screen and (min-width: 80em) {
    .staff > .clearfix {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .staff > .clearfix dl {
        width: 93.75%;
        margin-left: auto;
        margin-right: auto;
    }
    .staff-prof-box,
    .staff > ul,
    .staff > ol,
    .staff > p {
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }


}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter, background-color;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: #234491;
    border: 1px solid #234491;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active {
    background-color: #fff;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform background-color;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #234491;
}


/*
 * Elastic
 */

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s;
}

.hamburger:focus {
    outline: none;
}