@charset "utf-8";

/* -----------------------------------------------------------
 　周辺スポット
----------------------------------------------------------- */
.spot{

}
.spot ul{
	overflow: hidden;
}
.spot li{
	width:270px;
	margin:0 40px 40px 0;
	float:left;
	text-align: justify;
}
.spot li.last{
	width:270px;
	margin:0 0 40px 0;
}
.spot li img{
	width:100%;
	height:180px;
	margin-bottom: 20px;
}
.spot li span{
	font-weight: bold;
	font-size: 18px;
}
.spot p.ac{
	height:140px;
}
.spot span.ac_tl{
	height:60px;
	display: block;
}
.link{
	text-align: center;
}

.link p{
	margin-top:20px;
	font-size: 14px;
}

/* -----------------------------------------------------------
 　お問い合わせ
----------------------------------------------------------- */

table.contact_fm {
	font-size: 95%;
	margin-top:0px;
}

table.contact_fm th {
	width: 285px;
	text-align: left;
	font-weight: normal;
	padding: 15px;
}
table.contact_fm td {
	text-align: left;
	padding: 15px;
}
span.req {
	margin-left: 5px;
	padding: 1px 5px;
	display: inline-block;
	color: #fff;
	font-size: 80%;
	background: #A40035;
}
input,
select {
	margin: 0 5px 5px 5px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #d8d8d8;
}
input:focus,
select:focus {
	outline-size: 1px;
	outline-style: solid;
	outline-color: #efefef;
}
input.long,
select.long {
	width: 300px;
}
input.mid,
select.mid {
	width: 150px;
}
textarea {
	width: 80%;
	min-height: 150px;
}
 textarea:focus {
	outline-size: 1px;
	outline-style: solid;
	outline-color: #efefef;
}

.form-privacy {
    border: 1px solid #666;
    width: 80%;
    padding: 5px;
    height: 100px;
    overflow-y: auto;
}
.center{
	text-align: center;
	margin-bottom: 15px;
}

/* -----------------------------------------------------------
 　イベント
----------------------------------------------------------- */
table.event_fm td{
	text-align: left;
}
table.event_fm{
	margin-bottom:30px;
}
.box_right{
	width:710px;
	float:left;
}

/* -----------------------------------------------------------
 　サイトマップ
----------------------------------------------------------- */
.sitemap ul{
	width:200px;
	float:left;
}
.sitemap li{
	line-height: 30px;
}