@charset "UTF-8";


/* ============
   common
============== */
 
body {
	background: #F9F5DE;
    background: #F9F5DE;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W4",'メイリオ',"Osaka","ＭＳ Ｐゴシック ",sans-serif;
    font-size: 14px;
    color: #553421;
    line-height: 1.5;
}

#wrapper {
     width: 960px;
     margin: 0px auto;
}


body, h1, h2, h3, h4, div, p, ul, li, dl, dt, dd, span, td, th, table {
 padding: 0;
 margin: 0;
}

h1, h2, h3, h4, dt, dd {
 font-size: 100%;
}

li {
 list-style: none;
}

a {
 color: #504C46;
}

.clear {
 clear: both;
}

img {
 border: none;
 vertical-align: bottom;
}

a:hover img{
 opacity:0.8;
 filter: alpha(opacity=80);
}
.mb20 {
	margin-bottom: 20px;
}
h2 {
	font-size: 130%;
	color: #FFF;
	padding: 0.5em;
}
.attention {
	margin: 2em;
	padding: 2em 3em;
	border:solid 4px #e84141;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: red;
}
.pgaf_box{
	margin: 2em;
	padding: 2em 2em;
}

/* ============
   wrapper
============== */
#wrapper {
	width: 1200px;/*1133*/
	margin: 0 auto;
}

/* ==================
   共通
===================== */

/* ============
   header
============== */
#header {
	position: relative;
	padding: 25px 0 20px 0;
}
#baton {
	position: absolute;
	top: 0;
	left: -180px;
}

/* ============
   main
============== */
#main {
}
#contents {
	width: 768px;
	float: left;
	position: relative;
}
#sidemenu {
	width: 365px;
	float: right;
}

#white_area {/*採用する？*/
	width: 768px;
	background: #FFF;
	text-align: center;
	padding: 20px 0 50px 0;
}
.white_area {/*new*/
	width: 768px;
	background: #FFF;
	padding: 0 0 50px 0;
}


#h2up {
	position: absolute;
	top: 221px;
	left: 0;
}
caption {
	text-align: left;
}
.teamcomment {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}



/* ============
   news
============== */
#news {
	background: #F6ACAC;
	border-radius: 10px;
}

#news dl {
	background: #FFF;
	padding: 20px;
     overflow:auto;
     margin-bottom:1em;
}
#news dl dt {
     clear: both;
     float: left;
     width: 120px;
     padding: 5px 0;
}
#news dl dd {
     float:left;
     width:500px;
     padding: 5px 0 5px 0;
     text-align: left;
}



/* ============
   活動報告のタブ切替
============== */
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;/*745px*/
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3 - 10px);
  margin: 0 5px;
  height: 50px;
  background-color: #d9d9d9;
  border-bottom: 3px solid #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 20px 5px 0 0;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0px 10px;
  clear: both;
  overflow: hidden;
  background-color: #def0d1;
  transition: .5s opacity;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all,
#programming:checked ~ #programming_content,
#third:checked ~ #third_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #def0d1;
  color: #666;
  border-bottom: 3px solid #6EBE21;
}

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0aa';
  font-size: 60px;
  color: #ef3f40;
}

/* ============アニメーション============ */
/* 基本のスタイル */
   .foo.delighter {
      transition: all .5s ease-out;
      transform: translateX(-100%);
      opacity: 0;
   }
/* スタート時のスタイル */
   .foo.delighter.started {
      transform: none;
      opacity: 1;
   }

/* エンド時のスタイル */
.foo.delighter.started.ended {}
.delighter.bottom { transform:translatey(80%); opacity:0; transition: all .75s ease-out; }
.delighter.from-l { transform:translateX(-80%); opacity:0; transition: all .75s ease-out; }
.delighter.from-r { transform:translateX(80%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started ,.delighter.from-r.started ,.delighter.from-l.started { transform:none; opacity:1; }


/* ============カラム============== */

.col-2{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 2em;
}




/* ============
   side_news
============== */
#side_news {
	width: 365px;
	background: #F6ACAC;
	border-radius: 10px;
	padding-bottom: 0.3em;
}

#side_news dl {
	background: #FFF;
	padding: 20px;
     margin-bottom:1em;
}
#side_news dl dt {
     padding: 0.7em 0;
}
#side_news dl dd {
     padding: 0px 0 0px 0;
     text-align: left;
	margin-bottom: 1em;
}

/* ============
   side_movie
============== */
#side_movie {
	width: 365px;
	background: #6ebe21;
	border-radius: 10px;
	padding-bottom: 0.3em;
}
#side_movie video {
    width: 365px;
	background: #cce499;
    margin: 0 auto;
}


/* ============
   footer
============== */
#footer {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 40px;
	background: #F6ACAC;
	border-top: 1px dotted #FFF;
}
#innerFoot {
	width: 1200px;/*1133*/
	margin: 0 auto;
}
#innerFoot ul li {
	float: left;
	padding-right: 2em;
	color: #FFF;
	font-size: 120%;
}
#innerFoot ul {
	padding-bottom: 2em;
}


/* ============
   about.html
============== */

#aboutTopicks {
	background: #FFF;
	border: 6px solid #6EBE21;
	border-radius: 10px;
	padding: 40px 40px 80px 40px;
	text-align: center;
}
#aboutTopicks p {
	width: 440px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 30px;
}
#aboutTopicks p span {
	color: #F66A74;
	font-weight: bold;
}

#aboutTeam {
/*	background: #6EBE21;*/
	border-radius: 10px;
	background: #FFF;
	padding: 30px 10px;
}
#aboutTeam ul#teamList {
	background: #FFF;
	padding: 30px;
}
#aboutTeam ul#teamList li {
	color: #666;
 	margin-bottom: 20px;
}
#aboutTeam ul#teamList li:hover {
	background: #EAF5DE;
	border-radius: 10px;
}
#aboutTeam ul#teamList li p{	text-align: center; margin-top: 0.7em;}
#aboutTeam ul#teamList li a{	text-decoration: none;}
#aboutTeam ul#teamList li img{
	width: 100%;
	border-radius: 10px;
}

/* ============
   contact.html
============== */

#contact {
	background: #F66A75;
	border-radius: 10px;
}
#contact #innerContact {
	background: #FFF;
	padding: 30px 0;
}
#contact h3 {
	background: url(img/navi_batonpink.gif) no-repeat left center;
	padding-left: 65px;
}
#mail {
	width: 500px;
	margin-left: 40px;
	padding: 20px 25px;
	background: url(img/bg_pink.gif) repeat center center;
	font-size: 170%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#contact p {
	padding-left:65px;
}

/* ============
   event.html
============== */
table#event0 {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 720px;
}
table#event0 th,
table#event0 td {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
table#event0 th {
}
table#event0 td {
	text-align: left;
	padding: 3px 3px 0 5px;
}



table#event {
	margin: 0 auto;
	margin-bottom: 30px; 
	width: 720px;
}
table#event th,
table#event td {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
table#event th {
}
table#event td {
	text-align: left;
	padding: 3px 3px 0 5px;
}
/*
#white_area h3 {
	text-align: left;
	border-left: 3px solid #FF9326;
	border-bottom: 1px solid #FF9326;
	padding-left: 20px;
	font-size: 16px;
}
*/
.white_inner {
	width: 720px;
	margin: 50px auto;
}


/* ============
   見出し:大会
============== */

.taikai {
    position: relative;
    color: #ffffff;
    background: #699bd6;
    font-size: 17pt ;
    border: 5px solid #699bd6;
    margin: 10px 0 0 0;
    padding: 10px 5px 10px 25px;
    border-radius: 3px;
}
.taikai:after,
.taikai:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.taikai:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #699bd6;
}
.taikai:before {
    left: 35px; 
    border: 15px solid transparent;
    border-top: 15px solid #699bd6;
}



.icon_baton {
	background: url(img/icon_baton.png) no-repeat left center;
	padding-left: 65px;
	margin-top: 40px;
	line-height: 11px;
	height:11px;
}
.icon_baton {
	background: url(img/icon_baton.png) no-repeat left center;
	padding-left: 65px;
	margin-top: 40px;
	line-height: 11px;
	height:11px;
}


/* ============
   table:大会
============== */
table#table_contest {
    width: 600px;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 20px 0 40px 50px;
    line-height: 300%;
}

table#table_contest th {
    padding: 5px;
    border: #6B9CDA solid;
    border-width: 0 0 1px 0;
    font-weight: bold;
    text-align: center;
}

table#table_contest td {
    padding: 5px;
    border: 1px #6B9CDA solid;
    border-width: 0 0 1px 0;
    text-align: center;
}




.btn_area {
	width: 560px;
	margin-left: 50px;
	padding-bottom: 30px;
}

.css3button,
.css3button2 {
	width: 100%;
	color: #ffffff;
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 10px;
	text-align: center;
}
.css3button {
	background: -moz-linear-gradient(
		top,
		#abd1ff 0%,
		#6b9bda);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#abd1ff),
		to(#6b9bda));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #677d99;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(48,63,82,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.css3button2 {
	background: -moz-linear-gradient(
		top,
		#fcb9b0 0%,
		#f06c6c);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fcb9b0),
		to(#f06c6c));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #677d99;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(125,83,77,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

/* ============
   teamページ
============== */
.commonBox2 dl {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.commonBox2 dl dt {
	width: 300px;
	float: left;
}
.commonBox2 dl dd {
	width: 380px;
	float: left;
	margin: 5px 0 5px 20px;
	line-height: 2;
}
.team_title {
	font-size: 24px;
	font-weight: bold;
}
.team_koumoku {
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 110%;
}
.team_koumoku2 {
	background: #6EBE21;
	color: #FFF;
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 20px;
}
dd #teamMail {
	position: absolute;
	bottom: 30px;
	right: 60px;
	width: 150px;
	height: 30px;
	padding: 15px 0 20px 0;
	background: #6EBE21;
	text-align: center;
	color: #FFF;
	border-radius: 10px;
	font-size: 18px;
}


/* チーム画像　======== */
.kasane{
	position: relative;
	min-height: 450px;
}
.kasaneImg{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.square{
	position: absolute;
	z-index: 1;
	top: 120px;
	left: 270px;
	width: 400px;
	height: 230px;
	padding: 4.5em 0 0 5em;
	background: linear-gradient(to bottom, #e2fcc7, #ccff99);
	border-radius: 40px;
}
.kasane dl{
	padding-top: 0em;
	padding-left: 0em;
	display: grid;
	grid-template-columns: 1fr 3fr;
}
.kasane dl dt{
	/*border: 2px dotted #6EBE21;*/
	border-left: none;
	border-right: none;
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 110%;
}
.kasane dl dd{
	padding-left: 1.5em;
	padding: 8px;
}
.kasane en{
	width: 150px;
	height: 120px;
	background-color: green;
	border-radius: 50%;
}
#illust{
	position: absolute;
	top: 50px;
	left: 450px;
	width: 150px;
	height: 109px;
	animation: wobbling_x 1.3s ease-in-out infinite alternate,
		wobbling_y 1.0s ease-in-out infinite alternate;
}
@keyframes wobbling_x {
	0% {
		margin-left: 5px;
	}

	100% {
		margin-left: 0px;
	}
}
@keyframes wobbling_y {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: 5px;
	}
}


/*slickテスト*/
.slider5-wrap {
  width: 300px;
  margin: 0 auto;
  position: relative;
}
.slider5-wrap {
	position: static;
}:
.slider-5 .slick-slide {
  height: 400px;
  overflow: hidden;
}
.slider-5 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.dots-5 {
  margin: 10px 0 0;
}
.dots-5 .slick-dots {
  text-align: center;
}
.dots-5 .slick-dots li {
  display: inline-block;
  width: 40px;
  height: 10px;
  margin: 4px;
  background: #eaeaea;
  cursor: pointer;
}
.dots-5 .slick-dots button {
  display: block;
  width: 0%;
  height: 6px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #0a467d;
  cursor: pointer;
}
.dots-5 .slick-dots .slick-active button {
  background: #0a467d;
  opacity: 1;
}
/*slickテストend*/


#teamTable {
    width: 700px;
    margin: auto;
	border-collapse: collapse;
	line-height: 1.5;
}
#teamTable th {
	padding: 10px;
	color: #6EBE21;
	border: 2px solid #9ba690;
	border-width: 0 0px 2px 0;
}
#teamTable td {
	padding: 1.2em 10px;
	border: 1px solid #9ba690;
	border-width: 0 0px 1px 0;
}
#teamTable td:first-child{
	text-align: center;
}


#teamTable2 {
	line-height: 1.2;
}
#teamTable2 td {
	padding: 10px;
}





/*test*/
#aboutTeam #cateBox_3mass {
	width: 730px;
	margin: 20px 0;
}
#aboutTeam #cateBox_3mass ul#typeA {
	width: 740px;
}
#aboutTeam #cateBox_3mass ul#typeA li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 25px;
}
	
#aboutTeam #cateBox_3mass h4 {
	color: #F48D48;
	font-weight: bold;
}
#aboutTeam span.teamImg {
	padding: 0;
	margin: 0;
}


/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

#wrapper {
	width: auto;
}

.col-2{
	width: 88%;
	margin:0 auto;
	grid-template-columns: 1fr;
}


}