@charset "utf-8";


/*基本設定
---------------------------------------------------------------------------*/
.clearfix {
    overflow:hidden;
    height:100%;
}

body {
	font-family: "Avenir Next", Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 0;
	color: #000;
	line-height: 0;
	background: #fff;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout:none;
	}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.clear {
  clear: both;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #003366;	
}
a:hover {
	color: #9ecfff;
	text-decoration: none;	
}


/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 0;
	background-color: #FFF;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;
}
#main h1{
	font-size: 20px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
	color: #FFF;
	background: #B91500;
}
.main_image img{
	width: 100%;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #fff;	
	font-size: 10px;
	background-color: #003366;
	text-decoration: none;
	text-align: center;
	width: 12em;
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
#pagetop a:hover {
	background-color: #66aaff;	
	color: #FFF;
}

/*アクセス
--------------------------------------------------------------------------*/
.image-content2 {
	width: 96%;
	padding: 30px 5px 20px;;
	background: #ffffff;
}
.page-access ul.route-images {
  margin: 0;
  padding-left: 0;
}
.page-access ul.route-images li {
  list-style: none;
  margin-bottom: 15px;
}
.page-access .map {
  margin: 0;
}
.page-access .map-link a {
  background: url(../images/ico-blank.gif) no-repeat right center;
  padding: 2px 15px 2px 0;
  text-decoration: underline;
  color: #00f;
}
#map_canvas {
  width: 96%;
  height: 300px;
  margin: 10px 2%;
}

/*電話
---------------------------------------------------------------------------*/
.tel{
	display: none;
}

@media only screen and (max-width: 640px) {
.tel{
	display: block;
}
}

@media only screen and (max-width:480px) {
}

/*footer
--------------------------------------------------------------------------*/
footer{
width: 100%;
padding: 10px 0;
background: #B91500;
}
footer h3{
	font-size:18px;
	line-height: 24px;
	font-wight: normal;
	text-align: center;
	color: #FFF;
}
footer p{
	font-size:14px;
	line-height: 18px;
	font-wight: normal;
	text-align: center;
	color: #FFF;
}