@charset "UTF-8";




/*スマホ対応ナビ*/



.h_inner {
    width: 1020px;
    margin: 0 auto;
}
.h_inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
	font-family:"Noto Sans Japanese","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 5px; 
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
	font-weight:bold;
}
#top-head .h_inner {
    position: relative;
}
#top-head .logo {
    float: left;
}

#top-head .logo a{
    display:block;
	margin-top:-3px;
	padding-bottom:3px;
}

#sp_tel{
       display:none;
		}

#h_address{
	position:absolute;
	top:-5px;
	right:8px;
	font-size:16px;
	color:#09A386;
	font-weight:bold;
	}
#h_address small{
	font-size:80%;
	font-weight:normal;
	}


#h_address a{
	display:inline-block;
	color:#000;
	background-color:#fff;
	border-radius:8px;
	padding:0.3em 0.6em;
	
	}




#global-nav ul {
    position: absolute;
    right: 0;
    bottom: -5px;
    font-size: 15px;
}
#global-nav ul li {
	list-style: none;
    float: left;
	margin:0 0 0 20px;
}
#global-nav ul li a {
	color:#fff;
    padding: 0 5px;
}
#global-nav ul li a:hover {
    color:#E3A600;
} 
 
 
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 28px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo img{
    width:280px;
}

#top-head.fixed #global-nav ul li {
	list-style: none;
    float: left;
	margin:0 0 0 20px;
}

#top-head.fixed #global-nav ul li a {
    color: #444;
    padding: 0 5px;
}

#top-head.fixed #global-nav ul li a:hover {
    color: #09A386;
}

#top-head.fixed #h_address {
    display:none;
}

 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    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;
}



/*================================================
 *  PCサイズ限定
 ================================================*/
@media only screen and (min-width: 768px) {
	


}



/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {



}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

	#top-head,
    .h_inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
	
	/*サイトロゴ*/
	#top-head .logo img {
        width:150px !important;
		height:auto;
	}
	
	#sp_tel{
		display:hidden;
        position: absolute;
        left: 10px;
        top: 35px;
		}
	
	#sp_tel small{
        color: #aaa;
        font-size: 11px;
		margin-right:1em;
		}
	#sp_tel a{
        color: #09A386;
        font-size: 15px;
		}
	
	
/*言語ボタンオフ*/
#h_address{
	display:none;
	}
	
	
	
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #000;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 0px;
        top: 10px;
        color: #333;
        font-size: 26px;
    }
	#top-head.fixed .logo img {
        width:260px;
		height:auto;
	}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        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;
        color: #fff;
        padding: 18px 0;
    }
    #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(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
	










