@charset "UTF-8";

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

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

Index

---------------------------------------------------------------------------------------------------------------------------------------- */ 
/*------------------------------------------------------------MainPhoto*/
#mainphoto {
	clear: both;
}
/*------------------------------------------------------------MainNavi*/
#main_nav ul{
	list-style: none;
}
body#home #main_nav ul{
	padding-bottom: 10px;
	background: url(../img/common_img/shadow.png) repeat-x bottom left;
}
#main_nav ul li{
	width: 50%;
	float: left;
	line-height: 1;
}
#main_nav ul li img{
	width: 100%;
	height: auto;
}
/*------------------------------------------------------------About*/
section#about{
	margin-top: -10px;
	background: url(../img/index_img/bg_about.png) no-repeat 0 0;
	background-size: 134px auto;
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
section#about h2 {
	text-align: center;
}
section#about h2 img {
	width: 100%;
	max-width: 394px;
	height: auto;
	margin-bottom: 15px;
}
section#about #about_ph{
	text-align: center;
	margin-bottom: 15px;
}
section#about #about_ph img{
	width: 100%;
	max-width: 465px;
	height: auto;
	margin: 0 atuo;
}

/*youtube*/
#top_youtube{
	overflow:hidden;
	margin-top:20px;
	margin-bottom:50px;
}

#top_youtube ul li{
	text-align:center;
	margin-bottom:20px;
}

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

/*------------------------------------------------------------News*/
section#news{
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
section#news h2{
	text-align: center;
	margin-bottom: 15px;
}
section#news ul{
	list-style: none;
}
section#news ul li{
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 1;
}
/*news_photo*/
section#news ul li div.news_box .news_photo{
	width: 100%;
	margin-bottom: 10px;
}
/*news_date*/
section#news ul li div.news_box p.news_date{
	font-size: 11px;
}
section#news ul li div.news_box h3{
	font-size: 18px;
}
section#news ul li div.news_box p.news_detail{
	text-align: right;
	margin-top: 5px;
}
section#news ul li div.news_box p.news_detail a{
	display: inline-block;
	border: 1px solid #86b491;
	padding: 7px 15px 7px 26px;
	background: #fff url(../img/common_img/arrow_right.png) no-repeat left 10px  top 12px;
	padding-right: 15px;
	color: #467f52;
}
p#news_more a{
	display: block;
	border: 1px solid #86b491;
	padding: 7px 15px 7px 26px;
	background: #fff url(../img/common_img/arrow_right.png) no-repeat left 10px  top 12px;
	padding-right: 15px;
	color: #467f52;
}
section#news ul li div.news_box .news_txt p{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*------------------------------------------------------------Banners*/
section#banners{
	padding: 15px 15px 5px 15px;
}
section#banners h2{
	display: none;
}
section#banners ul li{
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
section#banners ul li img{
	width: 100%;
	max-width: 580px;
	height: auto;
	box-shadow: 0 0 5px #ccc;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------

News 

---------------------------------------------------------------------------------------------------------------------------------------- */
/*NewsBox*/
.newsbox {
	clear: both;
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
	font-size: 1.4rem; /* 14px */
}
.newsbox img {
	margin-bottom: 10px;
}
.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: 3px 0 3px 10px;
	margin-bottom: 10px;
}
.newstitle a{
	text-decoration: underline;
}
.newstitle span {
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
/*news text*/
.news_text {
	overflow: hidden;/* for modern browser */
	zoom: 1;/*ie6*/
	line-height: 1.5;
	font-size: 1.4rem;
	margin-bottom: 10px;
}	
.newsbox .news_text a.more-link{
	display: inline-block;
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin: 7px 0 0;
	color: #333;
	text-decoration: none;
	transition: background-color 0.3s;
	background: #fff url(../img/news_img/more-link.gif) no-repeat 0 0;
	background-size: 120px 30px;
	text-indent: -1000px;
	white-space: nowrap;
	overflow: hidden;
}
.news_ph {
	clear: both;
	text-align: center;
}
.news_ph img {
	display: block;
	margin: 0 auto 10px;
}
.newsbox .more-link {
	float: right;
	margin: 10px 0;
}
.postinfo {
	text-align:left;
	font-size: 11px;
	clear: both;
	padding: 7px 10px;
	background: #eee;
}
/*Program*/
.pagelink {
	margin: 0px 10px;
	clear: both;
}
.pagelink .oldpage {
	float: left;
}
.pagelink .newpage {
	float: right;
}
.listlink {
	text-align: center;
	clear: both;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.listlink p{
	display: block;
	font-size: 5px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.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.gif) no-repeat 0 0;
	background-size: 120px 30px;
	text-indent: -1000px;
	white-space: nowrap;
	overflow: hidden;
}
/*wp-calendar*/
#calendar_wrap {
	background: #EEEEEE;
	padding: 20px 20px 0;
	margin: 0px 15px 20px;
	/* CSS3 */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#wp-calendar {
	color: #333333;
	width: 180px;
	padding-bottom: 10px;
}
#wp-calendar td, #wp-calendar th {
	text-align: center;
	padding: 5px 7px;
}
#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: 3px;
}
#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
}
/*search*/
#news_search {
	margin: 0px 10px 20px;
}
#news_search_title {
	font-weight: bold;
}
.screen-reader-text {
	display: none;
}
#news_search #s {
	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 );
}
/* ----------------------------------------------------------------------------------------------------------------------------------------

Contact

---------------------------------------------------------------------------------------------------------------------------------------- */
/*form*/
#contact_form {
	margin: 10px 0;
	border: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
}
#contact_form dl {
	clear: both;
	border-bottom: 1px solid #ccc;
}
#contact_form dl dt {
	font-size: 14px;
	font-weight: bold;
	padding: 7px 10px;
	border-bottom: 1px solid #ccc;
	background: #dceadf;
}
#contact_form dl dd {
	font-size:14px;
	background: #fff;
	padding: 10px;
}
#contact_form dl dd.dd_child {
	border-top: 1px solid #ccc;
}
/*Attention*/
#contact_form p.attention {
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
#contact_form strong {
	font-weight: normal;
	font-size: 11px !important;
	margin: 0 0 3px;
	padding: 0;
	color: #900;
}
label{
	display: inline-block;
}
/*Txt Area*/
.inp_text, .inp_text_s, textarea, .dropdown {
	padding: 5px;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */	
	-webkit-border-radius: 3px;
	/* Firefox */	
	-moz-border-radius: 3px;
	border:1px solid #BFBFBF;
	background: #fff;
	/* Webkit */	
	background: -webkit-gradient( linear, left top, left bottom, from(#F1F1F1), to(#fff) );
	/* Firefox */	
	background: -moz-linear-gradient( top, #F1F1F1, #fff );
}
.dropdown option {
	margin-right: 10px;
}
/*Txt Area _テキストエリア選択時の装飾*/
.inp_text_focus {
	border:1px solid #BFBFBF;
	background: #E6EFFD;
	padding: 5px;
	/* CSS3 */
    border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
/*Txt Area _テキストエリアのサイズ*/
.inp_text {
	width: 90%;
}
.inp_text {
	width: 60%;	
}
.inp_text_l {
	width: 80%;	
}
.inp_text_s {
	width: 20%;
}
textarea {
	width: 90%;
}
/*Button*/
.inp_button {
	border:1px solid #BFBFBF;
	background: #CCC;
	/* CSS3 */
	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));
	/* Firefox */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 5%, #eee 100%);
	/* IE10 */ 
	background: linear-gradient(to bottom, #fff, #eee);	
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
	padding: 2px 7px;
	cursor: pointer;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
	-webkit-border-radius: 3px;
	/* Firefox */
	-moz-border-radius: 3px;
}
#submit_btns{
	text-align: center;
}
.inp_submit01 {
	border: 1px solid #86b491;
	line-height: 40px;
	padding: 0 15px 0 31px;
	font-size: 17px;
	color: #222;
	font-weight: bold;
	cursor: pointer;
	background: #fff url(../img/common_img/arrow_right.png) no-repeat 15px 50%;
	transition: background-color 0.3s;
}

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

About

---------------------------------------------------------------------------------------------------------------------------------------- */
/*table_events*/
table.table_events {
	width: 100%;
	border-top: 1px solid #86b491;
	border-left: 1px solid #86b491;
	border-collapse: collapse;
}
table.table_events th, table.table_events td {
	border-right: 1px solid #86b491;
	border-bottom: 1px solid #86b491;
	padding: 7px 10px;
	vertical-align: middle;
}
table.table_events th {
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	background: #dceadf;
	width: 20%;
}
table.table_events tr td:nth-last-child(2){
	text-align: center;	
	background: #edf4ef;
	width: 20%;
}
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;
}
.border_none{
	border-bottom: 0px solid #86b491 !important;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------- 

Eidaikuyou

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

Mizukokuyou

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

Access

---------------------------------------------------------------------------------------------------------------------------------------- */
/*box_info*/
#box_info{
	width: 100%;
}
#box_info table.table_basic {
	width: 100%;
	margin: 0;
}
#box_map{
	display: none;
}
#sp_map_btn a.link_blank{
	margin-bottom: 0px;
}
/*around_info*/
ul#around_info li{
	width: 100%;
	margin-bottom: 15px;
}
ul#around_info li:nth-child(2n+1){
	clear: both;
}
ul#around_info li div.around_ph{
	display: none;
}
