/*========================================
p07登山のご案内のcss

　●　登山カレンダー
　●　登山宿泊のお約束
　●　登山のご案内

色メモ

　濃い緑　：　458d2c
　薄い緑　：　d0e1b1　（9fbe7f）（faffea）
　茶　色　：　55390e
　オレンジ：　f8b551
========================================*/


/*========================================
　●　登山カレンダー
========================================*/
.tozancalendar{
 margin-bottom: 50px;

}
/*.cal_txt{
	font-size: 16px;
	color: #c91115;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 0.02em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}*/

/*登山カレンダー見方*/
.cal_howto{
	background-color: #FFFFFF;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 20px;
	padding: 2% 3%;
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
.cal_howto h3{
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #9fbe7f;
	margin-bottom: 10px;
	}	
.cal_howto ul li{
	list-style: none;
	font-size: 17px;
	}
.cal_howto ul li span{
	background-color: #FFDDDD;
	padding: 0 3px;
	} 	
.cal_txt{
	font-size: 16px;
	color: #c91115;
	margin-top: 10px;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
	.cal_howto{
		margin: 0 auto!important;
	}
}

/*========================================
　●　登山宿泊のお約束
========================================*/
.tozan_caution{
 width: 1020px;
 margin: 30px auto 80px auto;
 padding: 15px 20px 15px 20px;
 color: #55390e;
 font-size: 1.8rem;
 text-align: left;
 background: #FCFDF6;
 border: 2px #458d2c solid;
 border-radius: 5px;
}


.tozan_caution li{
 margin-left: 25px;
 padding: 2px 0 2px 5px;
 line-height: 1.5;
}


/*========================================
　●　登山のご案内
========================================*/
.tozanArea{
 width: 1140px;
 margin: 0 auto 50px auto;
 padding: 5px 18px 15px 18px;
 color: #55390e;
 font-size: 1.8rem;
 background: #FCFDF6; /*FDFFF4*/
}

p.hira00{padding: 5px 0 30px; text-align: center;}

.loupe{position: absolute; bottom: 0; right: 0; z-index: 100;}

/*------------------------------ 平ヶ岳01（最短ルート） */
#tozan01{padding-top: 15px; position: relative;}
.tozan01_span{
	position: absolute;
	top:40%;
	right: 25%;
}

#hira01_map{
 width: 525px;
 line-height: 0;
}

#hira01_data{
 width: 579px;
 text-align: right;
}

/*------------------------------ 平ヶ岳02（鷹巣ルート） */
#hira02_map{
 width: 525px;
 line-height: 0;
}

#hira02_data{
 width: 579px;
 text-align: right;
}

/*------------------------------ 越後駒ケ岳 */
#koma01_map{
 width: 525px;
 line-height: 0;
}

#koma01_data{
 width: 579px;
 text-align: right;
}

/*------------------------------ 荒沢岳 */
#ara01_map{
 width: 525px;
 line-height: 0;
}

#ara01_data{
 width: 579px;
 text-align: right;
}

