@import "main2024.css";

body {
  background-image: url("./img/main_backgroud_green.png");
}
main {
  background-image: url("./img/main_backgroud_white.png");
  padding:10px;
}

/* コンテンツ切り替えボタン */
.d{
  display:none;
}
.s{
  display:block;
}
.dx .cont{
  display:none;
}
.sx .cont{
  display:block;
}
.collapsible{
  position: relative;
}
.collapsible:hover{
  cursor: pointer;
}
.collapsible > div:first-child{
  margin-right:30px;
}
.btn{
  display:block;
  position: absolute;
  right: 20px;
  top: 25px;
  transform-origin: center;
  transition: all 0.3s;
}
.btn::before, .btn::after{
  content: "";
  position: absolute;
  right: -2px;
  top: -20px;
  width: 4px;
  height: 40px;
  background-color: #888;
}
.title .btn{
  right: 10px;
  top: 15px;
}
.title .btn::before, .title .btn::after{
  right: -1px;
  top: -10px;
  width: 2px;
  height: 20px;
}
.btn::after {
  transform: rotate(90deg);
}
.sx .btn{
  transform: rotate(45deg);
}
@keyframes frames {
  from {opacity: 0.0;}
  to {opacity: 1.0;}
}
.anims .cont {animation: frames 0.5s ease-in 0s 1 normal both;}
/* new マーク */
.new>div:first-child::after{
  content: "new!";
  font-size: 60%;
  color:#ff8;
  text-shadow: 1px 1px 3px #000;
  font-style: italic;
  position: relative;
  left:5px;
}
/* ページタイトル */
.header{
  display:block;
  width:100%;
  position:relative;
}
#team_title{
  display:block;
  width:100%;
  position:relative;
  margin-bottom: 1px;
  border: #222 2px solid;
}
#team_title > div{
  display:block;
  width:100%;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
}
#tt1,#tt3{
  height:35px;
  line-height: 35px;
  color: #c30d23;
  font-size: 120%;
  font-style: italic;
}
#tt1{
  text-align:left;
}
#tt1 > span{
  margin-left:10px;
}
#tt3{
  text-align:right;
}
#tt3 > span{
  margin-right:10px;
}
#tt1 > span::before{
  content: "40才以上で野球を楽しむ会";
  position: absolute;
  -webkit-text-stroke: 0;
}
#tt3 > span::before{
  content: "Tokyo Comets Baseball Club since 1974";
  position: absolute;
  -webkit-text-stroke: 0;
}
#tt2{
  height:80px;
  line-height: 80px;
  font-size:360%;
  color:#0f4727;
  position:relative;
  text-align:center;
  margin:2px 0;
}
#tt2::before, #tt4::before{
  content: "東京コメッツ野球クラブ";
  position: absolute;
  -webkit-text-stroke: 0;
}
#team_title2{
  position: relative;
  display:block;
  width:100%;
  height:40px;
  margin: 10px 0 1px 0;
  border: #222 2px solid;
  box-sizing: border-box;
}
#tt4{
  display:block;
  margin: 0 auto;
  line-height: 38px;
  font-size: 180%;
  font-weight: bold;
  color: #eee;
  text-align:center;
  background-color: #0f4727;
}
#county{
  position: absolute;
  right:0;
  top:0;
  display:block;
  width: 150px;
  height:20px;
  padding:0;
}
/* リンクボタン */
.tac{
  display:block;
  width:100%;
  margin: 0 auto;
}
.tac > div{
  display: flex;
  text-align: center;
}
.tac a{
  flex: 1;
  text-decoration: none;
  font-size: 18px;
  line-height:36px;
  margin: 1px;
  color: #222;
  border: #222 2px solid;
  border-radius: 8px;
}
.tac a:hover{
  background: #ddd;
  cursor: pointer;
}
/* チーム紹介 */
.team_intro{
  font-size: 110%; 
  margin-bottom:10px;
  text-shadow: 1px 1px 5px #888;
}
.team_recruit{
  display: block;
  font-weight: bold;
  line-height: 100%;
  margin: 10px 5px;
  padding: 8px;
  text-align: center;
  font-size: 250%;
  color: #e00;
  text-shadow: 2px 2px 0 #aaa;
}
.team_inquiry{
  text-align:center; 
  font-size: 110%; 
  margin-bottom:10px;
}
/* 集合写真 */
.all-photo{
  width:100%;
  height:auto;
}
/* 更新情報 */
#update{
  position:relative;
}
#update p{
  padding-left:5px;
}
/* お知らせ */
#news p{
  padding-left:5px;
}
/* 切り替えボタン */
.sw,.close{
  display: block;
  width: 100%;
  height: 30px;
  color:#222;
  background-color: #ddd;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  border: #222 2px solid;
  box-sizing: border-box;
  border-radius: 8px; 
}
.sw:hover,.close:hover{
  background: #bbb;
  cursor: pointer;
}
/* テキストサイズの調整 */
@media (max-width:440px) {
  #tt2{
    font-size:200%;
  }
  .team_recruit{
    font-size: 200%;
  }
}