@charset "utf-8";

/* タグの全操作 */

*{
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-justify: inter-character;
	box-sizing: border-box;
}
body{
	font-weight: normal;
	font: 18px/1.3 arial , sans-serif;
}
ul{
	list-style-type: none;
}

/* ページレイアウト */

.back{
	margin: 0px auto;
	width: 100%;
	max-width: 1050px;
	min-width: 320px;
}
footer{
	border-top: 1px solid #aaaaaa;
	text-align: center;
	padding-top: 10px;
}
middlebox{
	overflow:hidden;
}
/* タイトル画像 */

.toptitle{
  max-width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}
.topimgbox{
	margin-bottom: 10px;
  padding: 14px 16px 0px 16px;
  background: url(../gazo/title/bg_top.jpg) no-repeat 100% 0;
}

/* 要素 */

.con1{ /* 装飾なし */
	margin-bottom: 10px;
	padding: 0px 5px;
}
.con1c{ /* 装飾なし文字中央 */
	text-align: center;
	margin-bottom: 10px;
}
.con1r , .con1rsp{ /* 装飾なし文字右寄 */
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.con2{ /* 枠囲い線色グレー */
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
.con3{ /* 枠囲い線色赤 */
	border: 1px solid #ff0000;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
.con4{ /* 枠囲い線色水青 */
	border: 1px solid #00cccc;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
.con5{ /* 枠囲い線色ピンク太線 */
	border: 5px solid #ffcccc;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.con6{ /* 枠囲い線色ピンク太線 上paddingなし */
	border: 5px solid #ffcccc;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
}
.con7{ /* 枠囲い線色灰色太線 上paddingなし */
	border: 5px solid #cccccc;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 10px 10px;
}
.add1 , .addpc1 , .addsp1 , .addpcst1 , .addpcst1ind{ /* アドセンス */
	position: relative;
	z-index: 100;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	background: #ffffff;
	margin-bottom: 10px;
	padding: 10px 0px;
}
.addpcst1 , .addpcst1ind{ /* アドセンス 追従広告 */
	position: sticky;
	top: 10px;
}
.search1 , .searchsp1{ /* 検索ボックス */
	margin-bottom: 10px;
}
		.searchin{ /* 検索ボックス読込中の表示 */
			text-align: center;
		}
.spmenu1{
	position: fixed;
	z-index: 50;
	bottom: 10px;
	right: 10px;
	padding: 10px 10px 0px 10px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
	max-width: 300px;
}
		#spmenuin1{
			display: block;
		}
		#spmenuin2 , #spmenuin3 , #spmenuin4 , #spmenuin45 , #spmenuin5{
			display: none;
		}
		#spmenuin2 , #spmenuin3 , #spmenuin4 , #spmenuin45{
			margin-bottom: 10px;
			border-bottom: 1px solid #ffffff;
		}
.tacon1{ /* 一覧表 */
	overflow: auto;
	margin-bottom: 10px;
	width: 100%;
}
.tacon1 table{
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 16px;
	width: 730px;
}
		.sctate{
			text-align: center;
			font-size: 14px;
			color: #ff0000;
			margin-bottom: 5px;
		}
		.tacon1 table ,
		.tacon1 th ,
		.tacon1 td{
			border: 1px solid #000000;
		}
		.tacon1 th , .tacon1 td{
			padding: 5px;
		}
		.tacon1 thead tr{
			background: #ccff99;
		}
		.tacon1 thead th{
			text-align: center;
		}
		.tacon1 tbody tr{
			background: #ffcccc;
		}
		.tacon1 tbody tr:nth-child(even){
			background: #ccffff;
		}
		.tacon1 .top{
			text-align: center;
			width: 50px;
		}
		.tacon1 .nam{
			width: 173px;
		}
		.tacon1 .nam2{
			width: 200px;
		}
		.tacon1 .sea{
			width: 70px;
		}
		.tacon1 .sea2{
			width: 154px;
		}
		.tacon1 .dif{
			width: 100px;
		}
		.tacon1 .sta{
			width: 76px;
		}
		.tacon1 .iti{
			width: 110px;
		}
		.tacon1 .are{
			width: 143px;
		}
		.tacon1 .are2{
			width: 160px;
		}
		.tacon1 .tim{
			width: 70px;
		}
		.tacon1 .se1{
			width: 110px;
		}
		.tacon1 .se2{
			width: 143px;
		}
		.tacon1 .se3{
			width: 144px;
		}
		.tacon1 .vle{
			width: 160px;
		}
#ymp1 , #ymp2{ /* 山と高原地図用リスト */
	list-style-type: disc;
	margin-left: 20px;
}
.dtcon2{ /* 枠囲い dl リスト */
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
		.dtcon2 dt{
			font-weight: bold;
			display: list-item;
			list-style-type: disc;
			margin-left: 20px;
		}
		.dtcon2 dd{
			margin-left: 25px;
		}
.datecon1 dt{ /* 日付入 dl リスト */
	font-weight: bold;
	margin-bottom: 5px;
	display: list-item;
	list-style-type: disc;
	margin-left: 20px;
}
		.datecon1 dd{
			margin-bottom: 10px;
			margin-left: 15px;
			margin-right: 10px;
		}
.selbox1 , .selbox2{ /* コース検索のセレクトボックス */
	font-size: 18px;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
}
.res1 , #gazo_res img , .con6 img{ /* レスポンシブ対応画像表示 */
	width: 100%;
	height: auto;
}

/* タイトル */

.htit1{ /* 緑グラデ */
	background: #7fff7f;
	background: linear-gradient(180deg,rgba(127,255,127,1),rgba(127,255,127,0.2));
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
		.htit1 h1{ /* 緑 */
			font-size: 22px;
			font-weight: bold;
			border-left: 10px solid #008800;
			padding-left: 10px;
		}
.htit2{ /* クリームグラデ */
	background: #f7ecc9;
	background: linear-gradient(180deg,rgba(247,236,201,1),rgba(247,236,201,0.2));
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
		.htit2 h2{ /* クリーム */
			font-size: 22px;
			font-weight: bold;
			border-left: 10px solid #ffe066;
			padding-left: 10px;
		}
.htit3{ /* 水色グラデ */
	background: #8ed1e0;
	background: linear-gradient(180deg,rgba(142,209,224,1),rgba(142,209,224,0.2));
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
		.htit3 h1{ /* 水色 */
			font-size: 22px;
			font-weight: bold;
			border-left: 10px solid #00a3db;
			padding-left: 10px;
		}
.htit4{ /* 赤グラデ */
	background: #ffcccc;
	background: linear-gradient(180deg,rgba(255,204,204,1),rgba(255,204,204,0.5));
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
		.htit4 h2{ /* 赤 */
			font-size: 22px;
			font-weight: bold;
			border-left: 10px solid #ff0000;
			padding-left: 10px;
		}
.htit10{ /* 水色 枠付ズレタイトル */
		position: relative;
		background: #0000ff;
		border-radius: 5px;
		margin: 13px 0px 5px 3px;
	}
		.htit10 div{
			border: 1px solid #0000ff;
			background: linear-gradient(180deg,rgba(0,255,255,1),rgba(221,255,255,1));
			position: relative;
			top: -3px;
			left: -3px;
			border-radius: 5px;
		}
				.htit10 h2 , .htit10 h3{
					font-size: 16px;
					font-weight: bold;
					margin: 5px;
				}
						.htit10 h2.cen , .htit10 h3.cen{
							text-align: center;
							border-left: 5px solid #0000ff;
							border-right: 5px solid #0000ff;
						}
						.htit10 h3.lef{
							text-align: left;
							border-left: 5px solid #0000ff;
							padding-left: 5px;
						}
.con6 h3 , .con6 h4{ /* ピンク枠の中のタイトル */
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	background: #ffcccc;
	border-radius: 10px 0px 10px 0px;
	margin: 0px 0px 10px -15px;
	padding: 0px 7px 0px 5px;
}
.con7 .tit1{ /* 灰色枠の中の（ h タグじゃない）タイトル */
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	background: #cccccc;
	border-radius: 10px 0px 10px 0px;
	margin: 0px 0px 10px -15px;
	padding: 0px 7px 0px 5px;
}

/* ボタン型リンク */

.bttlink1{ /* 横幅100％ 灰色グラデーション */
	display: block;
	background: #ccc;
	background: linear-gradient(180deg,rgba(255,255,255,1),rgba(191,191,191,1));
	border: solid 1px;
	border-color: #ccc #999 #999 #ccc;
	text-decoration: none;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 7px;
}
		.bttlink1:hover{
			background: #ccc;
			background: linear-gradient(180deg,rgba(191,191,191,1),rgba(255,255,255,1));
			border-color: #999 #ccc #ccc #999;
		}
		div.bttlink1 , div.bttlink1:hover{
			background: #ccc;
			border-color: #ccc #999 #999 #ccc;
			border-radius: 10px;
			margin-bottom: 10px;
			padding: 7px;
		}
.selbtt1{ /* コース検索のボタン */
	display: block;
	font-size: 18px;
	background: #ccc;
	background: linear-gradient(180deg,rgba(255,255,255,1),rgba(191,191,191,1));
	border: solid 1px;
	border-color: #ccc #999 #999 #ccc;
	text-decoration: none;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 7px;
	width: 100%;
}

/* メニュー操作 */

.mainmenu1 .bttlink1 , .mainmenu2 .bttlink1{ /* 基本（デフォルト1列） */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mainmenu2:after{ /* 各山の詳細情報用（デフォルト2列） */
	content: "";
	display: block;
	clear: both;
}
.mainmenu2 .bttlink1{
	width: 49%;
}
.mainmenu2 .bttlink1:nth-child(odd){
	float: left;
}
.mainmenu2 .bttlink1:nth-child(even){
	float: right;
}
#spmenuin1 .bttlink1{ /* スマホ用ハンバーガーメニュー */
	text-align: center;
	width: 40px;
	height: 34px;
}
#spmenuin2 .bttlink1 ,
#spmenuin3 .bttlink1 ,
#spmenuin4 .bttlink1 ,
#spmenuin45 .bttlink1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	margin-right: 10px;
	width: 135px;
	float: left;
}
		#spmenuin2 .bttlink1:nth-child(even) ,
		#spmenuin3 .bttlink1:nth-child(even) ,
		#spmenuin4 .bttlink1:nth-child(even) ,
		#spmenuin45 .bttlink1:nth-child(even){
			margin-right: 0px;
		}
		#spmenuin2:after ,
		#spmenuin3:after ,
		#spmenuin4:after ,
		#spmenuin45:after ,
		#spmenuin5:after{
			content: "";
			display: block;
			clear: both;
		}
#spmenuin1 .bttlink1{
	display: table;
	font-size: 30px;
	width: 48px;
	height: 48px;
	padding: 5px;
}
#spmenuin5 .bttlink1{
	display: table;
	font-size: 14px;
	width: 48px;
	height: 48px;
	padding: 5px;
	margin-left: 10px;
	float: right;
}
		#menubtt1 .bttlink1{
			font-size: 20px;
		}
		#menubtt5 .bttlink1{
			margin-left: 0px;
		}
		#spmenuin1 .bttlink1 p , #spmenuin5 .bttlink1 p{
			display: table-cell;
			text-align: center;
			vertical-align : middle;
		}

/* レスポンシブ調整 */

/* 画面サイズが 730px 以上の場合 */
@media(min-width: 730px){
	/* 非表示 */
	.addsp1 , .searchsp1 , .spmenu1 , .sctate{
		display: none;
	}
	/* ページレイアウト変更 */
	.back{width: 1050px;}
	.middlebox:after{
		content: "";
		display: block;
		clear: both;
	}
	.maincolumnind{
		float: left;
		width: 730px;
	}
	.subcolumnind , .addpcst1ind{
		float: right;
		width: 310px;
	}
	.maincolumn{
		float: right;
		width: 730px;
	}
	.subcolumn , .addpcst1{
		float: left;
		width: 310px;
	}
	.topimgbox{padding-left: 56px;}
	/* メニュー（基本の2列化） */
	.mainmenu1:after{
		content: "";
		display: block;
		clear: both;
	}
	.mainmenu1 .bttlink1{
		width: 360px;
	}
	.mainmenu1 .bttlink1:nth-child(odd){
		float: left;
		margin-right: 10px;
	}
	.mainmenu1 .bttlink1:nth-child(even){
		float: right;
	}
	/* メニュー（各山の詳細情報用の4列化） */
	.mainmenu2 .bttlink1:nth-child(odd) ,
	.mainmenu2 .bttlink1:nth-child(even){
		width: 175px;
		margin-right: 10px;
		float: left;
	}
	.mainmenu2 .bttlink1:nth-child(4n){
		margin-right: 0px;
	}
	/* 個別データ要素の2列化 */
	.twoline1:after{
		content: "";
		display: block;
		clear: both;
	}
	.twoline1 div{
		width: 360px;
	}
	.twoline1 div:nth-child(odd){
		float: left;
		margin-right: 10px;
	}
	.twoline1 div:nth-child(even){
		float: right;
	}
	/* コース検索ボタンのデザイン */
	.selbtt1{
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		width: 70%;
	}
	.selbtt1:hover{
		background: #ccc;
		background: linear-gradient(180deg,rgba(191,191,191,1),rgba(255,255,255,1));
		border-color: #999 #ccc #ccc #999;
	}
}
/* 画面サイズが 730px 未満の場合 */
@media(max-width: 730px){
	/* 非表示 */
	.addpc1 , .addpcst1 , .addpcst1ind{
		display: none;
	}
	.bttlink1:hover{ /* マウスオーバーの色変更なし */
		background: #ccc;
		background: linear-gradient(180deg,rgba(255,255,255,1),rgba(191,191,191,1));
		border-color: #ccc #999 #999 #ccc;
	}
}

/* 装飾 */

.red{color: #ff0000;}
.blue{color: #0000ff;}

