@charset "utf-8";

/*-----------------------------------------
共通 parts
------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img{
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}

li{
	list-style: none;
}

.clearfix:after{
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}

a img.rollover{
	opacity: 1.0;
	filter:alpha(opacity=100);
}
a:hover img.rollover{
	opacity: 0.7; /* IE以外のブラウザ半透明70％指定 */
	filter:alpha(opacity=70); /* IE用ブラウザ半透明70％指定 */
}

/*a:link,
a:visited{
	color: #282824;
	text-decoration: underline;
	background: transparent;
}

a:hover{
	color: #1867ea;
	text-decoration: underline;
	background: transparent;
}*/

#pagetop{
	position: fixed;
	bottom: 60px;
	right: 30px;
	-ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 1.0;
}

.icon-arrow a{
	display: block;
	position: relative;
	padding: 2px 20px 0px 5px;
	font-size: 87.5%;
	text-decoration: none;
}

.icon-arrow a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ffffff;;
	border-right: solid 2px #ffffff;;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-red{
	display: block;
	width: 78.125%;
	max-width: 500px;
	padding: 1.5625% 7.8125%;
	margin: 7.8125% auto 0 auto;
	border-radius: 4px;
	background-color: #8f2727;
	text-align: center;
}

.btn-red a:link{
	color: #ffffff;
	font-style: normal;
}
.btn-red a:visited{
	color: #ffffff;
}

.btn-red a:hover{
	color: #d5c3c3;
}

.btn-red a:active{
	color: #d5c3c3;
}

.f-12{
	font-size: 75%;
}

.al_right{
	text-align: right;
}

.red{
	color: #ff0000;
}

/* アコーディオンボタン */
.icon-accordion span{
	display: block;
	background: url(../images/icon_open.png) no-repeat 98% 30%;
}

.icon-accordion span.close{
	display: block;
	background: url(../images/icon_close.png) no-repeat 98% 30%;
}

/* 余白 */
.mb20{
	margin-bottom: 20px;
}

/*-----------------------------------------
contents　共通
------------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%; /* 14px */
	color: #282824;
	background-color: #f8f6f6;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#header{
	display: block;
	width: 96.875%;
	padding: 1.5625%; /* 10px */
}

#header h1{
	width: 56.0937%;
	max-width: 359px;
	height: auto;
	max-height: 67px;
	float: left;
}

#btn-nav-area{
	width: 15.625%;
	max-width: 74px;
	height: auto;
	max-height: 54px;
	float: right;
}

#nav{
	width: 100%;
	background-color: #8a1f1f;
	padding: 3.125%; /* 20px */
	text-align: center;
	font-size: 100%;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}
	
#nav ul li{
	width: 100%;
	margin-bottom: 6.25%;
	padding-bottom: 2.3437%;
	border-bottom: solid 1px #ffffff;
	text-align: center;
	font-size: 107%; /* 17px */
}

#nav ul li a:link{
	color: #ffffff;
	text-decoration: none;
}

#nav ul li a:link{
	color: #ffffff;
	text-decoration: none;
}

#nav ul li a:hover{
	color: #282824;
	text-decoration: none;
}

#nav ul li a:visited{
	color: #ffffff;
	text-decoration: none;
}

#nav .close{
	display: block;
	overflow: hidden;
}

#container{
	width: 100%;
	padding-bottom: 4.6875%; /* 30px */
}

.inner{
	padding: 2.3437%; /* 15px */
	/*margin-bottom: 4.6875%;*/
}

.inner h2{
	width: 100%;
	margin-bottom: 4.6875%;
	text-align: center;
}

.inner-green{
	padding: 4.6875% 2.3437%; /* 30px 15px */
	margin-bottom: 4.6875%;
	background-color: #cecdae;
}

.inner-green h2{
	width: 100%;
	margin-bottom: 4.6875%;
	text-align: center;
}

#footer{
	display: block;
	width: 100%;
	background-color: #8a1f1f;
	color: #ffffff;
	padding: 4.6875% 0;
}

#link{
	width: 90.625%;
	margin: 0 auto 4.6875% auto;
}

#link .left{
	display: inline-block;
	width: 43.75%;
	text-align: center;
	float: left;
}

#link .right{
	display: inline-block;
	width: 43.75%;
	text-align: center;
	float: right;
}

.link-area{
	display: table;
	margin: 30px auto 0 auto;
}

.link-area li{
	display: table-cell;
	width: 40px;
	text-align: center;
}

#footer p{
	text-align: center;
}

#footer p a:link{
	color: #ffffff;
	text-decoration: underline;
}

#footer p a:hover{
	color: #282824;
	text-decoration: underline;
}
#footer p a:visited{
	color: #ffffff;
	text-decoration: underline;
}

#copy{
	margin-top: 3.125%;
	font-size: 75%;
}


/*-----------------------------------------
contents　top
------------------------------------------*/
#main-image{
	width: 100%;
	height: auto;
	border-top: solid 3px #8a1f1f;
}

#main-image img{
	width: 100%;
}

#list-kitou{
	width: 100%;
	max-width: 557px;
	margin: 0 auto;
	box-sizing: border-box;
}

#list-kitou li{
	width: 29.3442%; /* 179/(640-30) */
	max-width: 179px;
	height: auto;
	max-height: 179px;
	float: left;
	margin-right: 5.9016%; 
	box-sizing: border-box;
}

#list-kitou li:last-child{
	margin-right: 0%;
}

#gmap{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin: 0 auto 3.9062% auto;
	height: 0;
	overflow: hidden;
}

#gmap iframe,
#gmap object,
#gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access{
	width: 100%;
	margin: 4.6875% 0;
}

h3{
	width: 100%;
	height: auto;
	background:url(../images/icon_doublecircle.png) no-repeat;
	font-size: 119%; /* 19px */
	font-weight: bold;
	padding-left: 9.375%;
	margin-bottom: 2.3437%;
	line-height: 23px;
}

.access dl{
	display: block;
	width: 100%;
	margin: 2.3437% 0;
}

.access dl dt{
	width: 98.4375%;
	background-color: #ddddde;
	padding: 1.5625% 0 1.5625% 1.5625%;
	font-size: 100%;
	font-weight: bold;
}

.access dl dd{
	width: 96.875%;
	margin-top: 3.125%;
	background:url(../images/icon_maru.png) left 2px no-repeat;
	padding-left: 5.4687%;
}

.icon-train{
	padding: 3.125% 3.125% 3.125% 9.375%;
	margin-bottom: 20px;
	background: #ffffff url(../images/icon_train.png) 1% 50% no-repeat;
	border: solid 1px #c6c652;
	position: relative;
}

.icon-train:after{
	position: absolute;
	content: "";
	z-index: 100;
	top: 100%;
	left: 10px;
	width: 2px;
    height: 22px;
    background: url(../images/icon_line.png) no-repeat;
}

.icon-tax{
	padding: 3.125% 3.125% 3.125% 10.9375%;
	background: #ffffff url(../images/icon_tax.png) 1% 50% no-repeat;
	border: solid 1px #c6c652;
}

.icon-bus{
	padding: 3.125% 3.125% 3.125% 10.9375%;
	margin-bottom: 20px;
	background: #ffffff url(../images/icon_bus.png) 1% 50% no-repeat;
	border: solid 1px #c6c652;
}

/*-------------------
新着情報 add
--------------------*/
#news{
	width: 100%;
}

#news dl{
	margin-bottom: 5.4687%;
}

#news dl dt,
#gyouji dl dt{
	background:url(../images/icon_maru.png) left 2px no-repeat;
	padding-left: 5.4687%;
	margin-bottom: 3.125%;
}

#news dl dd{
	padding-left: 1.3em;
}

#news dl dd a:link,
#news dl dd a:visited{
	color: #282824;
	text-decoration: underline;
	background: transparent;
}

#news dl dd a:hover{
	color: #1867ea;
	text-decoration: underline;
	background: transparent;
}

#gyouji{
	width: 100%;
}

#gyouji dl{
	margin-bottom: 40px;
}

#gyouji dl dd{
	text-indent: 1.3em;
}

#gyouji dl dd p{
	margin-bottom: 10px;
}

#bnr-area{
	width: 276px;
	/*height: 80px;*/
	margin: 0 auto 15px auto;
}

#bnr-area li{
	margin-bottom: 20px;
}

