@charset "utf-8";

/* -- webfont -------------------------------------------------------------------------------- */

@import url( 'https://fonts.googleapis.com/css?family=Cinzel' );

@font-face {
	font-family : 'FontAwesome';
	src : url( '../font/fontawesome-webfont.eot?v=4.7.0' );
	src : url( '../font/fontawesome-webfont.eot?#iefix&v=4.7.0' ) format( 'embedded-opentype' ),
				url( '../font/fontawesome-webfont.woff2?v=4.7.0' ) format( 'woff2' ),
				url( '../font/fontawesome-webfont.woff?v=4.7.0' ) format( 'woff' ),
				url( '../font/fontawesome-webfont.ttf?v=4.7.0' ) format( 'truetype' ),
				url( '../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular' ) format( 'svg' );
	font-weight : normal;
	font-style : normal;
}



/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, em, img,
small, 
b, u, i, center,
dl, dt, dd, ol, ul, li,
table,  tr, th, td,
footer, header, section,video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
a {
text-decoration: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


/*リセット終了*/





/* -- body -------------------------------------------------------------------------------- */

body{
	font-family : verdana,"Sawarabi Mincho",sans-serif;
	color : #E9967A;
	font-size : 90%;
	line-height : 1;
	background :#eeeeee;
	overflow-y : scroll;
}

/*
a:link,
a:visited{
	color : #0000ff;
	text-decoration : underline;
}

a:hover,
a:active{
	color : #0000ff;
	text-decoration : none;
}
*/

h1.titlefont{
padding-top:20px;
	font-size: 19px;
	color: #ffffff;
}

header h1{
	font-size:22px;
	font-weight:normal;
	color: ivory;
	margin-left: 15px;
}

.footer i {
	color: ivory;
}

.red{
	color:orangered;
}
html,body {                      /*iPhone/Androidサイトで文字サイズを固定*/
-webkit-text-size-adjust: none;
	
}

.header{
	background-color:#E9967A;
	    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 55px;             
}
.footer{
	background-color:#E9967A;
	  position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;                /* 横幅100%　*/
    height: 60px;  
text-align:center;      /*親要素の中の真ん中よせ*/
	padding-top: 5px;
}

body{
	padding:55px 0 65px 0;  /*ヘッダーフッター固定空き！*/
}

small{
	color: ivory;
}
#header h1{
	font-size:22px;
	font-weight:normal;
	color: ivory;
	margin-left: 15px;
}

#open_menu{
	float: right;
	font-size: 33px;
	cursor:pointer;
	padding: 10px;
	color: ivory;
}

.kyosiki{
	font-size:22px;
	color: #E9967A;
	text-align: center;
	margin: 10px 0 0 0;
}
.box{
	width: 90%;
	margin: 0 auto;
}
.box h2,p{
	font-size: 15px;
	color: #E9967A;
}

.nav{
	display: none;
}


/*PC用*/

@media all and (min-width: 920px) {
	.kyosiki{
		margin-top: 40px;
	}
	#container{
		padding-top: 20px;
		width: 70%;
		margin: 0 auto;
		height: auto;
	}		

	.headerbox{
		width: 70%;
		margin: 0 auto;
		height: auto;
	}
	.titlefont{
		float: left;
		width: 300px;
		height: 30px;
	}
	#open_menu{
		display: none;
	}
	
	.nav{
		float: right;
		overflow: hidden;
		width: 600px;
		margin-top: 20px;
	}
	ul{
		width: 600px;
		color: #ffffff;
	}
	li{
		float: right;
		margin-right: 15px;
		
	}
	a {
text-decoration: none;
		color: #ffffff;
}
	.nav{
		display: block;
	}
	.top_menu{
		margin-top: 10px;
	}
}