/*header footerと被らないように…*/
html {
  scroll-padding-top: 100px; 
}

body {
	padding-bottom: 100px;
	}

/*ヘッダーイメージ*/
.header_img{
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	left: 0;
	width:100%;
}

/*ここからヘッダー*/
.inner {
   /* width: 980px;*/
	/*height: 45px;*/
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: 0;
	left: 0 ;
    position: fixed;
    width: 100%;
	height: 20px;
    margin: 0 auto 0;
    padding: 10px 0 25px;
    line-height: 1;
    z-index: 50;
	background: rgba(255, 255, 255, 0.9);
}
#top-head a,
#top-head {
    color: #19a6c0;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 14px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 20px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
	position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
    height: 20px;
    background: #333;
    background:  rgba(255, 255, 255, 0.9);
    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: 14px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #19a6c0;
    padding: 0 20px;
}
 
/* 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: #19a6c0;
    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: 980px) {
.inner {
    width: 95%;
    margin: 0 auto;
}
#top-head.fixed #global-nav ul li a {
    padding: 0 10px;
}
#global-nav ul li a {
    padding: 0 10px;
}
}
/*hedder mobile*/
@media screen and (max-width: 900px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
		height: 56px;
        position: fixed;
		top: 0;
		left: 0;
        margin-top: 0;
		z-index: 100;
    }
    /* Fixed reset */
    #top-head.fixed {
		margin-top: 0;
		position: fixed;
		top: 0;
		left: 0;
		padding-top: 0;
		height: 56px;
		background: rgba(255, 255, 255, 0.9);
		transition: top 0.65s ease-in;
		-webkit-transition: top 0.65s ease-in;
		-moz-transition: top 0.65s ease-in;
    }
	/* Fixed */
/*    #mobile-head {
        background: rgba(237, 247, 247, 0.8);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
*/
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
		
}
/*ここまでヘッダー*/

/* ここからフッター */
.footer-fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
	z-index: 1000; 
}
 
.footer-bk {
	background-color: rgba(237, 247, 247, 0.9);
	padding:0;      
	height:100%;
	width:100%;
}
 
.fotter {
	width:980px;
	margin:0 auto;
	height: 100%;
	line-height: 50px;
	padding:1rem 0;
}

.footer p{
	font-size:14px;
	font-size:1.4rem;
	display: block;
	text-decoration: none;
	padding:0;
	color: #26a9c2;
	width:980px;
	margin:0 auto;
	text-align: center;
	
}

@media screen and (max-width: 1080px) {
.footer p{
	font-size:12px;
	font-size:1.2rem;
	width:80%;
	margin:0 auto;
}
}