/*----------------------------------------------
	PC版
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	line-height: 120%;
	color: #3D3327;
	text-align: center;
	font-family: "Osaka","ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	background-color: #F0F5F2;
	min-width: 1100px;
	overflow-x: hidden;
}

html,body {
	height: 100%;
}

img {
	border: 0px;
	max-height: none;
}

A {
	color: #3399CC;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

A.b {
	font-weight: bold;
}

A.l {
	text-decoration: underline;
}

A.bl {
	text-decoration: blink;
}

A:hover {
	color: #999999;
}

A:active {
	color: #006699;
}

table {
	font-size: 10pt;
	line-height: 120%;
	color: #3D3327;
	border: 0px;
}

/*----- 段組 -----*/
#wrapper {
	margin: 0 auto;
	width: 980px;
	border-left: 1px solid #E5EAE7;
	border-right: 1px solid #E5EAE7;
	border-bottom: 1px solid #E5EAE7;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	padding-bottom:100px;/*広告掲載分（テスト追加）*/
}

#header {
	width: 100%;
}

#left {
	float: left;
	width: 170px;
	border-right: 1px solid #cccccc;
	margin-right: 20px;
}

#left2 {
	float: left;
	width: 170px;
	border-right: 1px solid #cccccc;
}

#main {
	float: left;
	width: 760px;
	padding-bottom: 30px;
	display:inline;
}

#main2 {
	float: left;
	width: 790px;
	padding-bottom: 30px;
	display:inline;
}

#footer {
	width: 970px;
	margin: 0 auto;
	clear: both;
	padding-bottom: 10px;
}

/*--- header ---*/
#header p {
	width: 100px;
	display: block;
	margin: 3px 3px 0 0;
	text-align: center;
	border: 1px solid #99C8D1;
	float: right;
	display:inline;
}

#header p A:hover {
	width: 100%;
	color: #3399CC;
	display: block;
	background-color: #f0f5f2;
}

#header p img {
	margin-right: 5px;
}

.head_line {
	background-color: #99C8D1;
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
}

#head_line {
	background-color: #99C8D1;
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
	height: 18px;
}

/* head特集 */
#head_img {
	vertical-align: bottom;
	margin-left: 95px;
}

#head_img_twitter {
	position: absolute;
	right:25px;
	top:40px;
}


/*--- footer ---*/
#footer p {
	text-align: left;
	margin: 7px 0 5px 5px;
	letter-spacing: 2px;
}

#footer A {
	color: #3D3327;
	text-decoration: none;
	font-weight: normal;
}

#footer A:hover {
	color: #AAAAAA;
}

.footer-banner {
	text-align: center;
	margin: 20px 0px;
}

#footer .footer-menu {
	text-align: left;
}

#footer .footer-corp {
	text-align: right;
}

/*--- 20231011追記 ---*/
.footer-view-pc{
	font-size: 26px;
	border: solid 2px #cccccc;
	text-align: center;
	padding: 20px 60px;
	margin: 10px;
	background-color: #ffffff;
}

.footer-view-pc span{
	color: #3399CC;
}


/*--- メニュー ---*/
#menu {
	width: 140px;
	margin-left: 15px;
	padding-bottom: 30px;
}

#menu dt {
	margin-top: 0px;
	margin-bottom: 3px;
	border: 1px solid #99C8D1;
}

#menu dt img{
	margin: 3px 2px;
	vertical-align: bottom;
}

#menu dt A {
	display: block;
	padding: 2px 0px;
	background-color: #ffffff;
}

#menu dt A:hover {
	color: #207182;
	background-color:#f0f5f2;
}

#menu dd {
	line-height: 200%;
	margin: 0;
	padding: 0;
}

#menu dd A {
	color: #554737;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background: url(https://tkcdn1.n-kishou.co.jp/image/images/menu_bk.gif) no-repeat;
	padding: 2px 0px 2px 30px;
}

#menu dd A:hover {
	color: #207182;
	background: url(https://tkcdn1.n-kishou.co.jp/image/images/menu_bk_on.gif) no-repeat;
}

#menu dd A:active {
	color: #FFFFFF;
	background: url(https://tkcdn1.n-kishou.co.jp/image/images/menu_bk_active.gif) no-repeat;
}

/* menu特集 */
.menu_sp img{
	margin-bottom: 3px;
	border: 1px solid #D9D5CA;
	padding: 2px;
}

/* menu_sp内に2個以上バナーが存在するとき使用 */
.menu_sp_img{
	margin-top: 8px;
}

/* パンくずリスト */
#pan {
	display:inline;
	line-height: 130%;
	padding-left: 25px;
	color: #FFFFFF;
}

#pan A { color: #FFFFFF; text-decoration: none; font-weight: normal;}

#pan A:hover { color: #AAAAAA;}

#pan img {
	vertical-align:middle;
}

/* 都道府県リスト */
#area_tb {
	border: 1px solid #CCCCCC;
	width: 580px;
	font-size: 13px;
	margin-top: 2px;
}

#area_tb th {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #ffffca;
	padding: 26px 20px;
	width: 110px;
	color: #8c6659;
	font-size: 14px;
	font-weight: bold;
}

#area_tb table tr [id~="in_table"] {
	width: 100px;
	border: 0;
}

#area_tb td{
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	line-height: 160%;
}

.only-sm{
	display: none;
}

/* 配置 */
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.fright {
	float: right;
}

.fright02 {
	position: relative;
	float: right;
	top:-16px;
}

.fleft {
	float: left;
}

.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

/* newアイコンの配置（2019.4.22追加） */
.new {
	position: relative;
	top: -117px;
	left: 385px;
}

/* 配置 */
.pd2{
	padding-bottom: 2px;

}

.pd10{
	padding-bottom: 10px;

}

.pd20{
	padding-bottom: 20px;

}

.pd30{
	padding-bottom: 30px;
}

.v_mid{
	vertical-align:middle;
}

/* テキスト */
.tx_bold{
	font-weight:bold;
}

.brown {
	color:#664222;
}

.orange {
	color: #FF6600;
}

/* 手動お知らせ枠 */
.sokuho {
	border: 1px solid #D9D5CA;
	margin: 0 auto;
	padding: 4px;
	width: 770px;
}

.sokuho table {
	border: 0;
}

.sokuho td {
	color: #FF6600;
	font-size: 14px;
	text-decoration: none;
}
.sokuho #icon-soku {
	width: 28px;
    vertical-align:middle;
}

.sokuho img {
	width: 20px;
	vertical-align:middle;
}


/* 手動お知らせ枠02 */
.sokuho02 {
	border: 1px solid #D9D5CA;
	margin: 0 auto;
	padding:2px 0px 2px 4px;
	width: 770px;
}

.sokuho02 table {
	border: 0;
}

.sokuho02 td {
	color: #FF6600;
	font-size: 14px;
	text-decoration: none;
}
.sokuho02 #icon-soku {
	width: 28px;
    vertical-align:middle;
}

.sokuho02 img {
	width: 20px;
	vertical-align:middle;
}


/* 手動お知らせ枠（富士山） */
.sokuho_fuji {
	border: 1px solid #D9D5CA;
	margin: 20 auto;
	padding: 10px;
	width: 770px;
}

.sokuho_fuji table {
	border: 0;
}

.sokuho_fuji td {
	color: #FF6600;
	font-size: 14px;
	text-decoration: none;
}
.sokuho_fuji #icon-soku {
	width: 28px;
}

.text-r{
	text-align:right;
}

/* margin
	 ========================================================================== */
.mt-50 {
		margin-top: -50px !important;
}

.mt-30 {
	margin-top: -30px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}
.mt48 {
	margin-top: 48px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mb-44 {
	margin-bottom: -44px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb110 {
	margin-bottom: 110px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mb130 {
	margin-bottom: 130px !important;
}

.ml20 {
	margin-left: 20px !important;
}
/*20230309?ｿｽﾇ記*/
.ml30 {
	margin-left: 30px !important;
}
.ml31 {
	margin-left: 31px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml46 {
	margin-left: 46px !important;
}
.ml-60 {
	margin-left: -60px !important;
}
.mb-10 {
	margin-bottom: -10px !important;
}
.mr45 {
	margin-right: 45px !important;
}
/**/

/* padding
	 ========================================================================== */
.pt0 {
	padding-top: 0px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

/* 矢印
------------------------------------------------------*/
.icon-arrow{
 position: relative;
 padding-right: 60px;
}

.icon-arrow:after {
 content: "";
 border: 0;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 top: 60%;
 right:40px;
 width: 5px;
 height: 5px;
 margin-top: -5px;
 border-top: solid 2px #99c8d1;
 border-right: solid 2px #99c8d1;
}


/* 矢印02
------------------------------------------------------*/
.icon-arrow02{
  position: relative;
  display: inline-block;
  padding-left:0px;
}

/*.icon-arrow02:after {
 content: "";
 border: 0;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 top: 140px;
 left:890px;
 width: 5px;
 height: 5px;
 margin-top: -5px;
 border-top: solid 2px #99c8d1;
 border-right: solid 2px #99c8d1;
}*/

.icon-arrow02:after {
	  content: '';
	  width: 5px;
	  height: 5px;
	  border: 10px;
	  border-top: solid 2px #99c8d1;
	  border-right: solid 2px #99c8d1;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  position: absolute;
	  top:  58%;
	  left: 670px;
	  margin-top: -4px;
}

/* バナー（PC）
------------------------------------------------------*/
#banner-pc{
 border: 1px solid #cccccc;
 margin-top: 50px;
}

/* 低山特集バナー（PC）
------------------------------------------------------*/
.box{
  float: left;
}

.box02{
  float: left;
  margin-left:80px;
}

.boxContainer{
  overflow: hidden;
}





/* サイドメニューのTwitter（PC）
------------------------------------------------------*/
.twitter-area {
  margin-top:20px;
  background: #00acee;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  font-size:14px;
  color:#FFF;
  font-weight:bold;
}
.twitter-timeline {
  min-width: 140px!important;
}


/*----------------------------------------------
	スマホ版
-----------------------------------------------*/
@media screen and (max-width: 750px) {
	* {
		font-size: 100%;
		max-height: 100%;
	}

	body {
		font-size: 28px;
		min-width: 750px;
	}

	ul{
		list-style: none;
	}

	nav{
		display: block;
	}

	table {
		font-size: 18pt;
		line-height: 120%;
		color: #3D3327;
		border: 0px;
	}

	select{
		font-size: 32px;
	}

	.only-pc{
		display: none;
	}

	.only-sm{
		display: inline;
	}

	/*----- 段組 -----*/
	#wrapper {
		width: 750px !important;
		max-height: none;
		padding-bottom:10px;/*広告掲載分（テスト追加）*/
	}

	#container {
		margin-top: 20px;
		display: block;
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}

	#main {
		float: none;
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}

	#main2 {
		float: none;
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}

	#footer {
		width: 90%;
		margin: 0 auto;
		clear: both;
		padding-bottom: 10px;
		font-size: 22px;
	}

	.footer-banner {
		margin: 40px 0px;
	}

	#footer .footer-menu {
		text-align: center;
	}

	#footer .footer-corp {
		text-align: center;
	}


	.head_line {
		background-color: #99C8D1;
		text-align: left;
		width: 100%;
		margin-bottom: 8px;
	}

	#head_line {
		background-color: #99C8D1;
		text-align: left;
		width: 100%;
		margin-bottom: 8px;
		height: 40px;
	}

	.wrap-overlay {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.65);
		display: none;
	}

	.select-map{
		text-align: center !important;
	}

	.select-map img{
		width: 100%;
	}

	#radar_right{
		display: none;
	}

	#bosai_right{
		display: none;
	}

	.imgcenter{
		text-align: center;
	}

	#sokuho {
		margin-bottom: 20px;
	}


	/* スマホ版ヘッダー・メニュー */
	#nav-menu{
		position: relative;
		overflow-x: auto;
	}

	#nav-menu a{
		color: #3399CC;
		text-decoration: none;
	}

	.nav-top{
		background: #ffffff;
		color: #3399CC;;
		width: 100%;
		height: 120px;
		overflow: hidden;
	}

	.nav-top a.nav-menu-btn1 img{
		height: 68px;
		margin-top: 30px;
	}

	.nav-top a.nav-menu-btn2{
		float: right;
		width: 112px;
		height: 118px;
		border-left: 1px solid #999;
	}

	.nav-top a.nav-menu-btn2 img{
		width: 80px;
		padding-top: 20px;
	}

	.nav-top a.nav-menu-btn2-close{
		display: none;
		float: right;
		width: 112px;
		height: 118px;
		border-left: 1px solid #999;
	}

	.nav-top a i{
		font-size: 24px;
		margin: 7px;
	}

	.menu-list-container{
		position: fixed;
		z-index: 9999;
		top: 0px;
		right: -100%;
		box-sizing: border-box;
		width: 450px;
		height: 100%;
		display: block;
		text-align: left;
		overflow-y: scroll;
		background: rgb(255, 255, 255);
		overflow: auto;
		transition: right 0.3s;
	}

	.menu-list-container.show {
		right: 0px;
	}

	.menu-list-container ul {
		padding: 10px;
		border-bottom: 1px solid #999;
	}

	.menu-list-container ul li a{
		display: block;
		padding-left: 88px;
		font-size: 1em;
		line-height: 2.8em;
	}

	.menu-list-container ul li.cate_h1{
		font-size: 1.2em;
	}

	.menu-list-container ul li.cate_h1 a{
		padding-left: 0;
	}

	.menu-list-container ul li.cate_h1+li.cate_h1{
	/*	border-top: 1px solid #999; font-weight: bold;*/
	}

	.navigation{display: none;}

	#corp_logo{
		width: 260px;
		margin-top: 20px;
	}

	.footer-view-pc,{
		font-size: 26px;
		border: solid 2px #cccccc;
		text-align: center;
		padding: 20px 60px;
		margin: 10px;
		background-color: #ffffff;
	}

	.footer-view-pc span{
		color: #3399CC;
	}

	#arrow-img {
		width: 26px;
		height: 26px;
		vertical-align: middle;
	}

	/* 手動お知らせ枠 */
	.sokuho {
		border: 1px solid #D9D5CA;
		padding: 10px;
		width: 100%;
	}

	.sokuho table {
		border: 0;
	}

	.sokuho #icon-soku {
		width: 60px;
		vertical-align:middle;
	}

	.sokuho td {
		color: #FF6600;
		font-size: 28px;
		text-decoration: none;
	}

	.sokuho img {
		width: 36px;
		vertical-align:middle;
	}

    /* 手動お知らせ枠02 */
	.sokuho02 {
		border: 1px solid #D9D5CA;
		padding:10px 0px 10px 10px;
		width: 100%;
	}

	.sokuho02 table {
		border: 0;
	}

	.sokuho02 #icon-soku {
		width: 60px;
		vertical-align:middle;
	}

	.sokuho02 td {
		color: #FF6600;
		font-size: 28px;
		text-decoration: none;
	}

	.sokuho02 img {
		width: 36px;
		vertical-align:middle;
	}

		/* 手動お知らせ枠（富士山） */
	.sokuho_fuji {
		border: 1px solid #D9D5CA;
		padding: 20px;
		width: 100%;
	}

	.sokuho_fuji table {
		border: 0;
	}

	.sokuho_fuji #icon-soku {
		width: 60px;
	}

	.sokuho_fuji td {
		color: #FF6600;
		font-size: 28px;
		text-decoration: none;
	}

.text-r{
	text-align:right;
}


	#area_tb {
		width: 710px;
	}

	#area_tb th {
		width: 160px;
		font-size: 26px;
	}

	#area_tb table tr [id~="in_table"] {
		font-size: 26px;
		width: 480px;
	}

	#area_tb td {
		padding-left: 8px;
	}

	#icon16 {width: 16px;vertical-align: middle;}
	#icon24 {width: 24px;vertical-align: middle;}
	#icon26 {width: 26px;vertical-align: middle;}
	#icon28 {width: 28px;vertical-align: middle;}
	#icon30 {width: 30px;vertical-align: middle;}

	#sm-text-left{text-align: left;}
	.sm-mt10{margin-top: 10px !important;}



	/* 手動お知らせ枠の矢印 */
	.icon-arrow{
	 position: relative;
	 padding-right: 0px;
	}

	.icon-arrow:after {
	 content: "";
	 border: 0;
	 -webkit-transform: rotate(45deg);
	 transform: rotate(45deg);
	 position: absolute;
	 top: 82%;
	 right:-30px;
	 width: 10px;
	 height: 10px;
	 margin-top: -8px;
	 border-top: solid 2px #99c8d1;
	 border-right: solid 2px #99c8d1;
	}

	/* 矢印02
------------------------------------------------------*/
.icon-arrow02{
  position: relative;
  display: inline-block;
  padding-left:0px;
}

.icon-arrow02:after {
	  content: '';
	  width: 10px;
	  height: 10px;
	  border: 10px;
	  border-top: solid 2px #99c8d1;
	  border-right: solid 2px #99c8d1;
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  position: absolute;
	  top: 60%;
	  left: 605px;
	  margin-top: -4px;
}

    p.text-long{
    	padding-right:30px;
    	margin-bottom:-20px;
    }

/* サイドメニューのTwitter（スマホ）
------------------------------------------------------*/
.twitter-area {
  margin-top:20px;
  background: #00acee;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  font-size:30px;
  color:#FFF;
  font-weight:bold;
}
.ad_section {
	display: block;
	text-align: center;
	margin: 40px auto;
}
.pure_ad_section {
	display: block;
	text-align: center;
	margin: 40px auto;
}

/* ページ下部広告の下のスペース（スマホ）
------------------------------------------------------*/
.google_ad_space{
	padding-bottom:100px;
}
	
}


/* Google Adsense
------------------------------------------------------*/
.g_ad_vertical_pc_type { width: 154px; height: 533px;}
.g_ad_horizontal_sm_type { width: 680px; height: 120px; margin: auto; margin-top: 20px; margin-bottom:20px;}
.g_ad_horizontal_pc_type { width: 700px; height: 140px; margin: auto; margin-top: 20px; margin-bottom:20px;}


/* 広告枠に追記
------------------------------------------------------*/
.ad_section {
	display: block;
	text-align: center;
}
.ad_section_ver {
	display: inline-block;
}
.ad_section_squ {
	display: inline-block;
	width: 200px;
}
.pure_ad_section {
	display: block;
	text-align: center;
	margin: 20px 0;
}
@media screen and (max-width: 375px) {
	.ad_section2 {
		width: 350px;
	}
}

