@charset "utf-8";
/* CSS Document */




/* header
---------------------------------------------------------------------------------------*/
header{
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right:0;
    top: 0;
	z-index:100;
	width:100%;
	background:#eee;
	padding:0 2% 0 2%;
	height:60px;
}

.head-logo a{
	font-size:24px;
	color:#333;
	float:left;
	line-height:60px;
	margin-right:100px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	text-shadow:1px 1px 2px #ccc;
	text-align:center;
}

/*.head-logo a img{
	float:left;
	margin-top:5px;
	margin-right:50px;
	width:200px;
	height:auto;
}*/




.head-logo a span.company-name{
	font-size:12px;
	line-height:1.1;
	font-weight:normal;
}


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

.head-logo a img{
	width:175px;
	margin-top:10px;
}

.head-logo a span.company-name{
	font-size:10px;
}


}

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

.head-logo a img{
	width:150px;
	margin-top:15px;
}

}

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

.head-logo a img{
	width:135px;
}

.head-logo a{
	font-size:18px;
}

}





/* G-nav
-------------------------*/
.g-nav{
	width:100%;
}
.g-nav ul li{
	float:left;
	line-height:60px;
	font-size:14px;
}
.g-nav ul li a{
	color:#000;
	display:block;
	padding:0 20px 0 20px;
}
.g-nav ul li a:hover{
	background:#fff;
	color:#369;
}


.nav-tel{
    position: fixed;/* bodyに対しての絶対位置指定 */
    right:150px;
    top: 0;
	line-height:60px;
	font-size:18px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
}
.nav-tel a{
	color:#000;
	display:block;
	padding:0 10px 0 10px;
}
.nav-tel a:hover{
	color:#F60;
}

.nav-entry{
    position: fixed;/* bodyに対しての絶対位置指定 */
    right:0;
    top: 0;
	line-height:60px;
}

.nav-entry a{
	color:#fff;
	background:#369;
	display:block;
	padding:0 20px 0 20px;
	font-size:16px;
	border:1px solid #369;
}
.nav-entry a:hover{
	background:#fff;
	color:#369;
}

nav.globalMenuSp,.navToggle{
	display:none;
}


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

.nav-entry a{
	padding:0 10px 0 10px;
	font-size:14px;
}

}




/*G-nav & PankuzuNav
-----------------------------------------------------------*/
.pankuzu-nav{
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right:0;
    top: 60px;
	z-index:100;
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 2% 0 2%;
	background:#f8f8ff;
	font-size:13px;
	color:#555;
}
.pankuzu-nav a{
	color:#369;
	margin-right:10px;
}
.pankuzu-nav a:hover{
	color:#F60;
}


@media screen and (max-width:1100px) {
	
.nav-tel{
	display:none;
}

.g-nav{
	display:none;
}

}

@media screen and (max-width:1100px) {
	
	
.nav-entry{
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right:60px;
    top: 0;
	line-height:60px;
}
	
nav.globalMenuSp,.navToggle{
	display:block;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
	background:#fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

nav.globalMenuSp ul li.last-spnav {
    border-bottom:0;
}


/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #555;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 5px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
	background:#eee;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #369;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #369;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.pankuzu-nav{
	display:none;
}

}























