@charset "UTF-8";
/* CSS Document */
html,body{margin:0 auto;width:100%;height:100%;}

body{
	background-color: #f7f0cf;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif','Batang';
	line-height: 1.7;
}
#wrapper{
    position: relative; 
    width: 100%; 
    height: auto !important; 
    height: 100%; 
    min-height: 100%;
    margin:0 auto;
	background-image:url(../img/asagiume.png);
	background-repeat: no-repeat;
	background-position:center center;
    background-attachment:fixed;
    backface-visibility: visible;
    background-size: contain;
}
#menu-bt{display:none;}

#globalNavi{
	width: 100%;
}
#globalNavi ul li a{
    background:#42210b;
    width:11.111111111111%;
    height:45px;
    float:left;
    padding:10px 0;
    text-align: center;
    color: #F7F0CF;
    text-decoration: none;
    border-right: 1px solid #777;
	box-sizing: border-box;
    margin-bottom: 50px;
    font-size: 1.5vw;
    font-family:serif;
    font-weight: 200;
}
#globalNavi ul li a:hover{
	background:#333;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#inner_wrap{
	width: 80%;
    height: auto;
    padding-bottom: 0px;
    
    margin: 0 auto;
}
.logo{
	width:222px;
	margin:0px 0px 20px;
    clear: both;
}
.page{
	background-color:#ffffff;
	background-color:rgba(555,555,555,0.3);
	overflow:hidden;
	position:relative;
    padding-top: 10px; 
    padding-bottom: 50px;
    
}
h1,h2{font-size:24px;
	font-weight: bold;
	padding: 30px 20px 0px 20px;
	line-height:0.1;
	text-indent: 1em;}

h3{font-size:20px;
	font-weight: bold;
    text-align: center;
}
span .line{
    width:100%;
}
h3 span img,h2 span img{
		width:100%;
		max-width:100%;
		height:auto;}
	
.contents{
	padding:10px 30px;}
.page_top {
	position:absolute;
	bottom:-40px;
	right: 50px;}

.page_top a:hover{
	position: absolute;
	bottom:40px;
	right: 0px;}




#footer{
    background-color: #42210b;
    width: 100%;
	height:100px;
    position: absolute;
    bottom: 0;
}
#footer .link{
	color:#F7F0CF;
    margin-left: 70px;
    padding-top: 10px;
    font-family:serif;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 3px;
}
#footer .link a{
	text-decoration:none;
	color:#F7F0CF;

}

#footer .link a:hover{
	color:#C69C6D;}

.copy_rights{
	padding-top:20px;
	font-size:12px;
	color:#c69c6d;
   text-align: right;
    margin-right: 70px;
    font-family: serif;
    font-weight: 200;
}


/* -----tablet-----*/
@media screen and (max-width:768px)  {


    
body{
    font-size:13px;
	line-height: 1.2;
}
#wrapper{
    height:auto;
	max-width: 768px;
	min-width: 0px;   
}
#inner_wrap{
	padding:0px 0px;
    padding-bottom: 80px;
    }
    
#globalNavi ul li a{
	height:40px;}
span .line{
        width:100%;
    }	
.logo{width:170px;
    margin:0px 0px 10px;}
	
.logo img{
		width: 100%;
		max-width: 100%;
		height:auto;
	}
#footer{
    width: 91.7%;
	height:70px;
	padding:10px 30px;
}
#footer .link{
    width:100%;
    text-align: center;
    margin-left: auto;
    margin-top: -5px;
    
}
    
.copy_rights{
    text-align: center;
    width:100%;
	}	

/*-----smartPhone-----*/
@media screen and (max-width: 480px) {

	body{
		font-size:13px;
		line-height:1.3;}
    }

	#inner_wrap{
        
        padding:0px 0px;
        margin-top: 20px;
	}
	#globalNavi{display:none;
	}
    
    #header{
        width:100%;
	margin-bottom:0px;
	background-color:#42210b;
	overflow: hidden;}
	
	#menu-bt{display: inherit;
		float:right;
		width:50px;
		background-color:#42210b;
		margin: 1px;}
	
	#menu{
		width:100%;
        overflow: hidden;}
	
	#menu ul li {
		width:100%;
		background-color:#c69c6d;
		border-bottom:1px solid #f7f0cf;
		text-align:center;
		padding:5px 0px 5px 0px;}
	
	#menu ul li a{
	width:100%;
	height:20px;
	display:block;
	font-size: 18px;
	line-height: 20px;
	color:#ffffff;
	text-decoration: none;
    text-align: center;
    font-family:serif; 
    font-weight: 200;
    }
    
    .page{
	margin-left: -20px;
   margin-right:-20px;
}
	.logo{width:100px;
        }
	
	.logo img{
        margin-top:-30px;
        margin-bottom: 40px;
		width: 100%;
		max-width: 100%;
		height:auto;
	}
}
		
	.contents{padding:7px;}
#footer{
    width: 100%;
	height:auto;
	padding:0px 0px;
}
#footer .link{
    width:100%;
    text-align: center;
    margin-left: auto;
    margin-top: -5px;
    font-size: 8px;
    letter-spacing: none;
}
    
.copy_rights{
    text-align: center;
    width:100%;
    font-size: 8px;
	}	

/*-----smartPhone320-----*/
 @media screen and (max-width: 320px) {
     #inner_wrap{
        padding:0px 0px;
    padding-bottom: 10px;    
	}
     #header{     
	margin-bottom:-50px;
	}
     .logo img{
        margin-top:20px;
        margin-bottom: 40px;
	}
    }
    
