ta@charset "utf-8";
/* CSS Document */

/*トップページ*/

/*オーディオ*/
  .audio_button {
    width: 36px;
    height: 39px;
    margin: 0 auto;
    background: url("../img/headericon_05.png") no-repeat center center;
    background-size: contain;
  }
  
  .play .audio_button {
    background-image: url("../img/headericon_05.png");
  }
.audio_button:hover{
	cursor: pointer;
}
/*サーチフォーム*/
#search {
	vertical-align:middle;
	text-align:center;
	padding-top: 10px;
	height: 80px;
}
#cse-search-box{
	margin:0px auto;
}

.form_textbox{
	width:300px;
	height:30px;
	font-size:1.25em;
	padding-left:35px;
	-webkit-border-top-left-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	border:1px solid #ccc;
	margin: 0;
	}

.form_searchbtn{
	height:35px;
	border:1px solid #eba5bb;
	-webkit-border-top-right-radius: 35px;
	-webkit-border-bottom-right-radius: 35px;
	-moz-border-radius-topright: 35px;
	-moz-border-radius-bottomright: 35px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	margin: 9px 0 0 -6px;
	padding: 2px 0 ;
	
	width: 85px;
	background-image: -moz-linear-gradient(top, #eba5bb, #fee5cf);
	background-image: -ms-linear-gradient(top, #eba5bb, #fee5cf);
	background-image: -o-linear-gradient(top, #eba5bb, #fee5cf);
	background-image: -webkit-linear-gradient(top, #eba5bb, #fee5cf);
	background-image: linear-gradient(top, #eba5bb, #fee5cf);
	color: #75182b;
	font-size: 1.2em;
	font-weight: bold;

	
}

#topcontent{
	width:940px;
	margin: 0 66px;
	
}

.push_data{
	font-weight:bold;
	}

.top_title{
	margin:0;
	padding:0;
	height: 37px;
}

.search_bg{
	background:url(../img/search_bg.png) no-repeat;
	width:460px;
	height:60px;
	
}
.top_more {
	margin:0;
	padding:0;
	text-align:right;


}
.top_article{
	border: 2px solid #74182B;
	margin: 0;
	padding: 0;
	height: 410px;
	overflow-y: scroll;
}

.top_article_push{
	border: 2px solid #74182B;
	margin: 0;
	padding: 0;
	height: 500px;
	
}

.top_article_push_roll{
	overflow-y:scroll;
	height: 430px;
	}

.stuff_article{
	border:2px solid #74182B;
	margin: 0;
	padding: 0;
	height: 500px;
	overflow-y: hidden;
}

.top_fl {
	float:left;
	width:460px;
}
.top_fr {
	float:right;
	width:460px;
}

.newinfo {
	/*overflow:scloll;*/
	height: 120px;
}

.newinfo p{
	font-weight:bold;
	padding:10px;
	border-bottom:1px dashed #ccc;
	}
.info_p_space{
	padding-left:54px;
	}

.top_article_push table{
	margin:10px;
	width:420px;
	}
.top_article_push table tr{}
.top_article_push table td{
	font-weight:bold;
	padding: 10px;
	border-bottom: 1px dashed #999;
	
	}
.push_title {
	font-size:1.25em;
}

/*施設案内*/
#facility_sidebar1 {
	width:220px;
	float:left;
	margin:0 0 0 65px;
	padding:0;
	
	
}

#facility_sidebar1 ul{
	margin:0;
	padding:0;}

#facility_sidebar1 li{
	list-style:none;
	margin:0;
	padding:0;
	height: 50px;
	}
#facilitycontent {
	width:770px;
	float:right;
	margin:0;
	padding:0;
} 

.facirity_fl{
	float:left;
	width:auto;
}
.facirity_fr{
	float:right;
	margin-right:65px;}

.facirity_fr ul {
	margin:0;
	padding:0;}
.facirity_fr li {
	margin:0;
	padding-bottom:0px;
	list-style:none;
}

.jumpban {
	width:730px;
	background:url(../facility/img/bg.png) no-repeat;
	height: 590px;
	padding-top: 10px;
}

.jumpban table {
	margin:10px auto;
	
}
.jumpban table tr {}
.jumpban table td {
	padding: 5px;
	}

.ov{
	/*padding:20px 0 60px 0;*/
	/*width:700px;*/
	letter-spacing:0.1em;
	line-height: 2em;
}

.facility_payment_table{
	border:3px solid #7a192d;
	width: 700px;
	margin-bottom: 50px;
}
.facility_payment_table th{
	/*background-color:#f8c6bf;*/
	
	text-align:center;
	border-collapse:collapse;
	border:1px solid #7a192d;
	padding: 5px;
	}

.facility_payment_table tr{}
.facility_payment_table td{
	border-collapse:collapse;
	border:1px solid #7a192d;
	padding: 3px;
	font-weight: bold;
	text-align:center;
	height: 70px;
	vertical-align: middle;
	}

.facility_table{
	border:3px solid #7a192d;
	width: 700px;
	margin-bottom: 10px;
}
.facility_table th{
	/*background-color:#f8c6bf;*/
	
	/*text-align:center;*/
	border-collapse:collapse;
	border:1px solid #7a192d;
	padding: 10px 30px;
	text-align: left;
	font-size: 1.25em;
	}

.facility_table tr{}
.facility_table td{
	border-collapse:collapse;
	border:1px solid #7a192d;
	padding: 15px 20px;
	font-weight: bold;
	text-align:left;
	}
.fts{
	font-size:0.72em;
	}
	
.optionlink{
	padding:20px 0 60px 0;
	width:700px;
	letter-spacing:0.1em;
	line-height: 2em;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
}

.hall_cation {
	width:700px;
}

.hall_cation ul{
	/*list-style: none;*/
	margin:0;
	padding:0;
	
	}
.hall_cation li{
	/*list-style-type: none;*/
	font-weight:bold;
	padding-bottom:20px;
	text-indent: 1em;
	list-style: none;
	/*text-indent: -1.0em;*/
	

	}
.hall_cation_dl {
	
	margin-left: 20px;
}

.hall_cation_dl dt{
	/*list-style: none;*/
	margin:0;
	padding:0;
	font-weight: bold;
	
	}
.hall_cation_dl dd{
	/*list-style-type: none;*/
	margin-left: 40px;
	font-weight:bold;
	padding-bottom: 20px;
	list-style: none;
	/*text-indent: -1.0em;*/
	

	}
.roomdetail_l{
	float:left;
	width: 300px;
	/*line-height: 0.7em;*/
	}
.roomdetail_r{
	float:right;
	margin-right:66px;}

.hall_cation li:before {
	content: "（※";
}

.optionlink td {
	text-align:center;
}

/*利用案内*/
#guide_sidebar1{
	width:220px;
	float:left;
	margin:0 0 0 66px;
	padding:0;
	}
	

#guide_sidebar1 ul{
	margin:0;
	padding:0;}

#guide_sidebar1 li{
	list-style:none;
	margin:0;
	padding:0;
	height: 50px;
	}

#guidecontent{
	width:765px;
	float:right;
	margin:0;
	padding:0;
	}
#guidecontent_p {
	line-height:2em;
	font-size:1.063em;
	width: 700px;
	}
.guide_space{
	padding:20px 0 60px 0;
	width:700px;
	letter-spacing:0.1em;
	line-height: 2em;
}
.guide_table{
	border:3px solid #7a192d;
	width: 700px;
}
.guide_table th{
	background-color:#f8c6bf;
	padding:10px;
	text-align:left;
	border-collapse:collapse;
	border:2px solid #7a192d;
	}
.guide_table tr{}
.guide_table td{
	border-collapse:collapse;
	border:2px solid #7a192d;
	padding: 20px;
	font-weight: bold;
	}
.guide_cation {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow:1px 1px 3px 1px #999999;
	-moz-box-shadow:1px 1px 3px 1px #999999;
	-webkit-box-shadow:1px 1px 3px 1px #999999;
	border:4px solid #7a192d;
	padding:30px;
	width:640px;
	margin: 30px 0;
}
.guidelist_1{
	}
.guidelist_1 ul{
	}
.guidelist_1 li{
	list-style:none;
	padding-bottom:1em;
	}
.guidelist_2{
	
	}
.guidelist_2 ul{
	
	}
.guidelist_2 li{
	list-style:decimal;
	padding-bottom:1em;
	width:768px;
	}
.guidelist_2 li ul {
	margin:0 0 0 80px; 
	padding:0;
	}
.guidelist_2 li ul li{
	list-style:circle;
	padding-bottom:1em;
	
	}

/*利用料金*/
.table_payment{
	width:700px;
	border:1px solid #80162d;
	
	}
.table_bg{
	background:#f4ccdb;
	}
.table_payment th{
	background:#80162d;
	color:#FFF;
	padding:5px;}
.table_payment tr{}
.table_payment td{
	border:1px solid #80162d;
	border-collapse:collapse;
	padding:5px 3px;
}

.table_payment_s
{border:1px solid #80162d;
	width:430px;}
.table_payment_s th{
	background:#80162d;
	color:#FFF;
	padding:5px;}
.table_payment_s tr{}
.table_payment_s td{
	border:1px solid #80162d;
	border-collapse:collapse;
	padding:5px;}

.guide_payment_table{
	border:3px solid #7a192d;
	width: 700px;
	margin-bottom: 50px;
}
.guide_payment_table th{
	/*background-color:#f8c6bf;*/
	
	text-align:left;
	border-collapse:collapse;
	border:1px solid #7a192d;
	padding: 5px;
	}

.guide_payment_table tr{}
.guide_payment_table td{
	border-collapse:collapse;
	border:1px solid #7a192d;
	padding: 5px 10px;
	font-weight: bold;
	text-align:center;
	/*height: 70px;*/
	vertical-align: middle;
	}

/*催し物*/
#event_sidebar1{
	width:220px;
	float:left;
	margin:0 0 0 66px;
	padding:0;
	}
	

#event_sidebar1 ul{
	margin:0;
	padding:0;}

#event_sidebar1 li{
	list-style:none;
	margin:0;
	padding:0;
	height: 50px;
	}
#event_push {
	width:100%;
	margin:40px 0 20px 0;
	padding:0;
}


#eventcontent{
	width:765px;
	float:right;
	margin:0;
	padding:0;
	}
.bgccc{
	border-bottom:1px dotted #999;
}
/*#eventcontent_p {
	line-height:2em;
	font-size:1.063em;
	width: 700px;
	}
*/

/*イベント詳細*/
.event_datail_bg{
	background:#fff;
	/* box-shadow */
	border:2px solid #c8537d;
/*box-shadow:0px 0px 20px 3px #c8537d;
	-moz-box-shadow:0px 0px 20px 3px #c8537d;
	-webkit-box-shadow:0px 0px 20px 3px #c8537d;*/
	padding: 10px;
	width: 700px;
	color: #333;
}

.event_datail_title {
	border-bottom:1px dashed #999;
	color: #75182b;
	}

.event_deteil_article{
	width:680px;
	margin: 15px 0;
	padding: 10px;
	}

.event_deteil_article h3{
	font-size:1em;
}

.evet_detail_comment{
	padding:20px 10px;}
	
.event_datail_date{
	border-bottom:1px solid #999;
	text-align:right;
	padding:10px;
	}
.event_bg{
	background:#fbf1f5;
	border: 2px solid #c8537d;
	/* box-shadow */
/*box-shadow:0px 0px 20px 3px #c8537d;
	-moz-box-shadow:0px 0px 20px 3px #c8537d;
	-webkit-box-shadow:0px 0px 20px 3px #c8537d;*/
	padding: 10px;
	width: 700px;
}
.event_data{
	font-weight:bold;
	background-color:#75182b;
	padding:5px 2px;
	text-align:center;
	color:#FFF;
	margin: 0 10px;
	font-size: 0.85em;
}

.event_month{
	font-size:1.25em;
	font-weight:bold;
	text-align: center;
	margin-bottom: 20px;
	width: 720px;
}
.event_month table td{
	text-align:center;
	}
.event_month_r{
	font-size:1.25em;
	font-weight:bold;
	text-align: center;
	color: #FFF;
	margin-top: 20px;
	width: 720px;
}
.event_month_r table td{
	text-align:center;
	background-color:#75182b;
	color:#fff;
	}
a:link.e_m_r{
	color:#FFF;
	text-decoration:none;}
a:visited.e_m_r{
	color:#FFF;
	text-decoration:none;}
.event_article{
	width:700px;
	margin: 15px 0;
	/*padding: 10px;*/
	}

.event_article_l{
	float:left;
	width: 180px;
	margin: 10px;
}
.event_article_r{
	float:right;
	width: 480px;
	margin-top:50px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 0.9em;
	/*margin-right: 66px;*/
}

.event_article_r table{
	width:100%;
}

.event_article_r table td{
	padding:5px;
}

.eventname{
	font-size:1.3em;
	font-weight: bold;
}
.event_thamb {
	text-align:center;
	padding:10px 0;}
.push_data{
	font-weight:bold;
	padding:10px;}
.push_article{
	border:2px solid #75182b;
	margin: 0;
	padding: 0 5px 0 0;
}


/*アクセス*/
#access_sidebar1 {
	width:216px;
	float:left;
	margin:0 0 0 66px;
	padding:0;
}

#access_sidebar1 ul{
	margin:0;
	padding:0;}

#access_sidebar1 li{
	list-style:none;
	margin:0;
	padding:0;
	height: 50px;
	}

#accesscontent {
	width:790px;
	float:right;
	margin:0;
	padding:0;
}

.access_fl {
	float:left;
	width:240px;
	margin: 0 0 0 20px;
	font-weight: bold;
	font-size: 0.875em;
}
.access_fr {
	float:right;
	width:420px;
	margin-right: 66px;
}

.emp{
	text-decoration:underline;
	font-size:1.571em;
}


/*お問い合わせ*/
#contact_sidebar1 {
	width:210px;
	float:left;
	margin:0 0 0 66px;
	padding:0;	
}
#contactcontent {
	width:780px;
	float:right;
	margin:0;
	padding:0;
}
.fontact_l{
	float:left;
	font-size:1.1em;
	padding: 20px 20px 20px 60px;
	margin-top: 20px;
	font-weight: bold;
}
.fontact_r{
	float:right;
	margin: 10px 210px 0 0;
}
/*プライバシーポリシー*/
#privacycontent{
	width:780px;
	float:right;
	margin:0;
	padding:0;
}

.privacy_list ul {
	margin:0;
	padding:0;}
.privacy_list li {
	font-weight:bold;
	line-height:1.5em;
	padding-bottom:40px;
	list-style:none;}
.privacy_list ul li ul {
	margin-left:10px;}
.privacy_list li ul li {
	margin-left:50px;
	padding-bottom:20px;
	
	list-style:disc;}
.privacy_list2 ul {
	margin:0;
	padding:0;}
.privacy_list2 li {
	font-weight:bold;
	line-height:1.5em;
	padding-bottom:40px;
	list-style:decimal;}

/*
#textarea{
	border:3px solid #74182B;
	width:700px;
	text-align:center;
	padding:30px 0;
	letter-spacing:0.1em;
	line-height: 2em;
	font-weight:bold;
	font-size:1.286em;
}
*/
.akijokyo_table{
	border:1px solid #999999;
	width: 900px;
	margin-bottom: 10px;
	border-collapse:collapse;
}
.akijokyo_table th{
	/*background-color:#f8c6bf;*/
	
	/*text-align:center;*/
	border-collapse:collapse;
	border:1px solid #999999;
	padding: 5px;
	text-align: left;
	font-size: 0.95em;
	}

.akijokyo_table tr{}
.akijokyo_table td{
	border-collapse:collapse;
	border:1px solid #999999;
	padding: 3px;
	/*font-weight: bold;*/
	font-size:0.9em;
	text-align:center;
	color:#333;
	}
.data_table{
	width: 900px;
	margin-bottom: 10px;
	border-collapse:collapse;
}
.data_table th{
	/*background-color:#f8c6bf;*/
	
	/*text-align:center;*/
	border-collapse:collapse;
	border:1px solid #999999;
	padding: 5px;
	text-align: left;
	font-size: 0.95em;
	}

.data_table tr{}
.data_table td{
	border-collapse:collapse;
	padding: 5px;
	/*font-weight: bold;*/
	text-align:center;
	color:#FFF;
	font-size: 1.35em;
	font-weight: bold;
	}

/*コンクール*/
#compe{
	width: 80%;
	margin: 0 auto;
}
#compe li{
	line-height: 30px;
	list-style: none;
}
#compe h2{
	position: relative;
padding: 0.4em 0.5em;
background: -moz-linear-gradient(to right, rgb(236, 167, 188), #ffedce);
background: -webkit-linear-gradient(to right, rgb(236, 167, 188), #ffedce);
background: linear-gradient(to right, rgb(236, 167, 188), #ffedce);
/*color: white;*/
font-weight: lighter;

}
#compe h3{
	position: relative;
padding: 0.25em 0;
	font-size: 1.4rem;
}
#compe h3::after{
	content: "";
display: block;
height: 3px;
background: -moz-linear-gradient(to right, rgb(236, 167, 188), #ffedce);
background: -webkit-linear-gradient(to right, rgb(236, 167, 188), #ffedce);
background: linear-gradient(to right, rgb(236, 167, 188), #ffedce);
}
#compe table{
	margin: 0 auto;
	min-width: 768px;
	border-collapse: collapse;
}
#compe table th{
	background:#74182B;
	color: #fff;
	padding: 5px 10px;
	border: 2px solid #74182B;
	
}
#compe table tr{}
.addcolor{background: #FDE8EF;}
#compe table td{
	padding: 5px;
	border: 2px solid #74182B;
	border-collapse: collapse;
	
}
#compe table p{}
.compe_btn{
	height: 65px;
	font-size: 1.5rem;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #74182B;
    background-image: -webkit-linear-gradient(#eca7bc 0%, #ffedce 100%);
    background-image: linear-gradient(#eca7bc 0%, #ffedce 100%);
    transition: .4s;
	font-weight: bold;
	width: 415px;
}

.compe_btn:hover{
    background-image: -webkit-linear-gradient(#eca7bc 0%, #ffedce 70%);
    background-image: linear-gradient(#eca7bc 0%, #ffedce 70%);
}

.reserve_btn{
	height: 30px;
	font-size: 1.5rem;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    color: #74182B;
    background-image: -webkit-linear-gradient(#eca7bc 0%, #ffedce 100%);
    background-image: linear-gradient(#eca7bc 0%, #ffedce 100%);
    transition: .4s;
	font-weight: bold;
	width: 415px;
}

.reserve_btn:hover{
    background-image: -webkit-linear-gradient(#eca7bc 0%, #ffedce 70%);
    background-image: linear-gradient(#eca7bc 0%, #ffedce 70%);
}