/*--------------------------------------------------------
	TOP・サイトマップ・サイトポリシー・ブログパーツ（PC版）
----------------------------------------------------------*/
.top_left {
	width: 470px;
	float: left;
	margin-top: 8px;
	text-align: left;
	letter-spacing: 1pt;
	display: inline;
}

#top_right {
	float: left;
	width: 300px;
	margin-top: 8px;
	margin-bottom: -80px;
	text-align: left;
	display:inline;
}

/*---- 20230303 広告表示のため追記 ----*/
#top_under {
	display:block;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/*-----------------------------------*/

h1.header-logo-top {
	display: inline-block;
}

/*---- カルーセル ----*/
.sct-sample {
	height: 220px;
}

.sct-sample .area-menber {
	padding-bottom:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list li img {
	width: 770px;
	height: 160px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow {
	background: #99C8D1;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	top: auto;
	bottom: -76px;
	z-index: 2;
	display: none;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow:before {
	opacity: 1;
	position: absolute;
	z-index: 2;
	top: 17px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	content: "";
	border: 0;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	display: none;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-prev {
	left: 0px;
	display: none !important;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-prev:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 15px;
	display: none !important;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-next {
	right: 0px;
	display: none !important;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-arrow.slick-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 15px;
	display: none !important;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots {
	bottom: -52px;
	z-index: 1;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li {
	width: 30px;
	height: 30px;
	margin: 0 10px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button {
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #99C8D1;
	background: #99C8D1;
	border-radius: 4px;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button:before {
	display: none;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button {
	position: relative;
}

.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button:before {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	background: #611c04;
	opacity: 1;
	content: "";
	margin: -2px 0 0 -2px;
}

.sct-sample .area-menber .area-menber-inner > *:last-child {
	margin-bottom: -30px;
}

.sct-sample .area-menber .area-menber-inner .cmn-txt {
	background-image: url("");
}

.sct-sample .area-menber .area-menber-inner .btn-member {
	margin-top: 40px;
}


/*---- 特集 ----*/
.top_left #sp_box {
	width: 100%;
	height: 110px;
	margin-bottom: 15px;
	background: #FFFFFF url(https://tkcdn1.n-kishou.co.jp/image/images/top/line_sp.gif) no-repeat top center;
}

.top_left #sp_box div {
	padding-top: 14px;
	padding-right: 10px;
}


.top_left #sp_box h1 {
	font-size: 12pt;
	line-height: 11pt;
	color: #3399CC;		/*青*/
	border-bottom: 1px solid #3399CC;
	letter-spacing: 2pt;
	padding-top: 14px;
	margin-bottom: 5px;
	margin-left: 86px;
}

.top_left #sp_box h1 a{
	font-weight: bold;
}

.top_left #sp_box p {
	color: #3399CC;		/*青*/
	margin-right: 4px;
	margin-bottom: 10px;
}

.top_left #sp_title {
	float: left;
	margin: 10px 15px 10px 10px;
	display:inline;
}

/*---- 天気マップ ----*/
.top_left #tenki {
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	margin-top: 1px;
	margin-bottom: 15px;
	text-align: center;
}

/*---- 広告 ----*/
.top_left #top_adv {
	height: 148px;
	border: 1px solid #bbbbbb;
	text-align: left;
	margin-bottom: 15px;
}

.top_left #top_adv img {
	margin: 0 0 0px 10px;
	float: left;
	display:inline;
}

.top_left #top_adv div {
	width: 250px;
	margin: 0 10px 3px 10px;
	float: left;
	display:inline;
}

.top_left #top_adv p img {
	vertical-align: middle;
	margin: 0;
}

.top_left #top_adv h5 {
	margin: 10px 10px;
	font-size: 11pt;
}

.top_left #top_adv .adv_link {
	margin: 0 10px;
	text-align:right;
}


/*---- 登山バナー ----*/
#top_right #tozannavi{
	width: 100%;
	height: 125px;
	margin-bottom: -20px;
}

/*---- こよみ ----*/
#top_right #koyomi {
	width: 100%;
	height: 125px;
/*	margin-bottom: 10px;*/
}

#top_right #koyomi p {
	width: 150px;
	text-align: left;
	margin: 5px 0 0 10px;
	line-height: 120%;
	letter-spacing: 2pt;
	float: left;
	display:inline;
}

#top_right #koyomi div {
	width: 80px;
	height: 80px;
	background-color: #000000;
	text-align: center;
	margin-top: 5px;
	float: right;
	display:inline;
}

#top_right #koyomi div img {
	margin-top: 20px;
}


/*---- レーダー ----*/
#top_right #rader {
	width: 100%;
	text-align: left;
	margin: 5px 0 15px 60px;
}


/*---- ブログパーツ ----*/
#top_right #parts {
	border: 1px solid #bbbbbb;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 30px;
	height: 209px;
	letter-spacing: 1pt;
}

#top_right #parts img {
	margin: 10px 0 10px 10px;
}

#top_right #parts p {
	margin: 0 10px 10px 10px;
}

#top_right #parts p img {
	float: right;
}

#top_right #parts .parts_bt {
	margin: 20px 10px 0 0;
	text-align: right;
}


/*---- 天なび ----*/
#top_right #tnavi {
	border: 1px solid #bbbbbb;
	text-align: left;
	margin-bottom: 15px;
}

#top_right #tnavi img {
	margin: 7px 0 0 10px;
}

#top_right #tnavi p {
	margin: 0 10px 10px 10px;
}

#top_right #tnavi p img {
	float: right;
}


/*---- バナー一覧 ----*/
#banner {
	width: 775px;
	height: 200px;
	text-align: left;
	margin-top: 65px;
	margin-left: 15px;
}

#banner #banner_l {
	height: 100%;
	border: 1px solid #bbbbbb;
	background-color:#EFE9E1;
}

#banner_l div {
	width: 47%;
	float: left;
	margin: 15px 0 15px 10px;
	display:inline;
}

#banner_l div img {
	float: left;
	margin-right: 6px;
	display:inline;
	border: 1px solid #cccccc;
}

/*---- バナー一覧 ----*/
.contents-banner {
	width: 775px;
	border: 1px solid #bbbbbb;
	background-color:#EFE9E1;
	text-align: left;
	margin-top: 65px;
	margin-left: 15px;
}

.contents-banner div {
	width: 47%;
	float: left;
	margin: 15px 0 15px 10px;
	display:inline;
}

.contents-banner div img {
	float: left;
	margin-right: 6px;
	display:inline;
	border: 1px solid #cccccc;
}


/* 今日の一枚 */
.tbox1 {
	border: 1px solid #D9D5CA;
	padding: 6px;
	width: 490px;
}

.tphoto1 {
	width: 230px;
	text-align: center;
	border: 1px solid #D9D5CA;
	padding: 5px;
	margin-right: 15px;
}

.tphoto2 {
	width: 230px;
	text-align: left;
	line-height:200%;
	float: right;
}

.tphoto2 p {
	border-top: 1px dotted #D9D5CA;
	margin-top: 40px;
}

/* imgフィルター */
.photo_flm{
		position:absolute;
		display:block;
		width:100%;
		height:220px;
		background-image:url(https://tkcdn1.n-kishou.co.jp/image/images/spacer.gif);
}


/* 他共通 */
#title01 {
	margin: 5px 0px 20px 30px;
}


/*--- サイトマップ ---*/
.smp_cont01 {
	margin: 10px 10px 0px 30px;
	width: 340px;
	float: left;
	color: #725F49;
	letter-spacing: 1px;
	display:inline;
}

.smp_cont01 p {
	color: #804d33;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight:bold;
}

.smp_cont02 {
	padding: 10px 20px 10px 50px;
	border: 1px solid #998080;
	line-height: 180%;
	margin-bottom: 10px;
}

.smp_cont03 {
	line-height: 110%;
	margin-left: 20px;
}

/*--- サイトポリシー---*/
.pol_main {
	margin-left: 20px;
	margin-bottom: 50px;
	width: 700px;
	line-height: 150%;
}
.pol_main h1 {
	padding: 3px 0 3px 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #33AAC7;
	border-left: 5px solid #33AAC7;
	font-weight:bold;
	font-size: 13pt;
	letter-spacing: 1px;
	color: #33AAC7;
}
.pol_main dt {
	display: block;
	font-weight: bold;
	background: #FFFFFF url(https://tkcdn1.n-kishou.co.jp/image/images/top/i_04.jpg) no-repeat middle;
	padding-top: 20px;
}

/*--- err ---*/
.err_main {
	width: 700px;
	height:400px;
	margin-left: 20px;
	margin-bottom: 50px;
	font-size: 11pt;
	line-height: 150%;
	background-color: #EAEAEA;
}

.err_main div {
	margin: 40px 30px;
	text-align: center;
	letter-spacing: 1px;
}

.err_main h1 {
	display: block;
	font-size: 14pt;
	margin-bottom: 20px;
	color: #804d33;
}


#toi_cont1{
	background: url(https://tkcdn1.n-kishou.co.jp/image/images/toi/toi_bg1.jpg) repeat-x;
}

#toi_cont2{
	border: 1px solid #FFFFFF;
	margin:20px;
}

.toi_cont3{
	margin: 20px;
}

.label{
	width:80px;
	float: left;
	line-height: 180%;
}

.inp1{
	width: 250px;
	margin-bottom: 12px;
	float: left;
}

textarea{
	width: 400px;
	height: 150px;
	margin-bottom: 12px;
	margin-top: 2px;
	overflow: auto;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-arrow-color: #cccccc;
	scrollbar-track-color: #ffffff;
}

button{
	margin: 0px 5px;
	width: 70px;
}

/* 人気の山の登山指数 */
.tozan-level-section{
	width: 450px;
	padding-bottom: 10px;
	background-color: #efe9e1;
	margin-left: 0px;
}

.tozan-level-section h2{
	background-color: #611c04;
	padding: 10px 0;
}

.tozan-level-section h2 div {
	background-color: #fff;
	padding: 6px 0;
	margin: 0 10px;
	text-align: center;
	font-size: 16px;
}

.tozan-level-section h2 img{
	width: 40px;
	vertical-align: middle;
    display: inline-block;
	margin-right: 20px;;
}

.tozan-level-section h2 span{
	display: inline-block;
	color: #611c04;
}

.tozan-level-section p{
	padding-left: 10px;
}

.tozan-level-contents .spot{
	margin-bottom: 10px;
}

.tozan-level-contents {
	height: 500px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
}

.tozan-level-contents .tennavi-banner{
	width: 400px;
}

.tozan-level-contents table{
	width: 400px;
	margin: 10px auto;
}

.tozan-level-contents table a{
	text-decoration: none;
	color: #ffffff;
}

.tozan-level-contents table .date{
	color: #ffffff;
	background-color: #aaaaaa;
	padding: 6px 2px;
	text-align: center;
}

.tozan-level-contents table .date-on {
	color: #ffffff;
	background-color: #29bbce;
	padding: 6px 2px;
	text-align: center;
}

.tozan-level-contents table .date-off {
	color: #ffffff;
	background-color: #aaaaaa;
	padding: 6px 2px;
	text-align: center;
}

.tozan-level-contents table .level{
	background-color: #ffffff;
	padding: 2px;
	text-align: center;
}

.tozan-level-mnt{
	margin-bottom: 10px;
	border-bottom: solid 1px #cccccc;
}

.tozan-level-link{
	text-align: right;
	margin: 10px 10px 10px 0px;
}

.tozan-level-section .ka-mnt-link{
	text-align: center;
	width: 200px;
	margin: 10px auto;
	padding: 12px;
	background-color: #ffffff;
	border: solid 2px #cccccc;
}

.tozan-level-description-pc {
	font-size: 12px;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	border: solid 2px #cccccc;
}

.tozan-level-description-pc img{
	height: 24px;
	vertical-align: bottom;
}

.description-open, .description-close {
	color: #3399CC;
}


/* バナー下のお知らせ*/
.notice_com{
	padding:20px;
	border:1px solid #aaaaaa;
}

.notice_com h3{
	padding-bottom:2px;
	font-size:12px;
	letter-spacing: 1px;
}

.notice_com ul{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:20px;
}

.notice_com li{
	padding-right:10px;
	list-style-type : none;
}

.notice_com li img{
	vertical-align:middle;
	margin-right:5px;
}

/*----------------------------------------------
	スマホ版
-----------------------------------------------*/
@media screen and (max-width: 750px) {
	#title01 {
		margin: 0px;
		width: 200px;
	}

	.smp_cont01 {
		margin: 10px 10px 0px 30px;
		width: 660px;
		float: left;
		color: #725F49;
		letter-spacing: 1px;
		display: inline;
	}
	.smp_cont01 p {
		font-size: 26px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.smp_cont02 {
		margin-bottom: 30px;
	}

	.pol_main {
		margin-left: 0px;
	}

	.pol_main h1 {
		font-size: 26px;
	}

	#banner {
		width: 100%;
		margin-top: 65px;
		margin-left: 0px;
	}

	.top_left #sp_box {
		width: 100%;
		height: 110px;
		margin-bottom: 15px;
		background: #FFFFFF url(https://tkcdn1.n-kishou.co.jp/image/images/top/line_sp.gif) no-repeat top center;
	}

	.top_left #sp_box h1 {
		font-size: 12pt;
		line-height: 11pt;
		color: #3399CC;
		border-bottom: 1px solid #3399CC;
		letter-spacing: 2pt;
		padding-top: 14px;
		margin-bottom: 5px;
		margin-left: 86px;
	}

	/*---- バナー一覧 ----*/
	.contents-banner {
		width: 710px;
		margin-left: 0px;
		padding-bottom: 30px;
	}

	.contents-banner div {
		width: 650px;
		margin: 30px 30px 0px 30px;
	}

	.contents-banner div img {
		width: 220px;
		margin-right: 30px;
	}

	/*---- カルーセル ----*/
	.sct-sample {
		height: 380px;
	}

	.sct-sample .area-menber {
		margin-left: 0px;
	}

	.sct-sample .slick-track {
		height: 301px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list li img {
		width: 710px;
		height: 300px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li button {
		width: 20px;
		height: 20px;
	}

	.sct-sample .area-menber .area-menber-inner .area-menber-img .area-menber-img-list .slick-dots li.slick-active button:before {
		width: 20px;
		height: 20px;
	}

	/* 2×2リンクボタン */
	.menu-2icon {
		width: 710px;
		margin: 0 auto;
	}

	.menu-2icon ul{
		margin: 0 auto;
		text-align: center;
	}

	.menu-2icon li{
		display: inline-block;
		width: 290px;
		border: solid 2px #3399CC;
		margin: 0px 5px 18px 5px;
		padding: 18px 12px 18px 24px;
		text-align: left;
	}

	.menu-2icon a{
		color: #3399CC;
	}

	.menu-2icon li:before {
		width: 14px;
		height: 14px;
		border-width: 6px;
		position: absolute;
		margin-left: 258px;
		margin-top: 6px;
		content: "";
		border: 0;
		border-top: solid 4px #3399CC;
		border-right: solid 4px #3399CC;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-radius: 1px 1px 1px 100%;
	}

	/* 人気の山の登山指数 */
	.tozan-level-section{
		width: 100%;
		padding-bottom: 20px;
	}

	.tozan-level-section h2{
		font-size: 28px;
	}

	.tozan-level-section h2:after {
		top: 850px;
		left: 4px;
		width: 80px;
		height: 44px;
	}

	.tozan-level-section h2 img{
		vertical-align: bottom;
	}

	.tozan-level-section h2 span{
		font-size: 28px;
	}
	
	.tozan-level-section .head-icon-tozan {
		width: 70px;
	}

	.tozan-level-contents{
		height: auto;
		overflow-x: visible;
		overflow-y: visible;
	}

	.tozan-level-contents table{
		width: 684px;
		margin: 20px auto;
	}

	.tozan-level-contents table .date{
		padding: 10px 16px;
	}

	.tozan-level-contents table .level{
		padding: 10px;
	}

	.tozan-level-contents .tennavi-banner{
		width: 690px;
	}

	.tozan-level-contents .spot{
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	.tozan-level-contents table a {
		font-size: 32px;
	}

	.tozan-level-section .ka-mnt-link{
		width: 450px;
		margin: 20px auto;
	}

	.tozan-level-mnt{
		margin-bottom: 20px;
	}

	.tozan-level-link{
		margin: 20px 10px 20px 0px;
	}

	.tozan-level-description {
		display: none;
		font-size: 26px;
		padding: 10px;
		margin-left: 10px;
		margin-right: 10px;
		line-height: 150%;
		background-color: #ffffff;
		border: solid 2px #cccccc;
	}

	.tozan-level-description img{
		height: 50px;
		vertical-align: bottom;
	}

	.description-open, .description-close {
		color: #3399CC;
	}

	/* 今日のこよみ・雨雲のようすタグ */
	.tabs {
		margin-top: 50px;
		padding-bottom: 40px;
		background-color: #fff;
		width: 706px;
		margin: 0 auto;
		border: solid 2px #cccccc;
	}

	.tab_item {
		width: calc(100%/2);
		height: 80px;
		background-color: #d9d9d9;
		line-height: 78px;
		font-size: 30px;
		text-align: center;
		color: #611c04;
		display: block;
		float: left;
		text-align: center;
		font-weight: bold;
		transition: all 0.2s ease;
	}

	/*　ラジオボタンを全て消す　*/
	input[name="tab_item"] {
		display: none;
	}

	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		height: 310px;
		padding: 40px 40px 0;
		clear: both;
		overflow: hidden;
	}

	/*選択されているタブのコンテンツのみを表示*/
	#all:checked ~ #all_content,
	#radar-tab:checked ~ #radar-tab_content{
		display: block;
	}

	/* 選択されているタブのスタイル */
	.tabs input:checked + .tab_item {
		background: linear-gradient(180deg, #611c04 0%, #611c04 10px, #ffffff 10px, #ffffff 100%);
		color: #611c04;
	}

	#tozannavi{
		text-align: center;
	}

	#tozannavi img{
		width: 600px;
	}

	.koyomi-image {
		float: left;
		width: 300px;
		height: 300px;
		background-color: #000;
	}

	.koyomi-image img {
		width: 120px;
		padding: 110px 90px;
	}

	.koyomi-data {
		float: right;
		width: 240px;
		height: 250px;
		padding-left: 80px;
	}

	.radar-image {
		float: left;
		width: 300px;
		height: 300px;
	}

	.radar-data {
		float: right;
		width: 260px;
		height: 250px;
		padding-left: 40px;
	}

}
