@charset "utf-8";



/*スライド
************************************************************************************/
#mainPhoto{
	margin: 20px 0;
	width: 1000px;
	height: 502px;
	overflow: hidden;
	position: relative;
}
#mainPhoto .frame{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow:hidden;
}
#mainPhoto .frame img,
#mainPhoto .slider img{
	width:100%;
}

@media screen and (max-width: 979px) {
#mainPhoto{
	width: 100%;
	height:492px;
}
}
@media screen and (max-width: 768px){
#mainPhoto{
	height:356px;
}
}
@media screen and (max-width: 620px){
#mainPhoto{
	height:312px;
}
}
@media screen and (max-width: 480px){
#mainPhoto{
	height:241px;
}
}
@media screen and (max-width: 380px){
#mainPhoto{
	height:191px;
}
}


/*ブログ
************************************************************************************/
#blog h2 a{
	color: #ff9200;
	text-decoration: none;
}
/* 写真 */
#blog ul.blog_list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#blog ul.blog_list li{
	width: 24%;
	background: #FFF;
	padding: 10px;
	margin: 5px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #d7d2c2;
	border-bottom: 1px solid #d7d2c2;
}
#blog ul.blog_list li .image{
	width: 100%;
	text-align: center;
}
#blog ul.blog_list li img{
	max-width: 100%;
	max-height: 165px;
	width: auto;
	height: auto;
}
#blog ul.blog_list li .caption,
#blog ul.blog_list li .date{
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 13px;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
#blog ul.blog_list li{
	width: 32%;
}
}
@media screen and (max-width: 620px){
#blog ul.blog_list li{
	margin: 5px 1%;
	width: 48%;
}
}
@media screen and (max-width: 480px){
#blog ul.blog_list li{
	margin: 5px auto;
	width: 96%;
}
}



/*当クラブについて
************************************************************************************/
#about .boxBg{
	width: 60%;
	margin: auto;
}

#about .boxBg ul.star li{
	background: url(../../img/common/icon_star.png) no-repeat center bottom;
	padding: 0 0 25px 0;
	margin: 8px 0;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
	font-weight: bold;
}
#about .boxBg ul.star li:last-child{
	padding: 0;
	background: none;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
section#about{
	padding:0px 0 30px 0;
}
#about .boxBg{
	width: 80%;
}
}
@media screen and (max-width: 480px){
}


/*イベント
************************************************************************************/
#event ul.frameBox{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#event ul.frameBox li{
	display: block;
	width: 49%;
	padding: 15px;
	margin: 0 0.5% 10px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#event ul.frameBox li.spring{
	border: 2px solid #F99;
}
#event ul.frameBox li.summer{
	border: 2px solid #09C;
}
#event ul.frameBox li.autumn{
	border: 2px solid #C30;
}
#event ul.frameBox li.winter{
	border: 2px solid #348ea8;
}

#event ul.frameBox li .title{
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin: 0 0 7px 0;
	font-size: 19px;
}
#event ul.frameBox li .title img{
	max-width: 50px;
	height: auto;
	margin: 0 7px 0 0;
	vertical-align: middle;
}

#event ul.frameBox li.spring .title{
	color: #F99;
}
#event ul.frameBox li.summer .title{
	color: #09C;
}
#event ul.frameBox li.autumn .title{
	color: #C30;
}
#event ul.frameBox li.winter .title{
	color: #348ea8;
}

#event ul.frameBox li li{
	width: auto;
	background: url(../../img/common/icon_star.png) no-repeat left 0.4em;
	padding: 0 0 0 25px;
	margin: 8px 0;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
}

/* 写真 */
#event ul.framePhoto{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#event ul.framePhoto li{
	width: 24%;
	background: #FFF;
	padding: 10px;
	margin: 5px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #d7d2c2;
	border-bottom: 1px solid #d7d2c2;
}
#event ul.framePhoto li .image{
	width: 100%;
	text-align: center;
}
#event ul.framePhoto li img{
	max-width: 100%;
	max-height: 165px;
	width: auto;
	height: auto;
}
#event ul.framePhoto li .caption{
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 13px;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
#event ul.frameBox{
	margin-top:10px;
}
#event ul.framePhoto li{
	width: 32%;
}
}
@media screen and (max-width: 620px){
#event ul.framePhoto li{
	margin: 5px 1%;
	width: 48%;
}
}
@media screen and (max-width: 480px){
#event ul.frameBox{
	margin-top:10px;
}
#event ul.frameBox li{
	margin:0 auto 10px auto;
	width: 96%;
}
#event ul.framePhoto li{
	margin: 5px auto;
	width: 96%;
}
}

/*day
************************************************************************************/
#flow .frameFlow{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}
#flow .frameFlow li{
	width: 50%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#flow .frameFlow li img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
#flow .frameFlow{
	display:block;
}
#flow .frameFlow li{
	margin-bottom:20px;
	width: 100%;
}
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}

/*************************************************************************************/
#app th{
	width: 150px;
}
@media screen and (max-width: 620px){
#app th{
	width: auto;
}
}

/*************************************************************************************/
#access .map{
	width: 100%;
	height: 400px;
}

/*************************************************************************************/
#faq{}

#faq dt{
	margin: 0 0 5px 0;
	padding: 30px 0 0 65px;
	background: url(../../img/faq/icon_q.png) no-repeat left center;
	-moz-background-size: 55px auto;
	background-size: 55px auto;
	min-height: 65px;
	font-family: iroha, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #91be17;
}
#faq dd{
	margin: 0 0 30px 0;
	padding: 10px 0 30px 140px;
	background: url(../../img/faq/icon_a.png) no-repeat 65px top;
	-moz-background-size: 55px auto;
	background-size: 55px auto;
	border-bottom: 1px solid #d2d2c2;
	min-height:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
#faq dt{
	margin: 0;
	min-height: 40px;
}
#faq dd{
	margin: 0 0 10px 0;
	padding: 10px 0 20px 100px;
	background: url(../../img/faq/icon_a.png) no-repeat 30px top;
	-moz-background-size: 55px auto;
	background-size: 55px auto;
}
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}