@charset "UTF-8";

/*------------------------------
reset
------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: bottom;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{list-style:none;}
table{
    border-collapse: collapse;
    border-spacing:0;
}
caption, th{text-align: left;}
a:focus {outline:none;}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{clear:both;}


/*------------------------------
setting
------------------------------*/

body {
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 13px;
 color: #996633;
 -webkit-text-size-adjust: none;
 background: url(images/back.png) repeat left top;
}
a {
 outline: none;
 color: #663300;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
strong {
 font-weight: bold;
}
em {
 font-style: italic;
}
#wrapper {
 min-width: 1024px;
 margin: 0 auto;
 border-top: 5px solid #663300;
}
#container {
	width: 960px;
	margin: 20px auto 0;
}
.radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	-moz-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;
}
.radius-m {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.backtotop {
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 9999;
    display: none;
}
.backtotop a:hover {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*------------------------------
header
------------------------------*/
#header {
	margin-bottom: 25px;
}
#header > .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#site-logo {
	width: 186px;
	height: 56px;
	padding: 30px 0 30px;
}
#site-title {
	position: absolute;
	top: 60px;
	left: 210px;
	font-size: 70%;
	font-weight: bold;
	color: #663300;
}
#tel {
	width: 242px;
	height: 67px;
	position: absolute;
	top: 25px;
	right: 0;
}
#nav-wrap {
	width: 100%;
	height: 60px;
	background: url(images/nav_back.png) repeat-x;
}
.nav {
	width: 960px;
	margin: 0 auto;
}
.nav li {
	float: left;
	display: inline;
}
.nav a {
	width: 160px;
	height: 60px;
}

/*------------------------------
index-contents
------------------------------*/
#contents {
	width: 100%;
	margin-bottom: 60px;
}
#index-guide {
	width: 100%;
}
#index-guide h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccb68f;
	font-size: 130%;
	font-weight: bold;
	color: #663300;
}
#index-guide h3 {
	margin-bottom: 2px;
	font-size: 130%;
}
#index-guide h3 a {
	font-weight: bold;
	color: #663300;
}
#index-guide h3 a:hover {
	text-decoration: none;
	color: #996633;
}
#index-guide p.text {
    padding-left: 2px;
	line-height: 20px;
}
#index-guide p a {
	font-weight: bold;
	text-decoration: underline;
}
#index-guide p a:hover {
	text-decoration: none;
}
#index-guide img {
	margin-bottom: 10px;
}
#guide-left {
	width: 365px;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
#guide-right {
	width: 365px;
	float: right;
	display: inline;
}
.btn {
	text-align: right;
}
.btn a:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#info-area {
	margin-bottom: 30px;
}

/*------------------------------
page-contents-setting
------------------------------*/
#breadcrumb-wrap {
    width: 960px;
	margin: 0 auto 20px;
}
#breadcrumb {
	margin-top: 10px;
	font-size: 90%;
}
#breadcrumb li {
	float: left;
	display: inline;
	margin-right: 5px;
}
#breadcrumb a {
	text-decoration: underline;
}
#breadcrumb a:hover {
	text-decoration: none;
}
#breadcrumb li::after {
	content: "/";
	margin-left: 5px;
}
#breadcrumb li:last-child::after {
	content: "";
}
#main {
	width: 750px;
	float: left;
	display: inline;
}
#side {
	width: 183px;
	float: right;
	display: inline;
}
#guide,
#price,
#driver,
#overview,
#access,
#question,
#privacypolicy,
#sitemap {
    margin-bottom: 30px;
	padding: 40px 35px;
	background: #fff;
	color: #663300;
}
.section-head {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #ccb68f;
	font-size: 150%;
	font-weight: bold;
}
.section-text {
	margin-bottom: 30px;
}

/*------------------------------
guide
------------------------------*/
.guide-entry {
	margin-bottom: 40px;
}
.entry-inner {
	width: 660px;
	margin: 0 auto;
}
.guide-entry img {
	width: 280px;
	float: right;
	margin-left: 20px;
}
.guide-entry:last-child {
	margin-bottom: 0;
}
.guide-text img {
	width: 280px;
	height: 200px;
	float: right;
	margin: 0 0 0 30px;
}
.guide-entry p {
	line-height: 25px;
}
.guide-entry ul {
	float: left;
	padding-left: 20px;
}
.guide-entry ul li {
	line-height: 30px;
	list-style-type: decimal;
	font-size: 110%;
	font-weight: bold;
}

/*------------------------------
price
------------------------------*/
#price h3,
#guide h3 {
    height: 50px;
	margin-bottom: 25px;
	padding-left: 15px;
	background: #f8f0da;
	border-left: 5px solid #996633;
	line-height: 50px;
	font-size: 120%;
	font-weight: bold;
}
.price-entry {
	margin-bottom: 40px;
}
.price-entry:last-child {
	margin-bottom: 0;
}
.price-entry p {
	margin-bottom: 10px;
}
.price-entry ul {
	margin-top: 10px;
	padding-left: 5px;
}
.price-entry ul li {
	line-height: 24px;
	font-size: 95%;
}

/*------------------------------
driver
------------------------------*/
.car-wrap,
.staff-wrap {
	width: 680px;
	margin: 0 auto;
	padding: 25px 0;
	border-top: 1px dotted #f7e5b6;
}
.car-wrap:last-child,
.staff-wrap:last-child {
	border-bottom: 1px dotted #f7e5b6;
}
.car,
.staff {
	width: 330px;
	padding: 20px 10px;
	float: left;
	font-size: 105%;
}
.car dl,
.staff dl {
	margin-bottom: 10px;
	line-height: 30px;
}
.car dl dt,
.staff dl dt {
	float: left;
}
.car dl dd,
.staff dl dd {
	margin-left: 80px;
}
.car-wrap img,
.staff-wrap img {
	width: 280px;
	float: right;
	margin-right: 10px;
}

/*------------------------------
main-overview
------------------------------*/
#price table,
#overview table,
#sitemap table {
	width: 100%;
	border: 1px solid #ccb68f;
}
#price table tr th,
#overview table tr th {
	width: 100px;
	padding: 15px;
	background: #fdfbe9;
	border: 1px solid #ccb68f;
	vertical-align: middle;
	font-weight: bold;
}
#sitemap table tr th {
	width: 150px;
	padding: 15px;
	background: #fdfbe9;
	border: 1px solid #ccb68f;
	vertical-align: middle;
	font-weight: bold;
}
#price table tr td,
#overview table tr td,
#sitemap table tr td {
	width: 510px;
	padding: 15px;
	border: 1px solid #ccb68f;
}
#map-canvas {
    width: 680px;
    height: 350px;
    margin-bottom: 10px;
}
.map-text {
    line-height: 16px;
    font-size: 87%;
}
.map-text li {
	margin-bottom: 5px;
}
.map-text li:last-child {
	margin-bottom: 0;
}

/*------------------------------
main-question
------------------------------*/
#question dl {
	width: 100%;
	padding-top: 25px;
	border-top: 1px dashed #ccb68f;
	line-height: 20px;
}
#question dl dt {
    margin-bottom: 10px;
    padding: 4px 0 5px 35px;
    background: url(images/que.png) no-repeat left top;
    font-size: 105%;
	font-weight: bold;
}
#question dl dd {
    margin-bottom: 25px;
    padding: 4px 0 25px 35px;
    background: url(images/ans.png) no-repeat left top;
    border-bottom: 1px dashed #ccb68f;
    font-size: 100%;

}
#question dl dd:last-child {
	margin-bottom: 5px;
}

/*------------------------------
main-privacypolicy
------------------------------*/
#privacypolicy dl {
	width: 100%;
}
#privacypolicy dl dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccb68f;
	font-size: 110%;
	font-weight: bold;
}
#privacypolicy dl dd {
	margin-bottom: 20px;
	padding: 0 15px;
}
#privacypolicy dl dd:last-child {
	margin-bottom: 5px;
}
#privacypolicy dl dd ul {
	padding: 10px 15px 0 15px;
}
#privacypolicy dl dd ul li {
	margin-left: 15px;
	font-size: 90%;
	list-style-type: circle;
}

/*------------------------------
side
------------------------------*/
#side li {
	width: 183px;
	margin-bottom: 15px;
}
#side a:hover {
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*------------------------------
footer
------------------------------*/
#footer {
	width: 100%;
	margin-top: 50px;
	padding: 25px 0 50px 0;
	border-top: 1px solid #ccb68f;
	font-size: 80%;
}
#footer > .inner {
	width: 960px;
	margin: 0 auto;
}
#f-nav {
	float: left;
}
#f-nav li {
	float: left;
	margin-right: 20px;
}
#copy {
	float: right;
	letter-spacing: 0;
}