@charset "UTF-8";
/*デフォルトマージンを除去*/
*{
  margin:0;
  padding: 0;
}

html, body{
font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
text-align: center;
height: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-color: #cccccc;
}



/* アンカー */

a {
color: #0000ff;
text-decoration: none;
transition: 2.0s ;
}

a:link {
color: #4682b4;
text-decoration: none;
}

a:visited {
color: #4682b4;
text-decoration: none;
}

a:active {
color: #cc0000;
text-decoration: none;
}

a:hover {
color: #cc0000;
text-decoration: none;
}








h1{
text-decoration: none;
font-size: 28px;
color: #0066cc;
margin-top: 10px;
margin-bottom: 10px;
text-align:center;
}



h2{
text-decoration: none;
font-size: 19px;
color: #0066cc;
margin-top: 20px;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 0;
text-align:left;
}


h3{
text-decoration: none;
font-size: 19px;
color: #ffffff;
margin-top: 0;
margin-right: 0;
text-align:left;
}


h4{
text-decoration: none;
font-size: 19px;
color: #0066cc;
margin-top:19px;
margin-bottom: 10px;
margin-right: 10px;
margin-right: 10px;
text-align:center;
border: 2px;
border: medium solid #0066cc;
}





p {
margin-top: 13px;
margine-bottom: 13px;
}


.yellow {
background: linear-gradient(transparent 0%, #ffff66 0%);
}




/* リスト */

ul#top{
list-style-image:url(http://littlerockheart.com/img/ball01.gif);
font-size: 16px;
color: #000000;
margin-top: 0px;
margin-left: 40px;
}



/*野球塾マネジメント講座リスト*/

ul#mng{
list-style-image:url(http://littlerockheart.com/img/ball01.gif);
font-size: 16px;
color: #000000;
margin-top: 0px;
margin-left: 40px;
}



ul li#mng{
padding-top: 10px;
padding-bottom: 10px;
}



ol li{
color:#000000;
font-size: 16px;
line-height: 1.5em;
width:90%;
margin-bottom: 10px;
margin-left: 40px;
}




dl#mng{
list-style-image:url(http://littlerockheart.com/img/ball01.gif);
margin-top: 0px;
margin-left: 40px;
}

dt{
color: #143d69;
font-weight: bold;
text-decoration: underline;
font-size: 20px;
margin-top: 0px;
margin-left: 0px;
}

dd{
color: #000000;
font-size: 16px;
margin-top: 0px;
margin-left: 40px;
padding-bottom: 30px;
}







/*本文*/
#text {
text-align:left;
margin-top:19px;
margin-bottom: 10px;
margin-right: 10px;
margin-right: 10px;
padding: 20px;
}

/*本文*/
#text2 {
background-image: url(http://sp.teamkaz.online/img/back-index.png);
text-align:left;
padding-top:130px;
padding-bottom:130px;
padding-right:50px;
padding-left:50px;
line-height: 180%;
font-size:18px;
color: #ffffff;
}



/*本文*/
#text3 {
background-color: #f5f5f5;
text-align:left;
margin-top:19px;
margin-bottom: 10px;
margin-right: 10px;
margin-right: 10px;
padding: 20px;
}




#text4 {
text-align:left;
margin-top:10px ;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding:20px;
line-height: 180%;
font-size:16px;
background-color: #f8f8f8;
}




#white1 {
text-align:left;
margin:0 auto;
width: 800px;

}


#white2 {
line-height: 1.9;
color: #000000;
font-size: 16px;
background-color: #ffffff;
border: 0;
font-weight:normal;
margin: 0;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
}


#black {
text-align:center;
margin:0 auto;
width: 1000px;
background-color: #000000;
padding-top: 15px;
padding-bottom: 15px;
}



#black2 {
text-align:center;
margin:0 auto;
background-color: #000000;
}

#black3 {
width: 1000px;
text-align:left;
margin:0 auto;
color: #ffffff;
background-color: #000000;
padding: 10px;
}





#privacypolicy {
font-size: 12px;
margin-top: 6px;
margin-bottom: 6px;
text-align:center;
}


/* パンくずリスト */
#list {
font-size: 12px;
margin-top: 6px;
margin-bottom: 6px;
}






/* コピーライツ */
#copyrights {
text-align:center;
width: 1000px;
color: #ffffff;
background-color: #000000;
padding-top: 15px;
padding-bottom: 15px;
line-height: 150%;
bottom: 0;
}




/* ページトップに戻る */

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #cc0000;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}




/* 画像のホバー */

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}


/* 画像フェード */

a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}


/* 画像の角丸 */

img.home {
max-width : 100% ;
height : auto ;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}









.site-header{
    background: #000;
    display: flex;
    padding: 20px 60px 20px 20px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
}
.site-logo img{
    height: 20px;
    margin-right: 10px;
    width: auto;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
    margin-right: 20px;
}
.gnav__menu__item a{
    color: #fff;
    text-decoration: none;
}
.hero{
    max-height: 0px;
    overflow: hidden;
}
.hero img{
    height: auto;
    width: 100%;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 1000px;
}
.content p{
    margin-bottom: 40px;
}
.site-footer{
    background: #333;
    padding: 80px 0;
}





/* ヘッダーのリンクカラー */

a.header {
font-size: 20px;
text-decoration: none;
transition: 2.0s ;
}


a:link.header {
color: #ffffff;
}

a:visited.header {
color: #ffffff;
}

a:active.header {
color: #ffffff;
text-decoration: none;
}

a:hover.header {
color: #666666;
text-decoration: none;
}
​



/* フローティングバナー */

.floating-banner {
  position: fixed;
  z-index: 99999;
  top: 80px;
  right: 40px;
}
.floating-banner:hover {
  opacity: .8;
}
.banner {
  width: 300px; /* バナーの横幅 */
  height: 250px; /* バナーの高さ */
  padding-top: 40px;
  background: linear-gradient(86.13deg, #7080F7 -3.42%, #3E9ED9 59.59%); /* バナーの背景色 */
  color: #fff; /* バナー内の文字色 */
  font-weight: bold;
  text-align: center;
}
a {
  text-decoration: none; /* リンクに下線が入らないように */
}
.copy {
  font-size: 28px;
  margin: 0 auto 20px;
  line-height: 1.6;
}
.cta {
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%); /* ボタンの背景 */
  box-shadow: 0px 0px 30px #2984BA; /* ボタンの影 */
  border-radius: 25px;
}

@media screen and (max-width: 990px) {
  .floating-banner {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .floating-banner {
    display: inline-block;
    top: unset;
    right: 0;
    bottom: 0;
  }
  .banner {
    width: 100vw;
    height: 80px;
    padding: 8px;
  }
  .sp {
    display: none;
  }
  .copy {
    font-size: 18px;
    margin: 0 auto 6px;
  }
  .cta {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }
}