@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;
}
body{
	line-height:1
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
ul{
	list-style:none
}
blockquote,q{
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
	content:none
}
a{
	margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent
}
del{
	text-decoration:line-through
}
abbr[title],dfn[title]{
	border-bottom:1px dotted;cursor:help
}
table{
	border-collapse:collapse;border-spacing:0
}
hr{
	display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0
}
input,select{
	vertical-align:middle
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

nav {
	width:100%;
}

#contents {
	width:960px;
	margin:10px auto;
}

#main {
	float:right;
	width:65.625%;
}

#sub {
	float:left;
	width:31.25%;
}

a {
	color:slateblue;
	text-decoration:none;
}
a:visited {
	color:lightslategray;
}
a:hover {
	color:lightsalmon;
}

h1 {
	color:#f19500;;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#e78f00;
	text-decoration:underline;
}

h2 {
	margin-bottom:1em;
	padding-left:10px;
	font-size:18px;
	color:#000;
	border-left:5px solid olivedrab;
}

h3 {
	margin-bottom:1em;
	padding:2px 5px;
	font-size:16px;
	border-bottom:2px solid indianred;
}

h4 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h5 {
	margin-bottom:0.5em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
	background: url(/images/b2.png) no-repeat left;	/*丸形国旗画像*/
	padding:10px 0px 0px 20px;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	color:red;
}

strong {
	font-weight:bold;
	color:#f19500;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}

ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	border:0px;
	width:100%;
	margin-bottom:0em;
	margin-left:4px;
	border-collapse:collapse;
}
th {
	padding:10px;
	text-align:left;
	vertical-align:top;
	background:#f5f5f5;
}
td {
	padding:2px;
	text-align:left;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	width:960px;
	margin:10px auto;
	position:relative;
}
header h1 {
	margin-bottom:10px;
	font-family:	HGS創英角ﾎﾟｯﾌﾟ体;
	color:		slateblue;
}
header img {
	width:640px;
	height:180px;
	float:right;
	margin-bottom:20px;
}

subtitle {
	margin-bottom:20px;
}

/*================================================
 *  グローバルナビゲーション（メニュー）
 ================================================*/
nav {
	font-size:14px;
	margin-bottom:10px;
	padding:0;
	background:#f7f5f1;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:24%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#000;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#ddd;
}

/*================================================
 *  サブコンテンツ（左側コンテンツ）
 ================================================*/

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}
.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}
.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#f19500;
}
.totop img:hover {
	background:#e78f00;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0.5em 0.5em 0.5em;
}

.center {
	text-align:center;
}

.futoji {
	font-weight:bold;
}

.clean {
	padding-top:10px;
	padding-bottom:10px;
	clear:both;	/* 回り込みなし */
}
.half_td td{
	width:50%;
	padding-bottom:10px;
}
.w200 {
	width:200px;	/*memorandum用*/
}
.w300 {
	width:300px;
}
.w450 {
	width:450px;
}
.wPano {
	width:780px;	/*パノラマ写真*/
}
.pic {
	margin-bottom:10px;
	padding:0;
	overflow:hidden;
}
.pic img{
	width:138px;
	height:98px;	/*photogalleryの写真用*/
}
.pic ul {
	width:828px;
	margin:0 auto;
	padding:0;
}
.pic li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.koutei {
	padding: 10px;
	margin-bottom: 20px;
	border: 5px double slateblue; 
	border-radius: 10px;
	background-color: white;	/*旅程の枠*/
}

/* ミニアイコン */
.flag_circle {
	background: url(/images/b2.png) no-repeat left;	/*丸形国旗画像*/
	padding-left: 20px;
	padding-top: 10px;
}
.flag_s {
	list-style-image:url(/images/b1.png);	/*フォルダ形国旗画像*/ 
}
.flag_s p {
	border-bottom:1px solid #ddd;
	margin-left:2em;
}
.flag_r {
	list-style-image:url(/images/b2.png);	/*丸形国旗画像*/
}
.flag_r p {
	border-bottom:1px solid #ddd;.
	margin-left:2em;
}
.ch {
	background: url(/images/ch.png) no-repeat left center;	/*スイス国旗*/
	padding-left: 24px;
}
.at {
	background: url(/images/at.png) no-repeat left center;	/*オーストリア国旗*/
	padding-left: 24px;
}
.fr {
	background: url(/images/fr.png) no-repeat left center;	/*フランス国旗*/
	padding-left: 24px;
}
.it {
	background: url(/images/it.png) no-repeat left center;	/*イタリア国旗*/
	padding-left: 24px;
}
.de {
	background: url(/images/de.png) no-repeat left center;	/*ドイツ国旗*/
	padding-left: 24px;
}

/*================================================
 *  小さい枠類
 ================================================*/

* html .column {
	height:1em;
	overflow:visible;
}
.column {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.TwoColumn {
	display:inline;
	width:48%;
	float:left;
	margin-right:1.030%;	/*２カラム*/
}
.OneColumn {
	display:inline;
	width:100%;
	margin-right:1.030%;	/*１カラム*/
}

.futowaku {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;	/* hiking.html,region.htmlで利用 */
}

.futowaku table {
	width:60%;
}

.schedule table {
	table-layout:fixed;
	width:96%;
}

.schedule td {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
}

.schedule td:nth-child(1) {
	width:80px;
}

.schedule td:nth-child(3) {
	width:80px;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
		width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}
	header img {
		width:352px;
		height:99px;
		float:none;
		margin-bottom:10px;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	.futowaku table {
		width:100%;
	}

	.spNone {
		display:none;	/* スマホ版非表示 */
	}

	.fNone {
		float:none;	/* スマホ版回り込みなし */
	}

	.mPic {
		width:45%;	/* 小さい写真を並べる場合 */
	}

	.pic {
		display:block;
		position:relative;
		width:100%;		/*写真用*/
	}
	.pic ul {
		width:100%;
	}
	.pic li {
		display:block;
		width:50%;
		margin:0;
		padding:0;
		list-style:none;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:50%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* 小さい枠類 */
	.column {
		margin-right:0;
	}
	.TwoColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
	.OneColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;

	}
	.t_block td{
		width:100%;	/* スマホ版のテーブルをブロック化 */
		display:block;
	}

}
