@charset "utf-8";
/* CSS Document */

#okako_wrap {
	background-color: #fff;
	background-size: 100%;
	padding-top: 0em;
			font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";

}
/*************1カラム*************/
#wrap {
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    overflow: hidden;
}
/*************上部スクロール*************/
.page-top{
  position:fixed;
  bottom:20px;
  right:20px;
  z-index: 100;
}
.page-top a{
  display: table-cell;
  vertical-align: middle;  
  width: 100px;
  height:100px;
font-weight: 900;
  color: #66ccff;
  font-size: 12px;
  text-decoration: none;
  text-align: center;  
}

/*************TOPページ*************/

 /*----------------
お知らせ
-----------------*/
.hakkinew{
    background-color: #fff336;
    padding: 5rem;
    color: #000;
    font-weight: 500;
    font-size: 1.7rem;
    text-align: center;
	
}
 /*----------------
参加団体
-----------------*/
.dantai {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.dantai img{
	margin: 1rem;
}
.floormap{
	margin: 3rem 0 3rem 0;
	background-color: #fff; padding: 2rem;
	font-size: 3rem;
	color: #6699cc;	
}
 /*----------------
ポスター
-----------------*/
.hakipo{
	display: flex;
}
.hakipo img{
	margin-right: 2rem;
}
.hakipomi{
	
	margin-top: 2rem;
}
 /*----------------
INDEX各団体
-----------------*/
.sankamainimg {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.sankamaintit {
    width: 265px;
    border: 3px solid #FFFFFF;
    background-color: #FFF;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 1.3rem;
}
/*************カテゴリーページ*************/
/*----------------
各カテゴリータイトル 背景みどり
-----------------*/
.main_tit{
background-color: #000066;	
	padding: 1rem;
	text-align: center;
	font-size: 6rem;
	color: #fff;
}
/*----------------
カテゴリー一覧 
-----------------*/
.sanka {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 4rem 0 4rem 0;
}

.sanka img{
	margin: 1rem;
}

.titname{
 font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 6rem;
	color: #184492;
}
/*************各ページ*************/
/*----------------
各団体詳細TOPimg
-----------------*/
.dantaitopimg {
	display:flex;
	justify-content: space-between;
	font-size: 2.3rem;
	color: #fff;
}
.dantaipohoto{
	
}
.dantnai img{
  width: 100%;
  height:auto;
}

.dantaitext{
	width:100%;
	padding: 3rem;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される　TOPIMG */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
/* フッターのボタン　文化部 */
.fobun{
	padding: 1rem;
	font-weight: 600;
	float: left;
}
.fobun a{
	text-decoration: none;
	color: #fff;
	border: 2px solid #7bbcde;
  border-radius: 0;
  background: #00b8ee;
}
a.fobun:hover{
	color: #fff;
  background: #7bbcde;
}
/* フッターのボタン　同好会 */
.fodo{
	padding: 1rem;
	font-weight: 600;
	float: left;
}
.fodo a{
	text-decoration: none;
	color: #fff;
	border: 2px solid #9cde7b;
  border-radius: 0;
  background: #a9cd05;
}
a.fodo:hover{
	color: #fff;
  background: #9cde7b;
}
/* フッターのボタン　委員会 */
.foi{
	padding: 1rem;
	font-weight: 600;
	float: left;
}
.foi a{
	text-decoration: none;
	color: #fff;
	border: 2px solid #d4a1e5;
  border-radius: 0;
  background: #b377c6;
}
a.foi:hover{
	color: #fff;
  background: #d4a1e5;
}
/* フッターのボタン　専門科 */
.fose{
	padding: 1rem;
	font-weight: 600;
	float: left;
}
.fose a{
	text-decoration: none;
	color: #fff;
	border: 2px solid #ff99cc;
  border-radius: 0;
  background: #ea6399;
}
a.fose:hover{
	color: #fff;
  background: #ff99cc;
}

/* フッターのボタン　同好会 */
@media screen and (max-width:640px){
#okako_wrap {
	padding-top: 1em;
}
/*************TOPページ*************/
 /*----------------
ポスター
-----------------*/
.hakipo{
	flex-direction: column;
}
.hakipo img{
	margin-right: 0rem;
}
.hakipomi{
	
	margin-top: 0rem;
}
/*************各ページ*************/
/*----------------
各団体詳細TOPimg
-----------------*/
.dantaitopimg {
	display:flex;
	flex-direction: column;
	font-size: 2.3rem;
	color: #fff;
}
.dantaipohoto{
	
}
.dantnai img{
  width: 100%;
  height:auto;
}

.dantaitext{
	width:100%;
	padding: 3rem;
}


}
