@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:480px){
	.twitter-timeline{
		display:none;
	}
	
/*********************************************************/
/*ページ共通項目*/
/*********************************************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-size: cover;
}
.container {
	width: 94%;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
	background-color: rgba(255,255,255, 0.5);
	padding-top: 20px;
	padding-bottom: 20px;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000000;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
article {
	clear: both;
}
.clear {
	clear: both;
}
a:not(#add_subslide img):hover {
	opacity: 0.8;
}
/*********************************************************/
/*　ヘッダー　*/
/*********************************************************/

header {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
header .logo {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
header .logo .logobox {
	float: left;
	margin-left: 10px;
}
header .logo a {
	display: block;
	color: #000000;
	transition: 0.2s;
}
/* 「お問合せ・よくある質問」 */
header .arrow {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
header .arrow:before {
	content: '';
	width: 16px;
	height: 16px;
	background: #4C4C4C;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
}
header .arrow:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-left: solid 5px #ffffff;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -5px;
	margin-left: 1px;
}

/*********************************************************/
/*トップスライダー*/
/*********************************************************/
/******
article.topimage_base {
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    padding: 5px;
    border-radius: 20px;
    background-color: #d0ffd9;
}
article.topimage_base .topimage_box {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 10px;
}


article.topimage_base .topimage_box img.borderradius {
	border-radius: 20px;
}
article.topimage_base .topimage_box .topimage_banner {
	width: 920px;
	height: 95px;
}
article.topimage_base .topimage_box .topimage_banner .banner {
	width: 215px;
	height: 95px;
	float: left;
}
article.topimage_base .topimage_box .topimage_banner .marginleft {
	margin-left: 20px;
}
******/

/*********************************************************/
/*トップメイン(front-page.html)*/
/*********************************************************/
article.main {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: rgba(255,255,255, 0.5);
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 50px;
}


/*********************************************************/
/*バナー(ボランティア部分)*/
/*********************************************************/

/*********************************************************/
/*バナー(同好会部分)*/
/*********************************************************/
article.doukoukai {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
article.doukoukai h1 {
	text-align: center;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
	padding-top: 20px;
}
article.doukoukai .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin: 0px;
    padding: 0px;
    background-color: #F7EEE4;
    padding-bottom: 20px;
}

article.doukoukai .inner img {
	transition: 0.2s
}
article.doukoukai .inner img:hover {
	opacity: 0.8;
}

article.relation_group {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
article.relation_group h1{
	font-size:1.3rem;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

article.relation_group p{
	text-align: center;
}
article.relation_group .banner_wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
article.relation_group .banner_wrap div,article.relation_group .banner_wrap a{
	margin:10px 0px;
	width: 100%;
}
article.relation_group .banner_wrap h3{
	text-align: center;
	margin: 0;
    font-size: 1rem;
	color: #FFFFFF;
	padding: 3px 5px;
}
.volunteer h3{
	background-color: #356206;
}
.doukoukai h3{
	background-color: #F59E0F;
}
article.relation_group .banner_wrap img{
	width:100%;
}

.banner_wrap a, .banner_wrap div{
	width:45%;
}
/*********************************************************/
/*　バナー広告エリア　*/
/*********************************************************/
.koukoku {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/* 広告バナー部分 */

.koukoku .koukoku_box p {
	display: block;
	width: 150px;
	height: 50px;
	color: #FFFFFF;
	background-color: #707070;
	margin: 0 auto;
	margin-top: 20px;
	margin-left: 15px;
	float: left;
	line-height: 50px;
	text-align: center;
}
.koukoku .koukoku_box img {
	display: block;
	margin: 0 auto;
}
.koukoku .koukoku_box a {
	transition: 0.2s;
	display: block;
}
/*********************************************************/
/*　ページトップへ戻るボタン　*/
/*********************************************************/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	font-size: 20px;
	display: block;
	z-index: 999;
	padding-top: 8px;
	width: 50px;
	height: 42px;
	background-color: #4DCC50;
　/* トップに戻るボタン、丸部分 */
 font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	color: #FFFFFF;
　/* トップに戻るボタン、三角部分 */
 -webkit-border-radius: 50px;/* 50%でもOK */
	-moz-border-radius: 50px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.8;
}
/*********************************************************/
/*　フッター（電話＆住所、地図、コピーライト）　*/
/*********************************************************/
footer {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}
footer .inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: rgba(255,255,255, 0.8);
	text-align: center;
	padding-bottom: 10px;
}
footer .inner iframe {
	padding-top: 10px;
	padding-bottom: 10px;
}
footer .inner .dantai {
	float: left;
	color: #000000;
}
footer .inner .dantai h2 {
	color: #000000;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
footer .inner .address {
	width: 100%;
	height: auto;
	color: #FFFFFF;
	margin: 0 auto;
	padding-top: 30px;
}
footer .inner .map {
	width: 100%;
	height: 200px;
	float: right;
	margin-right: 160px;
}
footer .inner iframe {
	width: 100%;
}
footer .inner h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
footer .inner .address p {
	font-size: 14px;
}
footer .inner .copyright {
	margin: 0 auto;
	text-align: center;
}
footer .inner .copyright p {
	font-size: 10px;
	margin: 10px;
}
/*********************************************************/
/*　タブ　*/
/*********************************************************/
ul#tab {
	zoom: 1;
	background: #ffffff;
	border-bottom: 3px solid #8E5711;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
ul#tab:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
ul#tab li {
	width: 33%;
	float: left;
	text-align: center;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
ul#tab li:last-child {
	background: none;
}
ul#tab li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #222;
	/* CSS3草案 */  
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
ul#tab li a:hover {
	background: #8E5711;
	color: #fff;
}
ul#tab li.active, ul#tab li.active a, ul#tab li.active a:hover {
	background: #8E5711;
	color: #fff;
}
#detail {
	clear: both;
	overflow: hidden;
	background: #f7f7f7;
	width: 100%;
	height: auto;
	min-height: 160px;
	margin: 0px;
	padding: 0px;
}
#detail h1 {
	font-size: 20px;
}
.tabbox {
	display: none;
}
#tab1 {
	padding: 10px;
	padding-bottom: 20px;
}
#tab1 table {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-top: 10px;
	border-collapse: collapse;
}
#tab1 table td {
	width: 100%;
	border-bottom: dotted 2px #B927A2;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
#tab1 a {
	transition: 0.2s;
}
#tab2 {
	padding: 10px;
	padding-bottom: 20px;
}
#tab2 p {
	font-size: 12px;
}
#tab2 h1 {
	text-align: left;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-bottom: dotted 2px #B927A2;
	margin-top: 10px;
	margin-bottom: 10px;
}
#tab2 h2 {
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
	background-color: #07A619;
	color: #ffffff;
	display: inline-block;
	padding: 3px;
	margin-top: 10px;
}
#tab2 h3 {
	color: #FFFFFF;
	background-color: #F77AC7;
	text-align: center;
	border-radius: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#tab3 {
	width: 100%;
	height: auto;
	text-align: center;
}
#tab3 h1 {
	text-align: left;
	font-size: 14px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
#tab3 table {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-bottom: dotted 2px #B927A2;
	padding-bottom: 10px;
}
#tab3 table td {
	width: 370px;
	height: auto;
	font-size: 12px;
	text-align: left;
}
#tab3 table td.imgbox {
	width: 50%;
	height: auto;
}
#tab3 table td img {
	display: block;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
	border-radius: 10px;
	width: 100%;
}
/*********************************************************/
/*　スライド　*/
/*********************************************************/
div.slider {
	width: 920px;
	display: block;
}
div.slider ul li {
	margin: 0px;
	padding: 0px;
}
ul.bxslider01 li {/*メインスライダー*/
	display: block;
	width: 920px;
	height: 320px;
}
ul.bxslider01 li img {
	display: block;
	width: 920px;
	height: auto;
}
ul.bxslider02 li a {/*サムネイル*/
	display: block;
	width: 215px;
	height: auto;
}
ul.bxslider02 li a img {/*サムネイルの画像*/
	display: block;
	width: 215px;
	height: auto;
}
div.controlWrap {
	width: 920px;
	display: block;
	position: relative;
	margin: 0 auto;
}
div.controlWrap p#PrevIcon a {/*矢印画像（前へ）*/
	display: block;
	width: 13px;
	height: 19px;
	position: absolute;
	background: url(../images/btnPrev.png) left center no-repeat;
	color: #fff;
	top: 20px;
	left: 20px;
	text-indent: -9999px;
}
div.controlWrap p#NextIcon a {/*矢印画像（次へ）*/
	display: block;
	width: 13px;
	height: 19px;
	position: absolute;
	background: url(../images/btnNext.png) left center no-repeat;
	color: #fff;
	top: 20px;
	right: 20px;
	text-indent: -9999px;
}
}