@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600&display=swap');


/* 
==================================================
  ハンバーガーメニュー
==================================================


/* 改めナビゲーション　
========================================== */

    #page {
        display: block !important;
    }



#header {  font-family: 'Shippori Mincho B1', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", serif;
        font-weight: 600; margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        z-index: 999999999999;
        position: static;
    }
    .spmenu {
        padding: 0;
        width: 100%;
        text-align: center;
        position: fixed;
        top: -1000px;
        -webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        z-index: 1000000;
    }
    .spmenu ul {
        position: static;
        right: 0;
        bottom: 0;
		background: rgba(0, 0, 0, 0.9);/*  background: url('/imagesSP/headerbg.jpg') center center / cover no-repeat;*/

    }
    .spmenu ul:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .spmenu ul li {
        float: left;
        width: 100%;
        position: static;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.9);
		        font-size: 1.4em; 
		padding:0.4em 0 0.34em;
		/*border-bottom: 1px solid #999;*/
    }
    .spmenu ul li:first-child {
        padding: 1.5em 0 0.4em 0;
    }
    .spmenu ul li:last-child {
        padding: 0.4em 0 2.4em 0;
    }
    #header .spmenu ul li a, #header.fixed .spmenu ul li a {
        color: #fff;
        /*border-bottom: 1px solid #fff;*/
        width: 100%;
        display: block;
        padding: 0;
        text-align: center;
		text-decoration: none;
    }
    #header.fixed {
        position: static;
    }
    #sp_head {}
    /*common*/
    #nav_toggle {
        display: block;
        position: absolute;
       /* right*/left: 5px;
        top: 10px;
        width: 46px;
        height: 41px;
        padding: 12px 8px 0;
        cursor: pointer;
        z-index: 990000;
        background: rgba(0, 0, 0, 0.9);
  
    }
    #nav_toggle.fixed {
        position: fixed;
    }
    #nav_toggle div {
        position: relative;
    }
    #nav_toggle span, #nav_toggle p {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        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: 10px;
    }
    #nav_toggle span:nth-child(3) {
        top: 20px;
    }
    #nav_toggle p {
        top: 28px;
        height: auto;
        font-size: 0.5em;
        line-height: 1.4;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background: transparent;
    }
    /* ---------------------------------------------------- */
    .open #nav_toggle span:nth-child(1) {
        top: 10px;
        -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: 10px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* ---------------------------------------------------- */
    .open .spmenu {
        /* .spmenu top + #mb-head height */
        -moz-transform: translateY(1000px);
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }

