@charset "utf-8";

/*=============== 交通案内タイトル ===============*/
.accessTitle {
	float: right;
	width: 816px;
	margin-bottom: 20px;
	clear: both;
	height: 37px;
}

/*=============== 交通案内・地図 ===============*/
.accessSectionMap {
	float: right;
	width: 794px;
	padding-right: 22px;
	clear: both;
	margin-bottom: 40px;
	text-align: center;
	height: 470px;
	margin-top: 10px;
}


/*=== スポットニュース ===*/
.spotNews {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFB300;
	border-right-color: #FFB300;
	border-bottom-color: #FFB300;
	border-left-color: #FFB300;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.spotNews .leftSpace {
	float: left;
	width: 538px;
}

.spotNews .rightSpace {
	float: right;
	width: 220px;
}

.spotNews .title {
	font-size: 110%;
	line-height: 120%;
	font-weight: bold;
	color: #C00;
	padding-bottom: 6px;
}

.spotNews .subTitle {
	font-size: 110%;
	padding-top: 8px;
	padding-bottom: 6px;
}

.spotNews .bodyTxt {
	line-height: 140%;
}


/*=============== 交通案内1段 ===============*/
.accessSection {
	float: right;
	width: 794px;
	padding-right: 22px;
	clear: both;
	margin-bottom: 40px;
}

.accessSection h2 {
	font-size: 120%;
	font-weight: bold;
	color: #9F5151;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 2px solid #E1C4C4;
	padding-left: 6px;
	margin-bottom: 20px;
	text-align: left;
}

/*=============== 左枠 ===============*/
.accessSection .accessLeft {
	float: left;
	width: 387px;
}

.accessSection .accessLeft p.subtitle {
	background: #B3CFFC;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	line-height: 150%;
	letter-spacing: 0.1em;
	border-left: 8px solid #8497AE;
	font-size: 108%;
	font-weight: bold;
}

.accessSection .accessLeft p.subtitle2 {
	background: #C0EBC2;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	line-height: 150%;
	letter-spacing: 0.1em;
	border-left: 8px solid #58924B;
	margin-top: 20px;
	font-size: 108%;
	font-weight: bold;
}

.accessSection .accessLeft p {
	line-height: 135%;
}

.accessSection .accessLeft p.sub {
	padding-left: 1em;
	margin-bottom: 12px;
}

.accessSection .accessLeft p.red {
	color: #CC0000;
}

/*=============== 右枠 ===============*/
.accessSection .accessRight {
	float: right;
	width: 387px;
}

.accessSection .accessRight p.subtitle {
	background: #EDD1AB;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	line-height: 150%;
	letter-spacing: 0.1em;
	font-size: 108%;
	font-weight: bold;
	border-left: 8px solid #A9957A;
}

.accessSection .accessRight p.subtitle2 {
	background: #FFCCCC;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	line-height: 150%;
	letter-spacing: 0.1em;
	border-left: 8px solid #AC7771;
	margin-top: 20px;
	font-size: 108%;
	font-weight: bold;
}

.accessSection .accessRight p {
	line-height: 135%;
}

.accessSection .accessRight p.sub {
	padding-left: 1em;
	margin-bottom: 12px;
}

.accessSection .accessRight p.red {
	color: #CC0000;
}

/*=============== お問合せ ===============*/
.accessSection3 {
	float: right;
	width: 794px;
	padding-right: 22px;
	clear: both;
	margin-bottom: 10px;
}

.accessSection3 h2.section {
	font-size: 120%;
	font-weight: bold;
	color: #996600;
	margin-bottom: 4px;
	border-style: none;
}

.accessSection3 p.section {
	background: #E9E1BC;
	border: 1px dotted #996600;
	margin-bottom: 16px;
	padding: 8px 4px 8px 20px;
	width: 770px;
	line-height: 150%;
}

/*=============== ページトップ ===============*/
.accessSection .pageTop {
	text-align: right;
}

.accessSection .pageTop p {
	font-size: 90%;
	line-height: 100%;
}

.accessSection .pageTop a,
.accessSection .pageTop a:visited {
	line-height: 100%;
	color: #996600;
	text-decoration: none;
}

.accessSection .pageTop a:hover {
	color: #CC0000;
	text-decoration: underline;
}
