header#top-head .inner h1{
    font-size: 12px;
    margin-bottom: 10px;
    margin-bottom: 0;
    background: #ffffff;
}
.inner {
    max-width: 1140px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
@media screen and (max-width:900px) { 
h1.logo img{
    width: 80%
}
header#top-head .inner h1{
    padding:0.5em;
    text-align: center;
    }
}
#top-head {
    top: -100px;
    /*position: absolute;*/
    width: 100%;
    padding: 10px 0 10px;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
    margin-bottom: 0;
}
#global-nav ul {
    /*list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    z-index: 100;*/
}
@media screen and (min-width:480px) { 
#global-nav ul{
  
}
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 80px;
    background: #fff;
    background: rgba(255,255,255,.85);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 10px 5px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 24px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FA2964;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (max-width: 900px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
    position: absolute;
    left: 50%;
    top:48%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* left: 13px; */
    /* top: 13px; */
    color: #333;
    font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -1000px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        padding:12px 10px;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(1056px);
        -webkit-transform: translateY(1056px);
        transform: translateY(1056px);
        overflow: auto;
        max-height: 470px;
        box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
  z-index: 100;
    }
}
/*プルダウン メニュー*/
.accordion2 p{
    margin-left: 5px;
    padding-left: 3px;
}
.l-bg
{
    background: #FDECE3;
}
ul.inner-a li.l-bg a:hover
{
    background: #FCDDCD;
}
@media screen and (min-width:900px) { 

    ul.inner-a li a {
        display: block;
        padding:10px 5px;
    }
    ul.accordion2 p{
        text-align: left;
        padding-left: 5px;
        font-size: 16px;
        margin:0 5px;
    }
    ul.accordion2 li > p:after{
        position: absolute;
        right: 25px;
    }
}
@media screen and (max-width:900px) { 
    ul.accordion2 > li
    {
        margin-bottom: 10px;
        margin-left: 10px;
    }
    ul.accordion2 > li> ul> li
    {
        margin-left: 20px;
    }
    ul.accordion2 > li .left-aki
    {
        margin-left: 10px;
    }
    ul.accordion2 p{
        text-align: left;
    }
}
@media screen and (min-width:900px) { 
    ul.accordion2 {
        position: absolute;
        right: 0;
        display: flex;
        top: 50%;
        transform: translateY(-50%);
    }
    ul.inner-a {
           width:180px;
    }
    ul.accordion2 p.ac {
        width: 96px;
    }
}
ul.accordion2{
    z-index: 200;
}
ul.accordion2 p.ac {
    margin:0 3px;
    position: relative;
}
ul.inner-a {
    position: absolute;
    white-space: nowrap;
    /* padding: 0 10px; */
    margin: 0 10px;
}
/*.accordion2 li p.ac:after{
    font-family: 'classyfonts';
    content: "\e900";
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}*/
.accordion2 {text-align: center;}
.accordion2 .inner-a {display: none;}
.accordion2 p{cursor: pointer; }
.accordion2 .inner-a li
{
    text-align: left;
    border-bottom-color: #FACAAF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
