@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

index 

---------------------------------------------------------------------------------------------------------------------------------------- */
/*About*/
#about{
	width: 465px;
	padding: 30px 495px 30px 0;
	border-bottom: 1px solid #ccc;
	min-height: 287px;
	margin-bottom: 30px;
}
#about h2{
	margin-bottom: 15px;
}
#about_ph{
	position: absolute;
	top: 30px;
	right: 0;
}
#about p{
	margin-bottom: 10px;
}
#about p:last-child{
	width: 465px;
	text-align: center;
	margin-bottom: 0;
}
/*News*/
#news{
	position: relative;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
#news h2{
	margin-bottom: 35px;
}
#news p#news_more{
	position: absolute;
	top: 0;
	right: 0;
}
#news ul{
	margin: 0 -15px 0 -15px;
}
#news ul li{
	width: 33.333%;
	float: left;
}
#news ul li div.news_box{
	margin: 0 15px;
}
#news ul li div.news_box div.news_photo{
	margin-bottom: 10px;
}
#news ul li div.news_box h3{
	font-weight: bold;
	margin-bottom: 5px;
}
#news ul li div.news_box p.news_detail{
	width: 100%;
	height: 30px;
	text-align: center;
	margin-top: 10px;
}
#news ul li div.news_box .news_txt p{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*youtube*/
#top_youtube{
	overflow:hidden;
	margin-top:30px;
	margin-bottom:80px;
}

#top_youtube ul li{
	width:48%;
	text-align:center;
}

#top_youtube ul li:nth-child(1){float:left;}
#top_youtube ul li:nth-child(2){float:right;}

#top_youtube ul li iframe{
	max-width:100%;
}

/*Banners*/
ul#banners{
	margin: 0 -15px 0 -15px;
}
ul#banners li{
	width: 33.333%;
	padding-bottom: 30px;
	float: left;
}
ul#banners li:nth-child(3n+1){
	clear: both;
}
ul#banners li a{
	margin: 0 15px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------- 

News 

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*NewsBox*/
.newsbox {
	overflow: hidden;
	clear: both;
}
/*news text decoration*/
.newsbox h1 {
	font-size: 20px;
	font-weight: bold;
}
.newsbox h2 {
	font-size: 18px;
	font-weight: bold;
}
.newsbox h3 {
	font-size: 16px;
	font-weight: bold;
}
.newsbox h4 {
	font-size: 14px;
	font-weight: bold;
}
.newsbox h5 {
	font-weight: bold;
}
.newstitle {
	font-size: 18px;
	font-weight: bold;
	border-left: 7px solid #86b491;
	padding: 5px 0 5px 15px;
	margin-bottom: 15px;
}
.newstitle span {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
/*news photo*/
.newsbox img{
	margin-bottom: 15px;
}
.news_ph_left {
	float: left;
	margin-right: 20px;
}
.news_ph_right {
	float: right;
	margin-left: 20px;
}
.news_ph_left img, .news_ph_right img {
	width: 300px;
	height: auto;
	display: block;
}
.newsbox .news_ph_left a, .newsbox .news_ph_right a{
	background: #000;
	display: block;
}
.newsbox .news_ph_left a:hover img, .newsbox .news_ph_right a:hover img {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.6;
}
/*news text*/
.newsbox .news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 15px;
}
.newsbox .news_text a.more-link{
	display: inline-block;
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin: 7px 0 15px;
	color: #333;
	text-decoration: none;
	transition: background-color 0.3s;
	background: #fff url(../img/news_img/more-link.png) no-repeat 0 0;
	text-indent: -1000px;
	white-space: nowrap;
	overflow: hidden;
}
.newsbox .news_text a.more-link:hover{
	background: #86b491 url(../img/news_img/more-link.png) no-repeat 0 0;
}
.postinfo {
	text-align: right;
	clear: both;
	padding: 5px 15px;
	font-size: 12px;
	background: #eee;
}
/*Program*/
.pagelink .oldpage, .pagelink .newpage{
	width: 345px;
	box-sizing: border-box;
	
}
.pagelink .oldpage {
	float: left;
	background: url(../img/common_img/arrow_left.png) no-repeat 0px center;
	padding-left: 13px; 
}
.pagelink .newpage {
	float: right;
	background: url(../img/common_img/arrow_right.png) no-repeat right center;
	padding-right: 13px;
	text-align: right; 
}
.pagelink .oldpage a, .pagelink .newpage a{
	transition: background-color 0.3s;
	color: #333;
	text-decoration: none;
	padding: 0 5px;
}
.pagelink .oldpage a:hover, .pagelink .newpage a:hover{
	background:  #86b491;
}
.listlink {
	clear: both;
	margin: 30px 0;
	text-align: center;
}
.listlink a{
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
	transition: background-color 0.3s;
	background: #fff url(../img/news_img/listlink.png) no-repeat 0 0;
	text-indent: -1000px;
	white-space: nowrap;
	overflow: hidden;
}
.listlink a:hover{
	background: #86b491 url(../img/news_img/listlink.png) no-repeat 0 0;
}

/*WP-PageNavi*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	font-size: 12px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 11px;
	margin: 0 4px;
	display: inline-block;
}
.wp-pagenavi span.pages {
	border: 1px solid #CCC;
	color: #888;
	background: #fff;
}
.wp-pagenavi span.current {
	border: 1px solid #CCC;
	background: #DFDFDF;
	color: #666;
	zoom: 1;
}
.wp-pagenavi a {
	border: 1px solid #86b491;
	color: #666;
	background: #fff;
	display: inline-block;
}
.wp-pagenavi a:hover {
	background: #86b491;
}
/*wp-calendar*/
#calendar_wrap {
	background: #dceadf;
	padding: 15px 15px 12px 15px;
	margin-bottom: 30px;
}
#wp-calendar {
	color: #333;
	width: 180px;
}
#wp-calendar td, #wp-calendar th {
	text-align: center;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #1F5968;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#wp-calendar #prev {
	text-align: left;
	padding-top: 10px;
}
#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
}
/*search*/
#news_search {
	margin-bottom: 30px;
}
#news_search_title {
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 8px 0 7px;
	background: url(../img/common_img/bg_footer.jpg) repeat-x bottom left;
	text-shadow: 1px 1px 0px #fff;
}
.screen-reader-text {
	display: none;
}
#news_search #s {
	width:60%;
	margin: 0;
	border: 1px solid #BFBFBF;
	padding: 3px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
	/* IE10 */  
	background: linear-gradient(to bottom, #F1F1F1, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
/*SubNavi*/
p.side_title {
	font-weight: bold;
	margin-bottom: 7px;
	display: inline-block;
	padding: 0 8px 0 7px;
	background: url(../img/common_img/bg_footer.jpg) repeat-x bottom left;
	text-shadow: 1px 1px 0px #fff;
}
p.side_title a {
	display: block;
}
ul.subnavi {
	list-style-type: none;
	width: 210px;
	border-top: 1px solid #86b491;
	margin-bottom: 30px;
}
ul.subnavi li {
	text-align: left;
	border-bottom: 1px solid #86b491;
	font-size: 13px;
}
ul.subnavi li a {
	display: block;
	padding: 7px 0 7px 18px;
	color: #333;
	text-decoration: none;
	transition: background-color 0.3s;
	background: #fff url(../img/common_img/arrow_right.png) no-repeat 5px 13px;
}
ul.subnavi li a:hover{
	background: #86b491 url(../img/common_img/arrow_right.png) no-repeat 5px 13px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Contact

---------------------------------------------------------------------------------------------------------------------------------------- */  
/*form*/
#contact_form {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 15px 0;
	background: #edf4ef;
}
#contact_form dl {
	font-size: 14px;
	clear: both;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#contact_form dl dt {
	float: left;
	font-weight: bold;
	padding: 15px;
}
#contact_form dl dd {
	margin-left: 180px;
	border-left: 1px solid #ccc;
	padding: 15px;
	background: #fff;
}
#contact_form dl dd.dd_child {
	padding: 0 15px 15px 15px;
}
/*Attention*/
#contact_form p.attention {
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
#contact_form strong {
	font-size: 11px;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown{
	border: 1px solid #BFBFBF;
	padding: 5px;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */	
	-webkit-border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */	
	-moz-border-radius: 3px;
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
	/* IE10 */  
	background: linear-gradient(to bottom, #F1F1F1, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border: 1px solid #BFBFBF;
	padding: 5px;
	background: #E6EFFD;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Size*/
textarea {
	width: 90%;
	height: 100px;
}
.inp_text {
	width: 60%;	
}
.inp_text_l {
	width: 80%;	
}
.inp_text_s {
	width: 20%;	
}
/*Button*/
.inp_button {
	border: 1px solid #BFBFBF;
	padding: 2px 7px;
	cursor: pointer;
	background: #CCC;
	/* CSS3 */
	border-radius: 3px;
	text-shadow: 1px 1px 0 #FFF;
	/* Webkit */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(5%, #ccc), color-stop(100%, #eee));
	-webkit-border-radius: 3px;
	/* Firefox */
	background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	-moz-border-radius: 3px;
	/* IE10 */  
	background: linear-gradient(to bottom, #eee, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
#submit_btns{
	margin-bottom: 30px ;
	text-align: center;
}
.inp_submit01 {
	border: 1px solid #86b491;
	line-height: 45px;
	padding: 0 30px 0 51px;
	font-size: 17px;
	color: #222;
	font-weight: bold;
	cursor: pointer;
	background: #fff url(../img/common_img/arrow_black.png) no-repeat 30px 50%;
	transition: background-color 0.3s;
	margin: 0 7px;
}
.inp_submit01:hover {
	background: #86b491 url(../img/common_img/arrow_black.png) no-repeat 30px 50%;
}
.inp_submit02 {
	border: 1px solid #ccc;
	line-height: 45px;
	padding: 0 30px 0 51px;
	font-size: 17px;
	color: #222;
	font-weight: bold;
	cursor: pointer;
	background: #fff url(../img/common_img/arrow_black.png) no-repeat 30px 50%;
	transition: background-color 0.3s;
	margin: 0 7px;
}
.inp_submit02:hover {
	background: #ccc url(../img/common_img/arrow_black.png) no-repeat 30px 50%;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

About

---------------------------------------------------------------------------------------------------------------------------------------- */
/*table_events*/
table.table_events {
	width: 465px;
	border-top: 1px solid #86b491;
	border-left: 1px solid #86b491;
	border-collapse: collapse;
	margin: 0 0 15px;
}
table.table_events th, table.table_events td {
	border-right: 1px solid #86b491;
	border-bottom: 1px solid #86b491;
	padding: 12px 15px;
	vertical-align: middle;
}
table.table_events th {
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	background: #dceadf;
	min-width: 20%;
}
table.table_events tr td:nth-last-child(2){
	text-align: center;	
	background: #edf4ef;
}
table.table_events td {
	text-align: left;
	background: #fff;
}
table.table_events .table_border {
	border-right: 1px solid #CCC;
}
table.table_events td.price {
	text-align: right;
	font-weight: bold;
	color: #900;
	vertical-align: middle;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Eidaikuyou

---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Mizukokuyou

---------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Access

---------------------------------------------------------------------------------------------------------------------------------------- */
/*box_info*/
#box_info{
	width: 465px;
	float: left;
}
#box_map{
	width: 465px;
	float: right;
	border: 1px solid #86b491;
	box-sizing: border-box;
}
#sp_map_btn {
	display: none;
}
/*around_info*/
ul#around_info li{
	width: 465px;
	margin: 0;
	margin-bottom: 30px;
	float: left;
}
ul#around_info li:nth-child(2n){
	float: right;
}
ul#around_info li:nth-child(2n+1){
	clear: both;
}
ul#around_info li div.around_ph{
	margin-bottom: 10px;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------

Others

---------------------------------------------------------------------------------------------------------------------------------------- */
/*Size*/
textarea {
	width: 90%;
	height: 100px;
}
.inp_text {
	width: 60%;	
}
.inp_text_l {
	width: 80%;	
}.inp_text_s {
	width: 20%;	
}

/* ----------------------------------------------------------------------------------------------------------------------------------------

Extend 20181226

---------------------------------------------------------------------------------------------------------------------------------------- */
/*FB*/

.fb-page iframe{
	margin:20px auto;
}
