/* CSS Document */
.inner {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
/*    margin-left: 0;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    padding: 0px 0px ;
    font-weight: normal;
    height:100px;
/*    background: #007A3D;*/
    font-family:  'Noto Sans JP', sans-serif;
    opacity: 1;
}

/* Fixed */
#top_head {
/*    background: #007A3D;*/
    width: 100%;
     height:100px;
    transition: 0.2s;
    background: #fff;
}

/* Fixed */
#top_head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 100px;
/*    background: #fff;*/
    transition: 0.2s;
    box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
}

@media screen and (max-width: 1200px) {
#top_head.fixed {
    transition: 0s;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0);
}

}




/*.inner:after {
    content: "";
    clear: both;
    display: block;
}*/

.top_head.fixed .inner {
height: 50px;
}

.top_head.fixed h1 img{
height: 50px;
}

/* header */
#top_head {
    top: -100px;
    position: fixed;
    width: 100%;
    margin: 100px auto 0;
    padding: 0px 0 0;
    line-height: 1;
    z-index: 999;
/*    background: none;*/
}

#top_head a,
#top_head {
    /*color: #fff;*/
    text-decoration: none;
}

#top_head a:hover{
    opacity: 0.5;
}

#top_head .inner {
    position: relative;
}

#top_head .logo {
    font-size: 36px;
    color: #545454;
}

#global_nav ul {
    list-style: none;
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-size: 1em;
   
}

#global_nav ul li {
/*    float: left;*/
/*    display: inline;*/
/*    border-right: 1px solid #000;*/
     margin: 0 0px;
  
}

@media screen and (max-width: 1200px) {
#global_nav ul li {
    border-right: 0px solid #000;
    
}
}

#global_nav ul li:last-child {
    border-right: 0px solid #000;
}


#global_nav ul li a {
     padding: 10px;
    color: #000;
    display: inline-block;
    border-bottom: 0px #000 solid;
    font-weight: normal;
}

#global_nav ul li:last-child a {
/*    margin-right: 10px;*/
}

#global_nav ul li a:hover {
   /* color: #df4661;*/
    opacity: 0.5;
    border-bottom: 0px #000 solid;
}


ul li .sns_button{
    width: auto;
    height:2em;
}

ul li .sns_button_a{
    display: inline-block;
}



/* Toggle Button */
#nav_toggle {
        right: 15px;
    top: 28px;
    width: 50px;
    height: auto;
    cursor: pointer;
    z-index: 101;
}

#nav_toggle div {
    position: relative;
    display: none;
    height: auto;
    padding-top: 26px;
}

#nav_toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
/*    border:1px #000 solid;*/
    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: 1200px) {
    #top_head,
    .inner {
        width: 100%;
        padding: 0;
       
    }
    .open{
z-index: 10000!important;
}
    
}

@media screen and (max-width: 1200px) {

    #nav_toggle div {
    display: block;
}
    
    #top_head,
    .inner {
/*         height:70px;*/
        padding: 0;
        height:80px;
        background: #fff;
    }

    #top_head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    /* Fixed reset */
    #top_head.fixed {
        padding-top: 0;
        background: transparent;
        height:100px;
    }

    #mobile_head {
       background: #000;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    z-index: 999;
    /* margin-right: 10px; */
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    /* border-radius: 10px; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

    #top_head.fixed .logo,
    #top_head .logo {
       /* position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;*/
    }

    #global_nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: 80px;
        right: 0;
        background: #000;
        width: 100%;
        height: 90vh;
        padding-top: 0vh;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        flex-direction: column;
        font-size: 1em;
		overflow: scroll;
    /* height: 111vh; */
    padding: 0px 0 100px;
    }

    #global_nav div a,#global_nav div{
    color: #fff;
        font-size: 1em;
        margin: 1em;
    }
    
     #global_nav div .button{
    color: #fff;
           padding: 0.8em 2.4em;
    }
    
    
    
    #global_nav ul {
        list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    /* padding-bottom: 56px; */
    align-items: center;
        align-items: flex-start;
    justify-content: center;
        text-align: left;
    }

    #global_nav ul li {
        float: none;
        position: static;
        color: #fff;
        list-style: none;
          font-size: 1em;
    }

    #top_head #global_nav ul li a,
    #top_head.fixed #global_nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 10px 0;
        margin: 0.2em 0;
    }

    .nav_img{
        width: 70px;
        margin:0 auto;
    }
    .img_position{
        margin: 0 auto;
    }
    
    .li_margin_title{
        margin-bottom: 0.2em;
        
    }
    .li_margin{
        margin-bottom: 1em;
    }
    
    .li_point{
       
/*        font-size: 0.6em;*/
        display: list-item!important;
   
    }
    
    
    
    #nav_toggle {
        display: block;
        position: absolute;
/*
           top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
*/
}
    }

    /* #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 */
/*
        transition: .5s ease-in-out;
        animation-duration: 0.5s;
        animation-name: fade-in-menu;
*/
        opacity: 1;
        visibility: visible;
/*        overflow: scroll;*/
       
    }

    @keyframes fade-in-menu {
        0% {
            display: none;
            opacity: 0;
        }

        1% {
            display: block;
            opacity: 0;
        }

        100% {
            display: block;
            opacity: 1;
        }
    }
    
    .menu_none{
        display: none!important;
    }



.title_area {
/*    width: 150px;*/
    height:80px;
/*    position: absolute;*/
    top:0;
    left: 0;
    font-size: 1.5em!important;
    padding:16px 0;
    color: #000;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    z-index: 100;
}

.title_area h1{
   font-size: 1em;
}


.title_area h1 img,.title_area img{
    height: auto;
    width: 140px;
    object-fit: contain;
    padding: 0px 0;
    display: inline-block;
}

.title_area_back {
    width: 170px;
}
.title_area span{
    font-size: 0.50em;
    opacity: 0.9;
    display: block;
    text-align: left;
}

@media screen and (max-width: 1200px) {
.title_area {
    width: 120px;
    height:80px;
font-size: 1.5em;
    margin-left: 20px;
}

.title_area_back {
    width: 120px;
}
}

.menu_flex {
     display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
   font-family: "Noto Sans JP",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    line-height: normal;
}

.menu_flex .minilink{
    margin:0 1em;
    border-bottom: 0px #000 solid;
}
.menu_flex .minilink:hover{
    opacity: 1!important;
    border-bottom: 2px #000 solid;
}
.menu_flex a .button:hover{
    opacity: 0.8!important;
}





.menu {
	list-style-type:none!important;
}
.menu > li {
	display:inline-block!important;
	position:relative!important;
    padding: 0.5em;
     margin: 0 0px!important;
}
.menu > li span{
	cursor: default;
}
.menu > li > ul {
	display:none!important;
    margin-top: 0.5em;
}

.menu > li > ul > li {
	margin: 4px 10px!important;
        line-height: initial;
}
.menu > li:hover ul {
	display:block!important;
	position:absolute!important;
	padding:0.5em;
	margin:0.5em;
	top:1.5em;
	left:0em;
	list-style-type:none!important;
    background: #FFF;
/*    border:1px solid #ddd;*/
    height: max-content;
    width: max-content;
}

.menu > li:hover ul li a {
	padding:0.5em!important;
    margin: 0!important;
    display: block!important;
/*    line-height: normal;*/
}

.menu > li:hover ul li a:active {
	padding:0.5em!important;
    margin: 0!important;
    display: block!important;
/*    line-height: normal;*/
}

.footer_ul{
    padding:0.5em!important;
    top:auto!important;
    bottom:1.5em!important;
    line-height: normal;
}

.footer_ul li a{
	padding:0em!important;
    margin: 0!important;
    display: block!important;
    line-height: normal;
}



@media screen and (max-width: 1200px) {
.menu > li > ul {
	display:block!important;
}
    .menu > li  ul,.menu > li ul a {
	display:block!important;
	position:static!important;
	padding:0.5em!important;
	margin:0!important;
	top:2em!important;
	left:0em!important;
	list-style-type:none!important;
    background: none!important;
    height: max-content!important;
    width: fit-content!important;
        transition: 0s;
}

      .menu > li:hover  ul,.menu > li:hover ul a {
	position:static!important;
        transition: 0s;
}
    
    
    .menu > li:hover ul li a {

    font-size: 1em!important;
}
    .menu > li > ul > li {
	margin: 4px 0px!important;
    font-size: 1em!important;
}
    
}


.l-header__logo{
    font-size: 1em!important;
}
.l-header__logo span{
    margin-bottom: 1em;
    font-weight: bold;
    font-family:  "Noto Sans JP",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.li_point::after {
  content: "-";
  color: #ccc;
    margin: 0 10px;
}

.li_point:last-child::after {
  content: " ";
}

li.li_point {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}



@media screen and (max-width: 1200px) {
 .li_point::after {
  content: "";
    margin: 0 0px;
}

.li_point:last-child::after {
  content: "";
}   
}




.header_button_area{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.header_button{
    color: #fff;
     padding: 1.2em 2em;
    font-size: 1.2em;
    font-weight: 100;
    background: #dd007b;
    margin-left: 1em;
}

.header_button_img{
    height: 10px;
}

.button_img{
    height:10px;
    object-fit: contain;
}

@media screen and (max-width: 1200px) {
    .sp_top{
        display: none!important;
    }
    
    
.header_button{
    color: #fff;
     padding: 1.2em 2em;
    font-size: 1.2em;
    font-weight: 100;
    background: #dd007b;
    margin-left: 1em;
    height: 80px;
    width: 80px;
    position: absolute;
    right: 80px;
    border-radius: 0;
}

.button_img{
    height: 12px;
}
    
    .button_img-contact{
    height: 26px;
}
    
    .menu li ul li a{
        margin: 0 auto;
    }
    
    .menu_sp{
        width: 80%;
    }
    
    .menu li{
        padding-right: 0;
        padding-left: 0;
    }
    
    .menu_sp-sin li {
 display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
    
    .menu_sp-sin li::before {
  content: "-";
  color: #ccc;
    margin: 0px;
}
    
}
