@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote,th, td{margin:0; padding:0;}
html{overflow-y: scroll;border:0;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: normal;}
ol, ul{list-style:none;}
fieldset, img{border:0;}
table{border-collapse:collapse; border-spacing:0;}
caption, th{text-align: left;}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal; font-weight: normal;}
p {margin:12px 0px;}
img {vertical-align:bottom;}
iframe {vertical-align:bottom;}
@media screen and (max-device-width: 480px) {body {-webkit-text-size-adjust: 100%;}}
A:link,A:visited,A:hover,A:active {color:#0066CC;}
A:hover {text-decoration: underline;}
A {text-decoration:none;}
strong{font-weight: bold;}
/*--reset--*/
body {
	border:0;
	text-align: center;
	font-size: 90%;
	color:#4e0300;
	line-height: 1.7;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック";
	background:#faefd9;
	margin:0;
}

/*ヘッダー*/
header{
	overflow: hidden;
	margin-bottom: 8px;
}
header address, #logo{
	z-index: 1001;
	opacity: 0.5;
}
header h1{
	font-size:90%;
	margin-bottom:1px;
	text-align:center;
}
#pankuzu{
	text-align: left;
	width:980px;
	margin: 4px auto 2px;
	font-size: 80%;
}

/*メニューバー*/
#menubar{
	width: 100%;
	height: 80px;
	background: rgba(75,69,32,0.3);
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1000;
}
#menubar a{
	display: block;
	float: left;
	width: 10%;
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 35px;
}
#menubar a:hover{
	text-decoration: none;
	background: rgba(75,69,32,0.3);
}
#menubar img{
	margin-top: 7px;
}
header>div{
	height:80px;
	background: url(../img/scanline.png);
	background-repeat: repeat-x;
}

/*ページタイトル*/
#title{
	width:960px;
	padding-left: 20px;
	margin:0 auto;
	height:70px;
	line-height: 70px;
	font-size:210%;
	font-weight:bold;
	text-align:left;
}

/*コンテンツ*/
#content{
	background:#f0debb;
	width:980px;
	margin:0px auto 15px;
	text-align:left;
	border-radius:5px;
	padding-bottom:5px;
}
h1{
	font-weight: bold;
}
h3{
	font-size:130%;
	background:url(../img/arr_red.png) no-repeat;
	background-position:2px 8px;
	padding-left:20px;
	font-weight:bold;
	position:relative;
	margin-left:20px;
	top:15px;
}
h4{
	font-weight:bold;
	margin:20px 20px -5px;
	font-size:100%;
	background:#4e0300;
	color:#faefd9;
	border-radius:5px;
	padding:2px 8px;
	letter-spacing:0.1em;
}
h4 img{
	position:relative;
	top:-6px;
	margin-right:3px;
}
section{
	background:#faefd9;
	border:1px solid #d6bb87;
	border-radius:5px;
	margin:18px 25px 25px 25px;
}
.notitle{
	position:relative;
	top:20px;
	margin-top:0;
	margin-bottom:45px;
	padding-bottom: 20px;
}
article{
	margin:20px 20px 30px;
	border-left:3px double #e24c00;
	padding-left:10px;
}

/*注意書き*/
.caution{
	color:#895B25;
	font-size:80%;
	margin:20px;
}
article .caution{
	margin-left:0;
}

/*上に戻る*/
.pt{
	text-align:right;
	margin:-20px 20px -20px 0;
}
.ptb{
	text-align:right;
	margin:-20px 20px 5px 0;
}
.ptc{
	text-align:center;
	margin:-20px 20px 5px 0;
}

/*フッター*/
footer{
	background:#4d0300;
	border-top: double 7px #faefd9;
	overflow:hidden;
	padding-bottom: 15px;
}
footer > div{
	width: 980px;
	margin: 10px auto 0;
	overflow: hidden;
}
footer > div > *{
	float: left;
}
footer ul{
	width: 25%;
	text-align: left;
}
footer ul a{
	display: block;
	color:#f0ddbb !important;
}
footer ul a:hover{
	background:#5A0300;
	text-decoration: none;
}
footer > div:nth-of-type(2){
	width:536px;
}
footer address{
	width:340px;
	background:#f0debb;
	border-radius:5px;
	height:65px;
	margin:15px;
	font-size:80%;
	text-align:left;
}
footer address p{
	margin:0 10px;
	padding:5px;
	font-weight:bold;
	line-height:1.5;
}
small{
	color: #f0ddbb;
}

/*フォーム*/
input,textarea{
	color:#555;
	padding:3px;
	border:1px dotted #aaa;
	border-radius:3px;
}
button{
	font-size:90%;
}

/*文字装飾*/

.size80{
	font-size:80%!important;
}
.size70{
	font-size:70%!important;
}
.red{
	color:#aa0000;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}
.left{
	text-align:left!important;
}
.bold{
	font-weight: bold;
}

/*リンク画像ホバー*/
a img:hover{
	position:relative;
	top: 2px;
}
#logo:hover{
	top:0px;
}

/*レスポンジブメイン*/
#menu{
	display: none;
}
.slicknav_menu{
		display: none;
	}
.br{
	display: inline-block;
}
img{
	height:auto;
	}
#logo, header address{
	display: none;
}
header address span:nth-child(2){
	display: none;
}

@media screen and (max-width : 1000px){/*contents width=728　標準タブレット ipad:768px*/
	#menubar a{
		font-size: 1.39vw;
	}
	header, footer{
		width: 100%;
	}
	#pankuzu, #content{
		width: 728px;
	}
	#title{
		width: 710px;
		font-size: 200%;
		border-radius: 7px;
	}
	footer > div:first-child{
		width: 98%;
	}
}

@media screen and (max-width : 744px){/*contents width=572　小型タブレット*/
	.slicknav_menu{
		display: block;
	}
	#menubar{
	display: none;
	}
	header>div{
	height:60px;
	background: url(../img/scanline60.png);
	background-repeat: repeat-x;
	}
	#logo{
		display: block;
		position: fixed;
		left: 0;
		right:0;
		width:145px;
		margin: 0 auto;
	}
	header address{
		display: block;
		font-weight: bold;
		line-height: 21px;
		padding: 7px 0 0;
		width: 150px;
		font-size: 16px;
		position: fixed;
		top: 5px;
		color:#fff;
	}
	header address span:nth-child(3){
	font-size: 14px;
	}
	h1{
		font-size: 2.2vw !important;
	}
	#content, #pankuzu, #title{
		max-width: 572px;
		width: 96%;
	}
	#title{
		box-sizing: border-box;
		height: 50px;
		font-size: 170%;
		line-height: 55px;
		background: #4d0300 !important;
		color: #f0debb;
	}
	h3{
		font-size: 16px;
		background-position: 2px 5px
	}
	article{
		margin: 15px;
		font-size: 13px;
	}
	h4{
		margin-top:15px;
	}
	footer>div{
		width: 100%;
	}
	footer > div >*{
		float: none;
	}
	footer > div:nth-of-type(2){
		width:100%;
	}
	footer ul{
		width:200px;
		margin:0 auto;
	}
	footer address{
		margin: 15px auto;
	}
}

@media screen and (max-width : 414px){
	#logo, header address{
		width:34vw;
	}
	header address span:nth-child(1){
		display:none
	}
	header address span:nth-child(2){
		display: block;
		font-size: 3.5vw;
		line-height: 6vw !important;
	}
	header address span:nth-child(3){
		font-size:2.5vw;
	}
	header address a{
		color: #fff !important;
	}
	header address a:hover{
		text-decoration: none;
		cursor: default;
	}
	#pankuzu{
		width: 94% !important;
		padding:0 0 2px 5px!important;
		margin: 0 !important;
	}
	#title{
		padding-left: 4% !important;
		height: auto !important;
		font-size: 140% !important;
		line-height: 40px !important;
	}
	h4{
		width:88%;
		margin: 10px auto;
		}
	#content, #title,{
		width: 94%;
	}
	section{
		width: 94%;
		margin: 15px auto 20px !important;
	}
	article{
		margin-left: 3%;
	}
	.pt{
		margin-bottom: -5px;
	}
	.notitle{
		top: 10px;
		margin-top: 0 !important;
	}
	.notitle+.pt, .notitle+.ptb{
		margin-top:-5px !important;
	}
	.smaller1{
		font-size: 2.3vw;
	}
	.smaller2{
		font-size: 2.1vw;
	}
	footer address{
		width: 90%;
		height: auto;
	}
}