/*---------------------------------------------------------------------------
 NEWS
---------------------------------------------------------------------------*/
#subpage .news { width: 100%; position:relative;}
#subpage .news ul { clear:both; }
#subpage .news ul::after { clear:both; content:""; display:block; }
#subpage .news ul li { float:left; }
#subpage .news ul#tab { position:relative; margin: auto; width: 95%; }
#subpage .news ul#tab li { 
	padding:8px 0;
	width:49%; 
	height:45px; 
	font-weight:bold;
	font-size:120%;
	text-align:center;
	border-radius:10px 10px 0 0; 
}
#subpage .news ul#tab li:first-child { background:#d1e4ba; margin-right:2%;}
#subpage .news ul#tab li:last-child { background:#d8edea; }
#subpage .news .content {padding:20px 2%;}
#subpage .news .content ul { width:100%; padding:5px; font-size: 82%; border-bottom:1px dashed #231815;}
#subpage .news .content ul li { padding:5px 0;}
#subpage .news .content ul li:nth-child(1) { width:100px; padding:5px 0;}
#subpage .news .content ul li:nth-child(2) { width:140px; padding:5px 0; color:#fff; text-align:center;  background:#769395;}
#subpage .news .content ul li:nth-child(3) { width:calc(100% - 270px); margin-left: 20px; line-height:150%;}
#subpage .news .content ul li a { display:block; text-decoration:none; color:#222; }
#subpage .news .content ul li a:hover { color:#4B804F; }
#subpage .news .disnon { display:none; }
#subpage .news .b_more { position:absolute; right:35px;	bottom:45px;}
#subpage .news .b_more a { 
	display:block;
	width:85px;
	height:104px;
	text-indent:-9999px;
	background:url(../../image/top/b_more.png) no-repeat center;
	background-size:100%;
}
#subpage .news .b_more:hover,
#subpage .news ul#tab li:hover { opacity:0.7; cursor:pointer; }


/* PAGE SUB */
#page_sub { display:block!important; }


/* BUTTON */
#subpage .b4 { width:24%; float:left; text-align:center; margin:0.5%; }
#subpage .b4:nth-child(odd) { background:#d8edea; }
#subpage .b4:nth-child(even) { background:#ddecc9; }
#subpage .b4 a {
	font-size:84%; 
	text-decoration:none;
	color:#000;
	display:block; 
	background:url(../image/arrow_top-blk.png) no-repeat 95% center;
	padding:3px 10px;
}
#subpage .b4.b_long a { padding:5px 15px 3px 0;}




/*====================================================================================================
  高知県森と緑の会　正会員・賛助会員
====================================================================================================*/
#member {}
#member .event_info { font-family:"Yu Gothic"; max-width:835px; margin:0 auto; }
#member .event_info::after { display:block; clear:both; content:""; }
#member .event_info .photo { float:left; padding:7px 10px; border-radius:10px; background:#D8EDEA; }
#member .event_info .photo img { border-radius:10px; }
#member .event_info .text { float:left; margin-left:15px; }
#member .event_info .text .btn_event {
	background:#D8EDEA;
	width:238px;
	border-radius:10px;
	text-align:center;
	font-size:113%;
	font-weight:bold;
	padding:3px 0;
}
#member .event_info .text h4.tit {
	margin:25px 0 5px;
	background:none;
	font-size:113%;
	font-weight:500;
	color:#007273;
	border-bottom:2px dashed #B9DAD1;
}
#member .event_info .text h4.tit span { margin-left:20px; color:#D7000F; }
#member .event_info .text ul {}
#member .event_info .text ul::after { display:block; clear:both; content:""; }
#member .event_info .text ul li { float:left; font-size:96%; font-weight:500; line-height:150%; }
#member .event_info .text ul li:nth-child(2) { margin-left:20px; }
#member .event_info p.b_more { float:left; width:80px; margin-top:50px; text-align:center; background:#76A7AA; border-radius:50%; }
#member .event_info p.b_more:hover { opacity:0.7; }
#member .event_info p.b_more a {
	display:block;
	padding:25px 0;
	text-decoration:none;
	color:#FFF;
	font-size:80%;
}

#event .e_list{ position: relative;}
#event .e_list .sbtitle{
    display: inline-block;
    padding: 2px 15px;
    font-size: 110%;
    text-align: center;
    background: #D8EDEA;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#event .e_list h4{ margin-top: 10px; border-bottom: 2px dashed #D8EDEA; color: #007273;}
#event .e_list .photo-l img{ max-width: 260px;}
#event .e_list .more{
    position: absolute;
    right: 0;
    top: 20px;
    width: 100px;
    height: 100px;
    text-align: center;
}
#event .e_list .more a{
    display: block;
    background:#76A7AA;
    width: 100px;
    height: 100px;
    padding-top: 38px;
    color: #FFF;
    text-decoration: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    box-sizing: border-box;
}
#event .e_list .more a:hover { opacity:0.7; filter:alpha(opacity=80); -moz-opacity:0.8; }



/*---------------------------------------------------------------------------
 プログラム一覧
---------------------------------------------------------------------------*/
.contw_max1000 { margin: auto; max-width: 1000px;}
.contw_auto { padding: 40px 0 0 !important; max-width: none!important;}
.question { position: relative; margin:0 2%; text-align: right;}
.question span { position: relative; cursor: pointer; text-decoration: underline;}
.question span::after { 
	display: block; clear:both; content: "";
	position: absolute; top:2px; left: -25px;
	width: 20px; height: 20px;
	background: url("../../image/yama_gakusyu/gakusyu_question.svg")
}
.theme_icon {
	display: none;
	position: absolute; bottom:40px; right: 0;
	margin: auto;
	max-width: 400px;
	height: 180px;
	padding:10px;
	text-align: left;
	background: #fff;
	box-shadow: 0 0px 5px 0 rgba(0,0,0,0.30);	
}
.theme_icon.active {display: block;}

.theme_icon dl { float: left; padding: 1%; width:50%; overflow: hidden;}
.theme_icon dt { float: left;}
.theme_icon dt img { width: 30px; height: auto}
.theme_icon dd { float: right; width: calc(100% - 40px); text-align: left; font-size:90%;}
.theme_icon .btn_close {
	cursor: pointer;
	position: absolute; top:0; right:0;
	border-bottom-left-radius: 10px;
	display: block;
	padding: 10px;
	background:#ddd;
	border: none;
}

#gakusyu_program { margin-top:50px; background:rgba(51,51,51,0.03);}
#gakusyu_program ul#tab { position: relative; top:-30px; margin: 0 auto; width:960px;}
#gakusyu_program ul#tab::after {display: block; clear: both; content:"";}
#gakusyu_program ul#tab li {
	position: relative;
	cursor: pointer;
	float: left;
	margin: 0 2px;
	padding: 7px 0 10px;
	width: calc(20% - 4px);
	background: #fff;
	text-align:center;
}
#gakusyu_program ul#tab li:nth-child(1) { border-top:5px solid #FBD375;}
#gakusyu_program ul#tab li:nth-child(2) { border-top:5px solid #D7E597;}
#gakusyu_program ul#tab li:nth-child(3) { border-top:5px solid #C7B1A6;}
#gakusyu_program ul#tab li:nth-child(4) { border-top:5px solid #9ED8F5;}
#gakusyu_program ul#tab li:nth-child(5) { border-top:5px solid #BAA0CA;}
#gakusyu_program ul#tab li.select::before {
	display: block; clear: both; content:"";
	width: 0; height: 0; margin: auto;
	position: absolute; left: 0; right: 0; bottom:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid black;
}
#gakusyu_program ul#tab li br { display: none;}
#gakusyu_program ul#tab li:nth-child(1).select { background:#FBD375;}
#gakusyu_program ul#tab li:nth-child(1).select::before { border-top-color:#FBD375;}
#gakusyu_program ul#tab li:nth-child(2).select { background:#D7E597;}
#gakusyu_program ul#tab li:nth-child(2).select::before { border-top-color:#D7E597;}
#gakusyu_program ul#tab li:nth-child(3).select { background:#C7B1A6;}
#gakusyu_program ul#tab li:nth-child(3).select::before { border-top-color:#C7B1A6;}
#gakusyu_program ul#tab li:nth-child(4).select { background:#9ED8F5;}
#gakusyu_program ul#tab li:nth-child(4).select::before { border-top-color:#9ED8F5;}
#gakusyu_program ul#tab li:nth-child(5).select { background:#BAA0CA;}
#gakusyu_program ul#tab li:nth-child(5).select::before { border-top-color:#BAA0CA;}
#gakusyu_program .disnon { display: none;}
#gakusyu_program .content_wrap { margin: 0 auto; padding-bottom:50px; max-width:1000px;}
#gakusyu_program .content_wrap::after { display: block; clear: both; content:"";}
#gakusyu_program .box {
	float: left;
	margin: 2%;
	padding: 20px;
	width: 46%;
	background: #fff;
	border:6px solid;
	border-radius:10px;
}
#gakusyu_program .cate1 .box {border-color:#FBD375;}
#gakusyu_program .cate2 .box {border-color:#D7E597;}
#gakusyu_program .cate3 .box {border-color:#C7B1A6;}
#gakusyu_program .cate4 .box {border-color:#9ED8F5;}
#gakusyu_program .cate5 .box {border-color:#BAA0CA;}
#gakusyu_program .box .cont1 { padding-bottom:15px; border-bottom: 3px dotted #ddd;}
#gakusyu_program .box .cont1::after { display: block; clear: both; content:"";}
#gakusyu_program .box .gakusyu_cate { float: right; padding-bottom: 10px; overflow: hidden;}
#gakusyu_program .box .gakusyu_cate p { float: left;}
#gakusyu_program .box .gakusyu_cate p+p { margin-left: 4px;}
#gakusyu_program .box .gakusyu_cate img { width: 35px; height: auto;}
#gakusyu_program .box .tit { font-size:120%; line-height: 130%; margin-bottom: 5px; padding: 0; font-weight: bold;}
#gakusyu_program .box .come { 
	position: relative; float: left; clear: both;
	width: calc(100% - 170px);
	font-size: 90%;
	line-height: 130%;
}
#gakusyu_program .box .come b {
	position: absolute; top: -40px; left: 0;
	padding: 2px 15px;
	font-weight: normal;
	border-radius:20px;
}
#gakusyu_program .cate1 .box .come b {background:#FBD375;}
#gakusyu_program .cate2 .box .come b {background:#D7E597;}
#gakusyu_program .cate3 .box .come b {background:#C7B1A6;}
#gakusyu_program .cate4 .box .come b {background:#9ED8F5;}
#gakusyu_program .cate5 .box .come b {background:#BAA0CA;}
#gakusyu_program .box .photo { float:right; width: 150px;}
#gakusyu_program .box .photo img { width: 100%; height: auto}
#gakusyu_program .box .cont2 { padding:15px 0;}
#gakusyu_program .box .cont2 dl { overflow: hidden;}
#gakusyu_program .box .cont2 dl dt { float: left; width:90px; color: #289054; font-weight: bold;}
#gakusyu_program .box .cont2 dl dd { float:right; width:calc(100% - 90px)}
#gakusyu_program .box .cont2 dl:last-child dt,
#gakusyu_program .box .cont2 dl:last-child dd{float: none; width: 100%;}
#gakusyu_program .box .b_more {}
#gakusyu_program .box .b_more a {
	display: block;
	padding: 10px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background:url("../../image/yama_gakusyu/arrow.png") no-repeat 15px center;
	border-radius:30px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.10);
}
#gakusyu_program .box .b_more a:hover { box-shadow: 0 0 0 0 rgba(0,0,0,0.10);}
#gakusyu_program .cate1 .box .b_more a {background-color:#FBD375;}
#gakusyu_program .cate2 .box .b_more a {background-color:#D7E597;}
#gakusyu_program .cate3 .box .b_more a {background-color:#C7B1A6;}
#gakusyu_program .cate4 .box .b_more a {background-color:#9ED8F5;}
#gakusyu_program .cate5 .box .b_more a {background-color:#BAA0CA;}
#gakusyu_program .cate1 .box .b_more a:hover {background-color:#F7AF36;}
#gakusyu_program .cate2 .box .b_more a:hover {background-color:#B5CE59;}
#gakusyu_program .cate3 .box .b_more a:hover {background-color:#9B7B6C;}
#gakusyu_program .cate4 .box .b_more a:hover {background-color:#62B7EB;}
#gakusyu_program .cate5 .box .b_more a:hover {background-color:#8864A0;}

/*---------------------------------------------------------------------------
 プログラム詳細
---------------------------------------------------------------------------*/
#gakusyu_detail { 
	margin:0 2% 40px;
	padding: 0 0 40px; 
	border-bottom: 3px dotted #ddd;
	overflow: hidden;
}
#gakusyu_detail h3 { margin:0 0 40px;}
#gakusyu_detail h3 b {
	margin-right: 20px;
	padding: 2px 15px;
	font-weight: normal;
	border-radius:20px;
	background: #fff;
}
#gakusyu_detail .comment { float: left; width: calc(100% - 320px);}
#gakusyu_detail .photo { float:right; width:300px;}
#gakusyu_detail .photo img { width: 100%; height: auto}
#gakusyu_detail .cont1 { margin-bottom: 20px;}
#gakusyu_detail .cont2 { margin-bottom: 20px;}
#gakusyu_detail .cont2 dl { overflow: hidden;}
#gakusyu_detail .cont2 dl dt { float: left; width:90px; color: #289054; font-weight: bold;}
#gakusyu_detail .cont2 dl dd { float:right; width:calc(100% - 90px)}
#gakusyu_detail .cont2 dl:last-child dt,
#gakusyu_detail .cont2 dl:last-child dd{float: none; width: 100%;}
#gakusyu_detail .gakusyu_cate { overflow: hidden;}
#gakusyu_detail .gakusyu_cate p { float: left;}
#gakusyu_detail .gakusyu_cate p+p { margin-left: 4px;}
#gakusyu_detail .gakusyu_cate img { width:50px; height: auto;}

/*---------------------------------------------------------------------------
 施設一覧
---------------------------------------------------------------------------*/
#gakusyu_facility .box {
	float: left;;
	margin: 2%;
	padding: 20px;
	width: 46%;
	background: rgba(0,0,0,0.02);
	border-radius:10px;
}
#gakusyu_facility .box .cont1 { padding-bottom:15px; border-bottom: 3px dotted #ddd;}
#gakusyu_facility .box .cont1::after { display: block; clear: both; content:"";}
#gakusyu_facility .box .tit { font-size:120%; line-height: 130%; margin-bottom: 5px; padding: 0; font-weight: bold;}
#gakusyu_facility .box .come { 
	position: relative; float: left; clear: both;
	width: calc(100% - 170px);
	font-size: 90%;
	line-height: 130%;
}
#gakusyu_facility .box .photo { float:right; width: 150px;}
#gakusyu_facility .box .photo img { width: 100%; height: auto}
#gakusyu_facility .box .photo .haken {
	margin: 10px auto 0;
	padding: 5px 10px;
	width: 115px;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	font-size:90%;
	border-radius: 50px;
	line-height: 100%;
	border: 2px solid #FF0000;
	
}

#gakusyu_facility .box .cont2 { padding:15px 0;}
#gakusyu_facility .box .cont2 dl { overflow: hidden;}
#gakusyu_facility .box .cont2 dl dt { float: left; width:50px; color: #289054; font-weight: bold;}
#gakusyu_facility .box .cont2 dl dd { position:relative; float:right; width:calc(100% - 60px)}
#gakusyu_facility .box .cont2 dl dd:before { 
	display: block; clear:both; content:":";
	position: absolute; left: -15px;
	color: #289054; font-weight: bold;
}

#gakusyu_facility .box1 h4 { color:#007273;}
