@charset "utf-8";
/* CSS Document */

/* PC用　1200px 以上　*/

/* 共通　*/
*{
	margin:0px;
	padding:0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a{
	text-decoration:none;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

body  {
	background:#FFF;
	}

*{
	margin:0px;
	padding:0px;
}

h3 {
	font-weight: bold;
}

#container {
	/*background-color:#FFEEFE;*/
	background-color:#FFF;
	margin:0 auto;
	height:auto;
	}
	
img {
	border:none;
	vertical-align:bottom;
	}
	
/*　上に戻るボタンマーク　*/
a.gototop{
	background:#90BE59;
	bottom:2%;
	color: #FFF;
	display:none;
	font-size:2rem;
	height: 3rem;
	line-height: 3.8rem;
	position: fixed;
	right: 2%;
	text-align: center;
	text-decoration: none;
	width: 3rem;
	}

/*  ヘッダーエリア　　*/
/*会社ロゴ・会社名・会社コンセプト　*/
#headerBanner{
	overflow: hidden;
	background: #FFF;
}
/*　クロスロード　ロゴ　*/
.companyLogo {
	display: table-cell;
	float: left;
	vertical-align:baseline;
	padding-left: 50px;
	margin-top: 5px;
}
/*　クロスロードツアーズ 社名　*/
.companyName{
	display: table-cell;
	float: left;
	vertical-align: baseline;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/* 旅は記憶の財産　コンセプト　*/
.companyPolicy{
	display: table-cell;
	float: right;
	vertical-align: middle;
	font-size: 25px;
	color: #8E066B;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	padding: 5px;
	margin-right: 80px;
	}

h1.title  {
	font-family:"ＭＳ Ｐゴシック";
	font-size:27px;
	font-weight: bold;
	font-style:italic;
	color:#FFF;
	padding-left:30px;
	padding-top:30px;
	padding-bottom: 15px;
	background:#990033;
	line-height:35px;
	text-align: center;
}
/* 旅は記憶の財産の基本理念テキスト　*/
#headerText h2{
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #990033;
		border-bottom: solid 1px #990033;
		margin-bottom: 10px;
	}
/*　日程・出発地・並び席　*/
main{
	width: 800px;
	margin: 60px auto;
}
main h2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	color:#940567;
}
main section{
	width: 800px;
	height: auto;
	margin: 30px auto;
}
main h3{
	text-align: center;
	margin-bottom: 20px;
	color: #034E1C;
}
main dl dt{
	background: #E3E3E3;
	padding:5px 5px 5px 10px;
}
main dl dd{
	margin:10px 0 20px 30px;
	text-indent: 1em;
}
/* リンク　*/
main a:link {
	color:#0F38F4;
	text-decoration: none;
}
main a:visited{
	color: #0F38F4;
}
main a:hover{
	color: #B6BBEF;
}
	/*  フッターエリア　　*/
#footer  {
	clear: both;
	height:auto;
	margin: 10px auto 0;
}

	/*  予約・問い合わせボタン　*/
/*　新ボタン　*/
section.ask{
	overflow: hidden;
	width: 400px;
	height: 0 auto;
	margin:0 auto 30px;
	/*margin-bottom: 30px;*/
} 

section.ask .book{
	font-size: 20px;
	font-weight: bold;
	color: #B00DAA;
	background: #FFF;
	border: solid 3px #D084F1;
	padding: 10px 10px;
	text-align: center;
	border-radius: 15px;
}
section.ask .book a:link {
	/*text-decoration: none;*/
	color: #5F0456;
}
section.ask .book a:visited {
	/*text-decoration: none;*/
}
section.ask .book a:hover {
	/*text-decoration:none;*/
	display: block;
	color:#FFF;
	background: #F7D0F9;
	padding-left: 10px;
	padding-right: 10px;	
}
section.ask .book a:active {
	/*text-decoration: none;*/
	color: #6777F1;
}
/*ページトップへ戻るボタン　*/
h4.gotoTop  {
	width: 170px;
	font-size: 12px;
	margin:20px auto 15px auto;
	padding: 5px;
	color: #B00DAA;
	background: #FFF;
	border: solid 2px #D084F1;
	border-radius: 15px;
	text-align: center;
	}

h4.gotoTop:a{
	text-decoration: none;
	color: #FFF;
}
/* クロスロード　コンタクト　*/
	/*　会社TEL FAX*/
#contact{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto 20px;
	border: dashed 1px #E1A3F5;
	background: #E9E9E9;
}
.kikaku2    {
	float: right;
	list-style:none;
	list-style-position:inside;
	margin-top: 30px;
	margin-right: 20px;
	line-height:20px;
	margin-bottom:30px;
	}
	
.tel2   {
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	color:#009;
	}
	
.yoyaku  {
	font-size:12px;
	}
/* 会社住所　登録情報　*/
address{
	font-size: 14px;
	margin: 30px auto 20px 30px;
	line-height: 22px;
}

/* フッター　リンク集　*/
#link   {
	width:800px;
	margin: 0 auto;
	height:auto;
	font-size:12px;
}
#footerbanner  {
	margin-top:5px;
	height:70px;
	background-color:#990033;
}

.copy  {
	font-size:12px;
	font-style:italic;
	color:#FFF;
	padding-top:15px;
	text-align: center;
	}
	