@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.tVisual {
	height: 559px;
}
.tVisual_item {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 559px;
	overflow: hidden;
	z-index: 0;
}
.tVisual_item img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	min-width: 1024px;
	min-height: 100%;
	max-width: inherit;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.tVisual.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 9px;
}
.tVisual.swiper-container-horizontal>.swiper-pagination-bullets {
	height: 12px;
	bottom: 18px;
	line-height: 1;
}
.tVisual .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
}
.tVisual .swiper-pagination-bullet-active {
	background: #365c48;
}
/* リード
------------------------------------------------------------------------------- */
.tLead {
	padding: 60px 20px 50px;
	text-align: center;
}
.tLead_txt {
	line-height: 2;
	margin: 26px 0 0;
	color: #365c48;
	font-size: 150%;
	font-weight: 400;
}
.tLead_txt:first-child {
	margin-top: 0;
}
.tLead_img {
	display: block;
	max-width: 112px;
	margin: 46px auto 0;
}
.tLead_img img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.tLead_movie {
	max-width: 514px;
	margin: 65px auto 0;
}
/* 暮らす森4つのポイント
------------------------------------------------------------------------------- */
.tPoint {
	padding: 30px 20px 80px;
}
.tPoint_in {
	max-width: 940px;
	margin: 0 auto;
}
.tPoint_tit {
	max-width: 336px;
	margin: 0 auto 36px;
	padding: 0;
	background: none;
	text-align: center;
}
.tPoint_tit img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tPoint_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
}
.tPoint_item {
	width: -webkit-calc(25% - 40px);
	width: calc(25% - 40px);
	margin: 0 20px;
}
.tPoint_img {
	display: block;
	max-width: 205px;
	margin: 0 auto;
}
.tPoint_img img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tPoint_btn {
	display: block;
	position: relative;
	line-height: 1.5;
	margin: 19px 0 0;
	padding: 5px 0 9px;
	border-radius: 50px;
	background-color: #365c48;
	color: #fff;
	font-size: 134%;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-o-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-ms-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	transition: opacity .3s;
}
.d_hover .tPoint_btn:hover {
	opacity: 0.6;
}
.tPoint_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 14px;
	height: 12px;
	margin: -6px 0 0;
	background: url(../../images/rn/index_ico04.png) center center no-repeat;
	background-size: 14px 12px;
}
.tPoint_note {
	line-height: 1.8;
	margin: 81px 0 0;
	color: #808080;
	font-size: 100%;
	font-weight: 400;
	text-align: center;
}
/* 暮らす森泊覧会
------------------------------------------------------------------------------- */
.tStay_head {
	padding: 59px 0 72px;
	background: url(../../images/rn/index_bg01.jpg) center center no-repeat;
	background-size: cover;
}
.tStay_headImg {
	max-width: 396px;
	margin: 0 auto;
}
.tStay_body {
	padding: 34px 0 90px;
	background-color: #ced3ce;
}
.tStay_in {
	max-width: 766px;
	margin: 0 auto;
}
.tStay_tit {
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tStay_price {
	line-height: 1;
	margin: 0 0 38px;
	text-align: center;
}
.tStay_txt {
	line-height: 1.7;
	margin: 0 0 27px;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.tStay_note {
	margin: 30px 0 0;
	color: #808080;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
}
.tStay_btn {
	display: block;
	position: relative;
	max-width: 520px;
	line-height: 1.5;
	margin: 43px auto 0;
	padding: 3px 0 7px;
	border: 3px solid #365c48;
	border-radius: 50px;
	background-color: #365c48;
	color: #fff;
	font-size: 184%;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-o-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-ms-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	transition: opacity .3s;
}
.d_hover .tStay_btn:hover {
	opacity: 0.6;
}
.tStay_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 15px;
	margin: -8px 0 0;
	background: url(../../images/rn/index_ico01.png) center center no-repeat;
	background-size: 20px 15px;
}
.tStay_stit {
	line-height: 1.5;
	margin: 72px 0 51px;
	padding: 0;
	border: none;
	color: #365c48;
	font-size: 217%;
	font-weight: 500;
	text-align: center;
}
.tStay_stit::before {
	content: "";
	display: block;
	width: 284px;
	height: 152px;
	margin: 0 auto 15px;
	background: url(../../images/rn/index_ico08.png) center center no-repeat;
	background-size: 284px 152px;
}
.tStay_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -35px -19px 0;
}
.tStay_list li {
	width: -webkit-calc(33.333% - 38px);
	width: calc(33.333% - 38px);
	margin: 35px 19px 0;
}
.tStay_wrap {
	display: block;
	color: #333;
	text-decoration: none;
	transition: opacity .3s;
}
.d_hover .tStay_wrap:hover {
	opacity: 0.6;
}
.tStay_img {
	display: block;
	position: relative;
}
.tStay_img img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.tStay_img-ico1::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 160px;
	height: 32px;
	background: url(../../images/rn/index_ico09.png) center center no-repeat;
	background-size: 160px 32px;
	z-index: 10;
}
.tStay_img-ico2::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100px;
	height: 32px;
	background: url(../../images/rn/index_ico10.png) center center no-repeat;
	background-size: 100px 32px;
	z-index: 10;
}
.tStay_caption {
	line-height: 1.5;
	margin: 4px 0 0;
	color: #333;
	font-size: 142%;
	font-weight: 500;
}
.tVisit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 100px auto 0;
}
.tVisit_img {
	display: block;
	width: 320px;
}
.tVisit_info {
	width: -webkit-calc(100% - 320px);
	width: calc(100% - 320px);
	padding: 0 0 0 40px;
	box-sizing: border-box;
}
.tVisit_txt {
	line-height: 1.7;
	color: #333;
	font-size: 134%;
	font-weight: 400;
}
.tVisit_btn {
	display: block;
	position: relative;
	max-width: 520px;
	line-height: 1.5;
	margin: 16px auto 0;
	padding: 0 0 3px;
	border: 3px solid #365c48;
	border-radius: 50px;
	background-color: #365c48;
	color: #fff;
	font-size: 150%;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-o-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-ms-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	transition: opacity .3s;
}
.d_hover .tVisit_btn:hover {
	opacity: 0.6;
}
.tVisit_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 16px;
	height: 12px;
	margin: -6px 0 0;
	background: url(../../images/rn/index_ico01.png) center center no-repeat;
	background-size: 16px 12px;
}
/* 14の暮らす森
------------------------------------------------------------------------------- */
.tShinrin_head {
	padding: 0 0 0;
	background: url(../../images/rn/index_bg02.jpg) center center no-repeat;
	background-size: cover;
}
.tShinrin_headImg {
	max-width: 864px;
	margin: 0 auto;
}
.tShinrin_body {
	padding: 52px 0 75px;
	background-color: #fff;
}
.tShinrin_in {
	max-width: 754px;
	margin: 0 auto;
}
.tShinrin_tit {
	line-height: 1.5;
	margin: 0 0 46px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tShinrin_layout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.tShinrin_info {
	width: -webkit-calc(100% - 436px);
	width: calc(100% - 436px);
	padding: 10px 2px 0 0;
	box-sizing: border-box;
}
.tShinrin_map {
	/*width: 390px;*/
}
.tShinrin_map img {
	outline: none;
	border: none;
}
.tShinrin_map area{
	outline: none;
	border: none;
}
.tShinrin_txt {
	line-height: 1.7;
	margin: 25px 0 0;
	color: #333;
	font-size: 150%;
	font-weight: 400;
}
.tShinrin_txt:first-child {
	margin-top: 0;
}
.tShinrin_note {
	line-height: 1.5;
	margin: 30px 0 26px;
	color: #808080;
	font-size: 100%;
	font-weight: 500;
}
.tShinrin_help1,
.tShinrin_help2 {
	line-height: 2;
	margin: 0;
	color: #333;
	font-size: 134%;
	font-weight: 400;
}
.tShinrin_help1::before,
.tShinrin_help2::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background: url(../../images/rn/index_ico03.png) center center no-repeat;
	background-size: 20px 20px;
	vertical-align: -0.3em;
}
.tShinrin_help2::before {
	background-image: url(../../images/rn/index_ico06.png);
}
/* 地図画像（タブ切り替え部分）
------------------------------------------------------------------------------- */
.map_tab_container {
    margin: 0 auto;
    position: relative;
    height: 670px;
}
.map_tab_item {
    height: 60px;
    padding: 0;
    text-align: center;
    display: block;
    float: left;
    font-size: 117%;
    font-weight: bold;
    transition: all 0.2s ease;
    color: #fff;
    background-color: #c4c9c3;
    box-sizing: border-box;
}
.map_tab_item:hover,
.map_tab_content area:hover{
    cursor: pointer;
}
.map_tab_item01{
    border-radius: 30px 0 0 30px;
    width: 20%;
    bottom: 120px;
    left: 0;
    position:absolute;
    padding-top: 17px;
}
.map_tab_item02{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 40%;
    position: absolute;
    bottom: 120px;
    left: 20%;
    padding-top: 17px;
}
.map_tab_item03{
    border-radius: 0 30px 30px 0;
    width: 40%;
    position: absolute;
    bottom: 120px;
    right: 0;
    padding-top: 5px;
}
.map_tab_item03 img{
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    opacity: 0.7;
}
input[name="map_tab_item"] {
    display: none;
}
.map_tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}
#map_tab1:checked ~ #map_tab1_content,
#map_tab2:checked ~ #map_tab2_content,
#map_tab3:checked ~ #map_tab3_content{ 
    display: block;
}
#map_tab3:checked ~ #map_fukidashi{ 
    display: block !important;
}
.map_tab_container input:checked + .map_tab_item {
    background-color: #365c48;
    color: #fff;
    position: absolute;
}
.map_tab_container input:checked + .map_tab_item img{
    opacity: 1;
}
/*---------------------
  ふきだし
  --------------------*/
#map_fukidashi {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
    color: #fff;
    background: #365c48;
    font-size: 117%;
    box-sizing: border-box;
    border-radius: 10px;
    display: none;
}
#map_fukidashi::before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: 75px;
    border-style: solid;
    border-width: 0 12px 20px 12px;
    border-color: transparent transparent #365c48 transparent;
}
#map_fukidashi span{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
/* 森林案内人だより
------------------------------------------------------------------------------- */
.tNews_head {
	padding: 91px 0 52px;
	background: url(../../images/rn/index_bg03.jpg) center center no-repeat;
	background-size: cover;
}
.tNews_headImg {
	max-width: 346px;
	margin: 0 auto;
}
.tNews_body {
	padding: 52px 0 75px;
	background-color: #ced3ce;
}
.tNews_in {
	max-width: 765px;
	margin: 0 auto;
}
.tNews_tit {
	line-height: 1.5;
	margin: 0 0 44px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tNews_txt {
	line-height: 1.7;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.tNews_btn {
	display: block;
	position: relative;
	max-width: 520px;
	line-height: 1.5;
	margin: 64px auto 0;
	padding: 3px 0 7px;
	border: 3px solid #365c48;
	border-radius: 50px;
	background-color: #365c48;
	color: #fff;
	font-size: 184%;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-o-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-ms-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	transition: opacity .3s;
}
.d_hover .tNews_btn:hover {
	opacity: 0.6;
}
.tNews_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 15px;
	margin: -8px 0 0;
	background: url(../../images/rn/index_ico01.png) center center no-repeat;
	background-size: 20px 15px;
}
.tArticle {
	max-width: 765px;
	margin: 76px auto 0;
	padding: 0 0 34px;
	font-size: 100%;
}
.tArticle_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -40px -20px 0;
}
.tArticle_item {
	width: -webkit-calc(25% - 40px);
	width: calc(25% - 40px);
	margin: 40px 20px 0;
}
.tArticle_wrap {
	display: block;
	color: #333;
	text-decoration: none;
	transition: opacity .3s;
}
.d_hover .tArticle_wrap:hover {
	opacity: 0.6;
}
.tArticle_img {
	display: block;
}
.tArticle img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.tArticle_head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 6px 0 5px;
}
.tArticle_category {
	width: 79px;
	line-height: 1;
	font-size: 10px;
}
.tArticle_date {
	line-height: 1.4;
	padding: 1px 0 0;
	color: #365c48;
	font-size: 109%;
	font-weight: 400;
}
.tArticle_tit {
	line-height: 1.5;
	margin: 0 0 2px;
	font-size: 117%;
	font-weight: 500;
}
.tArticle_txt {
	line-height: 1.6;
	font-size: 92%;
	font-weight: 400;
}
#container .tArticle_head:after {
	content: none;
}
/* 森林の人レポート
------------------------------------------------------------------------------- */
.tReport_recommend {
	position: relative;
}
.tReport_recommend::before {
	content: "";
	display: block;
	position: absolute;
	top: -46px;
	right: 0;
	left: 0;
	width: 78px;
	height: 31px;
	margin: 0 auto 15px;
	background: url(../../images/rn/index_ico05.png) center center no-repeat;
	background-size: 78px 31px;
	-webkit-backface-visibility: hidden;
}
.tReport_head {
	padding: 47px 0 0;
	background: url(../../images/rn/index_bg04.jpg) center center no-repeat;
	background-size: cover;
}
.tReport_headImg {
	max-width: 548px;
	margin: 0 auto;
}
.tReport_body {
	padding: 52px 0 95px;
	background-color: #fff;
}
.tReport_in {
	max-width: 818px;
	margin: 0 auto;
}
.tReport_tit {
	line-height: 1.5;
	margin: 0 0 44px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tReport_txt {
	line-height: 1.7;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.tReport_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: center;
	margin: 83px -19px 0;
}
.tReport_list li {
	width: -webkit-calc(20% - 38px);
	width: calc(20% - 38px);
	margin: 0 19px;
}
.tReport_wrap {
	display: block;
	color: #333;
	text-decoration: none;
	transition: opacity .3s;
}
.d_hover .tReport_wrap:hover {
	opacity: 0.6;
}
.tReport_img {
	display: block;
}
.tReport_caption {
	line-height: 1.5;
	margin: 14px 0 0;
	color: #333;
	font-size: 134%;
	font-weight: 500;
	text-align: center;
}
/* 暮らす森診断
------------------------------------------------------------------------------- */
.tChart_head {
	padding: 52px 0 53px;
	background: url(../../images/rn/index_bg05.jpg) center center no-repeat;
	background-size: cover;
}
.tChart_headImg {
	max-width: 478px;
	margin: 0 auto;
}
.tChart_body {
	padding: 52px 0 100px;
	background-color: #ced3ce;
}
.tChart_in {
	max-width: 870px;
	margin: 0 auto;
}
.tChart_tit {
	line-height: 1.5;
	margin: 0 0 44px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tChart_txt {
	line-height: 1.7;
	margin: 0;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.tChart_note {
	line-height: 1.5;
	margin: 29px 0 0;
	color: #808080;
	font-size: 100%;
	font-weight: 500;
	text-align: center;
}
.tChart_img {
	margin: 64px auto 0;
}
/* 建築実例・モデルプラン
------------------------------------------------------------------------------- */
.tPlans_head {
	padding: 62px 0 42px;
	background: url(../../images/rn/index_bg06.jpg) center center no-repeat;
	background-size: cover;
}
.tPlans_headImg {
	max-width: 478px;
	margin: 0 auto;
}
.tPlans_body {
	padding: 52px 0 120px;
	background-color: #fff;
}
.tPlans_in {
	max-width: 760px;
	margin: 0 auto;
}
.tPlans_tit {
	line-height: 1.5;
	margin: 0 0 44px;
	padding: 0;
	background: none;
	color: #365c48;
	font-size: 184%;
	font-weight: 500;
	text-align: center;
}
.tPlans_txt {
	line-height: 1.7;
	margin: 0;
	color: #333;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.tPlans_bnr {
	display: block;
	max-width: 513px;
	margin: 75px auto 0;
	transition: opacity .3s;
}
.d_hover .tPlans_bnr:hover {
	opacity: 0.6;
}
.tPlans_btn {
	display: block;
	position: relative;
	max-width: 513px;
	line-height: 1.5;
	margin: 20px auto 0;
	padding: 3px 0 7px;
	border: 3px solid #365c48;
	border-radius: 50px;
	background-color: #365c48;
	color: #fff;
	font-size: 184%;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-o-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	-ms-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2) ;
	transition: opacity .3s;
}
.d_hover .tPlans_btn:hover {
	opacity: 0.6;
}
.tPlans_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 15px;
	margin: -8px 0 0;
	background: url(../../images/rn/index_ico01.png) center center no-repeat;
	background-size: 20px 15px;

}
/* イベント情報
------------------------------------------------------------------------------- */
.tEvent_tit {
	line-height: 1.5;
	margin: 110px 0 28px;
	padding: 0 0 4px;
	border-bottom: 1px solid #0d070a;
	background: none;
	color: #365c48;
	font-size: 217%;
	font-weight: 500;
	text-align: center;
}
.tEvent_txt {
	line-height: 1.75;
	margin: 0;
	color: #333;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.tEvent_list {
	max-width: 420px;
	margin: 33px auto 0;
	color: #333;
}
.tEvent_list dt {
	line-height: 1.5;
	margin: 16px 0 2px;
	font-size: 100%;
	font-weight: 400;
}
.tEvent_list dt:first-child {
	margin-top: 0;
}
.tEvent_list dd {
	line-height: 1.5;
	font-size: 134%;
	font-weight: 400;
}
.tEvent_list a {
	color: #333;
	text-decoration: none;
}
.tEvent_list a:hover {
	text-decoration: underline;
}




/* 令和６年能登半島地震お見舞い文 */
.tMsg2401{
	margin-bottom: 30px;
	padding: 10px;
	background-color: #eee;
	text-align: center;
}
.tMsg2401 p{
	font-size: 135%;
	color: #f00;
	font-weight: 500;
}









