@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. base
　02. メイン（記事ページ）
　03. メイン（一覧ページ）
　04. サイド


******************************************************************************* */

/* 災害時 */
#container .disasterBlock{
	margin: 0 0 20px;
}
#container .disasterBlock::after{
	display: none;
}
.disasterBlock > div{
	min-height: 70px;
	padding: 12px 40px;
	background-color: #fc0;
	color: #000;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.disasterBlock > div::before{
	content: "";
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #000;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	box-sizing: border-box;
}
#main .disasterBlock > div .txt_disaster01{
	font-size: 156%;
	line-height: 1.4;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.disasterBlock > div .txt_disaster01::before{
	content: "";
	width: 46.5px;
	height: 46.5px;
	background: url(/shinrin/common/images/rn/ico_disaster02.png) left center no-repeat;
	background-size: 46.5px auto;
	display: block;
}


/* 緊急連絡先情報 */
.emergencyContactBlock{
	margin: 0 0 40px;
	padding: 10px;
	background-color: #fc0;
	border-radius: 10px;
	text-align: center;
}
.emergencyContactBlock h2{
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 36px;
	color: #000;
}
.emergencyContactBlock h2::before{
	content:"";
	width: 36px;
	height: 32px;
	margin-right: 16px;
	background: url(/shinrin/blog/images/rn/ico_disaster01.png) left center no-repeat;
	display: inline-block;
}
.emergencyContactBlock .ecBg01{
	background-color: #fff;
	border: 3px solid #c00;
	border-radius: 10px;
	padding: 15px;
}
.emergencyContactBlock .ecBg02{
	margin: 0 -15px 10px;
	padding: 5px 15px 8px;
	background-color: #c00;
}
#main .emergencyContactBlock .ecTxt_name{
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 1.3;
	color: #000;
	font-weight: bold;
}
#main .emergencyContactBlock .ecTxt_add{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	font-weight: bold;
}
#main .emergencyContactBlock .ecTxt_tel{
	margin: 0 5px;
	padding: 5px 0;
	font-size: 48px;
	line-height: 1.0;
	color: #fff;
	font-weight: bold;
}
#main .emergencyContactBlock .ecTxt_tel span.fnTel{
	font-size: 48px;
	line-height: 1.0;
	color: #fff;
}
#main .emergencyContactBlock .ecTxt_tel span{
	font-size: 30px;
}
#main .emergencyContactBlock .ecTxt_tel::before{
	content: "";
	width: 36px;
	height: 36px;
	margin-right: 10px;
	background: url(/shinrin/blog/images/rn/ico_disaster02.png) left center no-repeat;
	display: inline-block;
}
#main .emergencyContactBlock .ecTxt_note{
	margin: 0 5px;
	padding: 0 0 5px;
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
}
#main .emergencyContactBlock .ecTxt_fax{
	padding-top: 10px;
	border-top: 1px solid #fff;
	font-size: 32px;
	line-height: 1.0;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}
#main .emergencyContactBlock .ecTxt_fax span{
	margin-bottom: 2px;
	padding: 8px 5px 6px 6px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 16px;
	color: #c00;
	letter-spacing: 0.04em;
	/*
	display: inline-block;
	position: relative;
	top: -0.3em;
	*/
}
#main .emergencyContactBlock .ecTxt_fax span.ecTxt_fax_subTxt{
	padding: 0;
	background-color: transparent;
	border-radius: none;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0;
}
#main .emergencyContactBlock .ecTxt_link{
	font-size: 18px;
	font-weight: bold;
	color: #0061C4;
}
#main .emergencyContactBlock .ecTxt_link a{
	color: #0061C4;
}
#main .emergencyContactBlock .ecTxt_link a span{
	text-decoration: underline;
	display: inline-block;
}
#main .emergencyContactBlock .ecTxt_link a span::before{
	content: "";
	width: 26px;
	height: 22px;
	margin-right: 10px;
	background: url(/shinrin/blog/images/rn/ico_disaster03.png) left center no-repeat;
	display: inline-block;
	top: 2px;
	position: relative;
}
.d_hover #main .emergencyContactBlock .ecTxt_link a:hover span{
	text-decoration: none;
}



/* ==

　01. base

=============================================================================== */
#container{
	width:auto;
	padding-top:20px;
	background:url(../../images/rn/bg01.gif);
}
#container #main{
	width:720px;
	float:right;
}
#container #side{ width:220px; float:left; }


#fixFooter{ margin-top:-25px; }




/* ==

　02. メイン（詳細ページ）

=============================================================================== */
#main div:after{ content:''; display:block; clear:both; }

#container #main .article{
	margin:0 0 10px;
	padding:20px 40px;
	background-color:#fff;
}


#main .article h2{
	margin-bottom:10px;
	padding:0 0 6px;
	background-color:transparent;
	border-bottom:1px dotted #a0a0a0;
	font-size:150%;
	clear:both;
}
#main .article .txt_update{ margin-bottom:45px; clear:both; }
#main .article .txt_update ul{ float:right; }
#main .article .txt_update li{
	font-size:87%;
	padding-left:1.5em;
	float:left;
}


#main .article p, #main .article dt, #main .article dd, #main .article th, #main .article td, #main .article ul, #main .article ol {
	font-size: 134%;
	color:#333;
}
#main .article p{ margin:0 0 30px; }
#main .article p span.caption{ font-size:90%; }

#main .article a.linkTxt{
	padding-left:12px;
	background-image:url(../../images/rn/ico_arw01.png);
	color:#333;
}
#main .article a.linkTxt strong{ color:#333; }
#main .article a img{
	padding:4px;
	background-color:#fff;
	border:1px solid #ccc;
}



/* SNS
------------------------------------------------------------------------------- */
#main .article #socialArea{ margin-right:-30px; clear:both; }
#main .article #socialArea a img{
	padding:0;
	background-color:transparent;
	border:none;
}
#main .article #socialArea ul{ float:right; }
#main .article #socialArea ul li img{ vertical-align:top; }



/* ページナビ
------------------------------------------------------------------------------- */
#main .pageNav{ min-height:32px; background-color:#4a4a4a; position:relative; zoom:1; clear:both; }

#main .pageNav .back{ text-align:center; }
#main .pageNav .next{ width:155px; background-color:#1a1a1a; position:absolute; left:0; top:0; }
#main .pageNav .prev{ width:155px; background-color:#1a1a1a; text-align:right; position:absolute; right:0; top:0; }

#main .pageNav p{ font-size:134%; }

#main .pageNav .next a{
	padding:3px 0 2px 50px;
	background:url(../../images/rn/ico_arw03.png) left center no-repeat;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#main .pageNav .prev a{
	padding:3px 50px 2px 0;
	background:url(../../images/rn/ico_arw04.png) right center no-repeat;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#main .pageNav .next a:hover,
#main .pageNav .prev a:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#main .pageNav .back{ padding:3px 0 2px; }
#main .pageNav .back a{ color:#fff; font-weight:bold; }




/* ==

　03. メイン（一覧ページ）

=============================================================================== */
#main .entryBlock .col{
	min-height:160px;
	margin:0 0 20px;
	padding:20px;
	background-color:#fff;
	zoom:1;
	position:relative;
	clear:both;
}
#main .entryBlock .col .colImg{ width:120px; float:left; }
#main .entryBlock .col .colTxt{ width:540px; float:right; }

#main .entryBlock .col .colTxt p.txt_title{
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px dotted #ccc;
	font-size:150%;
	font-weight:bold;
}
#main .entryBlock .col .colTxt p.txt_title a{ color:#333; text-decoration:none; }
#main .entryBlock .col .colTxt p.txt_title a:hover, #main .entryBlock .col .colTxt p.txt_title a:active{ text-decoration:underline; }
#main .entryBlock .col .colTxt p.txt_description{ padding-bottom:2.75em; font-size:134%; color:#333; }
#main .entryBlock .col .colTxt .txt_update{
	width:520px;
	padding:5px 10px 3px;
	background-color:#e0e0e0;
	font-size:100%;
	line-height:1.3;
	color:#333;
	text-align:right;
	position:absolute;
	bottom:20px;
	right:20px;
}

#main .entryBlock .col .colTxt .txt_update ul{ float:right; }
#main .entryBlock .col .colTxt .txt_update li{
	font-size:100%;
	padding-left:1.5em;
	float:left;
}



/* リード文
------------------------------------------------------------------------------- */
.leadBlock{ padding:0 0 25px; zoom:1; clear:both; }
.leadBlock p{
	font-size:134%;
	color:#fff;	
}
.leadBlock p.hdTxt{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid #c3c3c3;
	font-size:183%;
}
.leadBlock p.hdTxt em{ font-size:120%; font-weight:normal; }



/* ==

　04. サイド

=============================================================================== */
#side .list{
	margin:0 0 20px;
	padding:2px;
	background-color:#1d1d1d;
}
#side .list p.hdTxt{
	padding:8px 16px;
	font-size:170%;
	color:#fff;
	font-weight:bold;
}

#side .list li{
	margin:0 0 2px;
	background-color:#666;
	font-size:134%;
}
#side .list li:last-child{ margin-bottom:0; }

#side .list li a{
	padding:5px 22px 5px 16px;
	background:url(../../images/rn/ico_arw02.png) right center no-repeat;
	line-height:1.4;
	color:#fff;
	font-weight:bold;
	display:block;
}
#side .list li a span{ font-weight:normal; }




/* 担当スタッフ紹介
------------------------------------------------------------------------------- */
#side .editor{
	margin:0 0 20px;
	padding:2px;
	background-color:#1d1d1d;
}
#side .editor p.hdTxt{
	padding:8px 16px;
	font-size:170%;
	color:#fff;
	font-weight:bold;
}

#side .editor .staff{
	padding:15px 10px;
	background-color:#fff;
	clear:both;
}


#side .editor p.img{ margin:0 0 10px; text-align:center; }
#side .editor p.img img{ max-width:100%; height:auto; }

#side .editor div.colTxt p{ color:#333; }
#side .editor div.colTxt p.name{
	margin:0 0 5px;
	padding:0 0 0 7px;
	border-left:4px solid #666;
	font-size:117%;
	line-height:1.0;
	font-weight:bold;
}






