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


/*============================================================================================

	header
	
============================================================================================*/

header{
	position:relative;
	background:#4e382c;
	/*
	-webkit-box-shadow:0 0 5px 0 #000000;
	-moz-box-shadow:0 0 5px 0 #000000;
	border-bottom:1px solid #000;
	*/
}

header h1{
	padding:2px 0;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	background:#a16b33;
}

header h2{
	margin-left:10px;
}

header nav{
	position:absolute;
	top:23px;
	right:10px;
}

.entryBt{
position: absolute;
top: 28px;
right: 65px;
}

.entryBt img{
	width: 85px;
}

    .menu-icon {
        width: 30px;
        height: 3px;
        background-color: #a16b33;
        margin: 6px 0;
        transition: 0.4s;
    }

    .hamburger {
        cursor: pointer;
        position: absolute;
        top: 31px;
        right: 10px;
        z-index: 1000; /* メニューの上に表示 */
    }

    /* メニューが開かれたときのハンバーガーアイコンのスタイル */
    .hamburger.open .bar1 {
        transform: rotate(45deg) translate(2.5px, 2.5px);
    }

    .hamburger.open .bar2 {
        opacity: 0; /* 真ん中のバーを非表示 */
    }

    .hamburger.open .bar3 {
        transform: rotate(-45deg) translate(10px, -10px);
    }

	nav {
		position: fixed; /* メニューを固定 */
		right: -250px; /* 初期状態で画面外に配置 */
		top: 0;
		width: 200px;
		height: 100vh;
		padding-top: 50px;
		background-color: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		z-index: 999;
		transition: right 0.3s ease; /* スライドのトランジションを設定 */
	}
	
    nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    nav ul li {
        border-bottom: 1px solid #ddd;
    }

    nav ul li:last-child {
        border-bottom: none;
    }

    nav ul li a {
        display: block;
        padding: 20px;
        text-decoration: none;
        color: #333;
		font-size: 4vw;
    }

    nav ul li a:hover {
        background-color: #f0f0f0;
    }

/*============================================================================================

	footer
	
============================================================================================*/

footer{
	text-align:center;
}


p#footerMenu{
	font-size:12px;
	color:#666;
	text-align:center;
	letter-spacing:0.05em;
	border-radius:0;
	font-weight:bold;
	padding:3px 0;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	background:url(/img/sp/back02.png);
	background-size:100%;
	box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-ms-box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	margin-bottom:0;
}

div#footerInner{
	padding:10px;
}

div#footerInner ul{
	border-radius:5px;
	overflow:hidden;
	border:2px solid #FFF;
}

div#footerInner ul li{
	float:left;
	width:50%;
	border-bottom:1px solid #CCC;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-sizing:border-box;
}

div#footerInner ul li:nth-child(odd){
	border-right:1px solid #CCC;
}

div#footerInner ul li:nth-child(3),
div#footerInner ul li:nth-child(4){
	border-bottom:none;
}

div#footerInner ul li a{
	display:block;
	padding:10px 0;
	width:100%;
	background:-moz-linear-gradient(top,  #efefef 0%, #c9caca 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#c9caca)); 
	background:-webkit-linear-gradient(top,  #efefef 0%,#c9caca 100%);
}

footer small{
	display:block;
	font-size:10px;
	color:#FFFFFF;
	padding:5px 0;
	background:#4e382c;
}
