	@charset "utf-8";


 
 
/*ヘッダーエリア*/

header:after {
    content: '';
    display: table;
    clear: both;
}

header h1 {
	width: calc(99% - 55px);
    margin-left: 1%;
    float: left;
}

header h1 img{
	height:auto;
	width:100%;
	max-width:750px;
}
 
header .button {
    display: none;
}
/*ヘッダーボタン*/

#header-botan1{
	width:45px;
	height:auto;
	float:right;
	margin-right:5px;
}

#header-botan1 img{
	width:100%;
	height:auto;
}

#header-botan2{
	width:45px;
	height:auto;
	float:right;
	margin-right:5px;
}

#header-botan2 img{
	width:100%;
	height:auto;
}

#header-botan3{
	margin:1% 0 0 0;
	float:right;
	padding:0 13px 0 0;
}


/*スマホ用メニューボタン*/
header .navOpen {
    width: 36px;
    height: 40px;
    float: right;
    margin-top: 7px;
    margin-right: 5%;
    margin-bottom: 5px;
    cursor: pointer;
    background:url(../../images/menu.jpg) no-repeat 0 0;
    background-size: 72px;
}
/*スマホ用メニュー閉じるボタン*/
header .navClose {
    background-position: -36px 0; /*ボタンの画像切り替え*/
}
header .menu-sp {
    clear: both;
    position: relative;
}
header .menu-sp ul {
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.9) ;
    border-bottom: 3px #ccc solid;
}
header .menu-sp li {
    line-height: 1.4;
    border-top: 1px #ccc solid;
}
header .menu-sp a {
    color: #777;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
	text-decoration:none;
}
 
/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
 
@media only screen and (min-width: 768px) {
    /* ヘッダーエリア*/
    header {
        min-width: 1000px;
	margin-top:-20px;
    }
     
    header #header-area {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    header h1 {
        text-align: right;
    }
    header .logo {
        width: auto;
    }
    /*PC用ヘッダーボタン*/
    header .button {
        float: right;
        display: block;
        margin-top: 20px;
    }
    header .button ul {
    }
    header .button li {
        float: right;
        font-size: 12px;
        line-height: 1.4;
    }
    header .button a {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 5px;
        padding-bottom: 7px;
        padding-left: 17px;
        padding-right: 10px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #999;
        color: #666;
        background: url(../images/arrow1.png) no-repeat 6px center;
        background-size: 6px;
    }
    header .button a:hover {
        opacity: 0.7;
    }
    /*スマホ用メニューボタン非表示*/
    header .navOpen {
        display: none;
    }
}