@charset "UTF-8";
/* CSS Document */
/* 汎用的に使用する a タグや、h1 などの見出し要素、その他、汎用的なクラスのCSSを書く */

.left {
    float: left;
}
.right {
    float: right;
}
.float_line:after {
    display: block;
    clear: both;
    content: '';
}
img {
    max-width: 100%;
    height: auto
}

.sidebar {
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    font-size: 18px;
}
.sidebar ul > li {
    margin: 20px 20px;
    text-align: right;
}

.sidebar .button {
    text-align: center;
}

#to_top {
    position: fixed;
    z-index: 999;
    width: 120px;
    bottom: 0;
    right: 0;
    text-align: right;
    padding-right: 10px;
}

.header{
    position:  fixed;
    z-index: 999;
    width: 750px;
    padding-top: 40px;
    padding-right: 40px;
}
div.title {
    text-align: right;
}
div.title > span {
    display: inline-block;
}

.top-image > img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.content{
    z-index: 0;
    background: -prefix-linear-gradient(top, white, transparent);
/* 20230109 sato transparent 15% →　5％に変更、背景色を濃くした */
    background: linear-gradient(to bottom, white 0%, transparent 5%, transparent 87%, white 120%);
}

section {
    margin-bottom: 100px;
}
section > .content_block {
    border-top: solid 1.5px rgba(81,159,116,0.55);
    padding: 10px 0 5px;
}
section > .content_block  p,
section > .content_block  ul {
    width: 90%;
    margin: 0 auto 20px;
/*    line-height: 40px;  [20221025 sato] */
    line-height: 30px;
    letter-spacing: 0.15em;
}
section > .content_block  p.title {
    margin-bottom: 0;
}
section > .content_block  p.title > .asir {
    font-size: 21px;
}
section > .content_block  p > .asir {
    font-size: 18px;
    padding-right: 10px;
}

h1 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 50px;
}

h2 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
}

div.caption {
    text-align: center;
}
div.caption > h1 {
    background-color: rgba(255,255,255,0.15);
    display: inline-block;
    padding: 15px 37px;

}

p {
    margin-bottom: 20px;
/* text-align: center;　20221019 sato del*/
   text-align: left;
}
div p:last-child {
    margin-bottom: 0;
}

/* 20221104 新着情報 sato ins */
#newinfo > div:first-child > div {
    background-image: url(../img/back_sankaku.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

#newinfo > div:nth-child(2) {
    padding-top: 40px;
}
#newinfo ul {
    background-image: url(../img/asir_them_header.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 80%;
}
#newinfo ul > li {
    margin-bottom: 15px;
    text-align: center;
}
#newinfo ul > li > span {
    font-size: 15px;
}
#newinfo ul > li > img {
    margin: 0 20px;
}

#about_asir > div:first-child > div {
    background-image: url(../img/back_sankaku.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

#about_asir > div:nth-child(2) {
    padding-top: 40px;
}

#about_asir ul {
    background-image: url(../img/asir_them_header.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 80%;
}

#about_asir ul > li {
    margin-bottom: 15px;
    text-align: center;
}
#about_asir ul > li > span {
    font-size: 15px;
}
#about_asir ul > li > img {
    margin: 0 20px;
}

/* 20221019 入団案内 sato ins */
#about_nyuudan > div:first-child > div {
    background-image: url(../img/back_sankaku.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

#about_nyuudan > div:nth-child(2) {
    padding-top: 40px;
}
#about_nyuudan ul {
    background-image: url(../img/asir_them_header.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 80%;
}
#about_nyuudan ul > li {
    margin-bottom: 15px;
    text-align: center;
}
#about_nyuudan ul > li > span {
    font-size: 15px;
}
#about_nyuudan ul > li > img {
    margin: 0 20px;
}

/* 20221107 監督挨拶 sato ins */
#kantoku > div:first-child > div {
    background-image: url(../img/back_sankaku.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

#kantoku > div:nth-child(2) {
    padding-top: 40px;
}
#kantoku ul {
    background-image: url(../img/asir_them_header.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 80%;
}
#kantoku ul > li {
    margin-bottom: 15px;
    text-align: center;
}
#kantoku ul > li > span {
    font-size: 15px;
}
#kantoku ul > li > img {
    margin: 0 20px;
}

/* 20221019 指導者紹介 sato ins */
#leader > div:first-child > div {
    background-image: url(../img/back_sankaku.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

#leader > div:nth-child(2) {
    padding-top: 40px;
}
#leader ul {
    background-image: url(../img/asir_them_header.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 80%;
}
#leader ul > li {
    margin-bottom: 15px;
    text-align: center;
}
#leader ul > li > span {
    font-size: 15px;
}
#leader ul > li > img {
    margin: 0 20px;
}


/* 20221019 Sponsor sato ins */
#Sponsor > div:first-child > div {
    background-image: url(../img/back_sankaku.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}

#Sponsor > div:nth-child(2) {
    padding-top: 40px;
}
#Sponsor ul {
/*    background-image: url(../img/asir_them_header.png);  */
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 80%;
}
#Sponsor ul > li {
    margin-bottom: 15px;
/*    text-align: center;  [20221012 sato] */
      text-align: Left;
}
#Sponsor ul > li > span {
    font-size: 15px;
}
#Sponsor ul > li > img {
    margin: 0 20px;
}


/* 20221019 OfficialSite sato ins */
/* #OfficialSite > div:first-child > div {           */
/*  background-image: url(../img/back_sankaku.png);  */
/*  background-repeat: no-repeat;                    */
/*  background-position: bottom;                     */
/*  padding-bottom: 40px;                            */
/*}                                                  */

#OfficialSite > div:nth-child(2) {
    padding-top: 40px;
}
#OfficialSite ul {
    background-image: url(../img/asir_them_header.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
    width: 80%;
}
#OfficialSite ul > li {
    margin-bottom: 15px;
    text-align: center;
}
#OfficialSite ul > li > span {
    font-size: 15px;
}
#OfficialSite ul > li > img {
    margin: 0 20px;
}



#about_3by3basketball .honey_out {
    margin: 0 auto;
    width: 350px;
    height: 608px;
    display: block;
    position: relative;
    background: #519f74;
    transition: all 0.2s linear;
}
#about_3by3basketball .honey_out:before,
#about_3by3basketball .honey_out:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #519f74;
    transition: all 0.2s linear;
    z-index: 0;
}
#about_3by3basketball .honey_out:before {
    transform: rotate(60deg);
}
#about_3by3basketball .honey_out:after {
    transform: rotate(-60deg);
}
#about_3by3basketball .honey_in {
    margin: -606px auto 0;
    width: 350px;
    height: 604px;
    display: block;
    position: relative;
    background: #2a344c;
    transition: all 0.2s linear;
}
#about_3by3basketball .honey_in:before,
#about_3by3basketball .honey_in:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2a344c;
    transition: all 0.2s linear;
    z-index: 0;
}
#about_3by3basketball .honey_in:before {
    transform: rotate(60deg);
}
#about_3by3basketball .honey_in:after {
    transform: rotate(-60deg);
}
#about_3by3basketball .honey {
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1; 
    padding-top: 40px;
}
#about_3by3basketball .back {
    width: 108px;
    margin: 0 auto;
    background-color: rgba(255, 255, 225, 0.15);
}
#about_3by3basketball h1 {
    display: table;
    padding: 5px 0 0 0;
    height: 108px;
    width: 340px;
    margin: 0 -120px 40px;
    background-color: transparent;
}
#about_3by3basketball h1 span {
    display: table-cell;
    vertical-align: middle;
}
#about_3by3basketball h1 span:first-child {
    vertical-align: top;
}
#about_3by3basketball h1 span:last-child {
    vertical-align: bottom;
}

#about_3by3basketball p {
    width: 200%;
    margin-left: -50%;
}

#profile h1 {
    margin-bottom: 10px;
}

#profile .profile-image {
    text-align: center;
}
#profile .profile-image > img {
    border: solid 1px #ffffff;
    padding: 5px;
}

#profile ul {
    width: 200%;
}
#profile ul p {
    text-align: left;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: initial;
}
#profile ul p.num {
    font-size: 17px;
    margin-bottom: 0;
}
#profile ul p.num > span {
    text-decoration: underline;
}
#profile ul p.name > span,
#profile ul p.history > span {
    display: block;
}
#profile ul li {
    width: 213px;
}
#profile ul li#num7 {
    margin-top: 10px;
    margin-left: 110px;
}
#profile ul li#num2 {
    margin-top: -50px;
    margin-left: -55px;
}
#profile ul li#num42 {
    margin-top: 26px;
    margin-left: -83px;
}
#profile ul li#num25 {
    margin-top: -30px;
    margin-left: -54px;
}
#profile ul li#num2 .profile-data,
#profile ul li#num42 .profile-data {
    padding-left: 15px;
}
#profile ul li#num25 .profile-data {
    padding-left: 30px;
}

#profile .little_honey {
    width: 85px;
    height: 148px;
    display: block;
    position: relative;
    transition: all 0.2s linear;
}
#profile .little_honey:before,
#profile .little_honey:after {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.2s linear;
    z-index: 0;
}
#profile .little_honey:before {
    transform: rotate(60deg);
}
#profile .little_honey:after {
    transform: rotate(-60deg);
}
#profile .little_honey.gray,
#profile .little_honey.gray:before,
#profile .little_honey.gray:after {
    background: #ffffff;
}
#profile .little_honey.gray {
    opacity: 0.23;
}
#profile .little_honey.green,
#profile .little_honey.green:before,
#profile .little_honey.green:after {
    background: #519f74;
}
#profile .little_honey.green {
    opacity: 0.71;
}
#profile .profile-data {
    margin-top: -150px;
    margin-left: -45px;
    position: relative;
    z-index: 1;
}
#profile div.profile-data > p.history > span.value > span:first-child:before {
    background-image: none;
    width: 0;
    margin: 0;
}
#profile .profile-data .hist_item:before {
    display: inline-block;
    background-image: url("../img/mini-sankaku.png");
    width: 3px;
    height: 6px;
    content: '';
    margin: 0 5px;
}

#facebook > .content_block,
/* #sponsor_1 > .content_block, [sato 20221025] */
#contact > .content_block {
    padding: 0 80px;
}
#facebook > .content_block > .caption,
/* #sponsor_1 > .content_block > .caption { */
/*     text-align: left;        [sato 20221025] */
/*     display: table;          [sato 20221025] */
/*     margin-top: 10px;        [sato 20221025] */
/*     margin-bottom: 10px;     [sato 20221025] */
/* }
#facebook > .content_block > .caption > * {
    display: table-cell;
}
#facebook > .content_block > .caption > span {
    padding-left: 10px;
    vertical-align: bottom;
}
#facebook > .content_block > div > div.fb-box {
    width: 320px;
    margin-right: 5px;
}
#facebook > .content_block > div > div:last-child > img {
    display: block;
}
#facebook > .content_block > div > div:last-child > img:last-child {
    margin-left: 20px;
    margin-top: 30px;
}

/* #sponsor_1 > .content_block {                [sato 20221025] */
/*    padding-bottom: 100px;                    [sato 20221025] */
/* }                                            [sato 20221025] */
/* #sponsor_1 > .content_block > .caption > h1 {[sato 20221025] */
/*    margin-bottom: 10px;                      [sato 20221025] */
/* }                                            [sato 20221025] */
/* #sponsor_1 > .content_block > ul {           [sato 20221025] */
/*    display: table;                           [sato 20221025] */
/*    width: 100%;                              [sato 20221025] */
/* }                                            [sato 20221025] */
/* #sponsor_1 > .content_block > ul > li {      [sato 20221025] */
/*    display: table-cell;                      [sato 20221025] */
/*}                                             [sato 20221025] */
/* #sponsor_1 > .content_block > ul > li img {  [sato 20221025] */
/*    border: solid 1px #000000;                [sato 20221025] */
/*   box-shadow:0px 0px 10px 5px #ffffff;       [sato 20221025] */
/* }                                            [sato 20221025] */

#contact > .content_block > h1,
#thanks > .content_block > h1 {
    font-size: 24px;
    margin-top: 20px;
}
#contact > .content_block > h1 > span > a {
    margin-right: 10px;
}
#contact > .content_block > h1 > span > img {
    margin-left: 10px;
}

#gallery_list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}
#gallery_list > .swiper-slide {
    float: left;
    margin: 0 20px;
}
#gallery_list > .swiper-slide img {
    width: 100px;
}

#thanks > .content_block > .caption {
    margin-top: 100px;
}
#contact > .content_block > .caption {
    margin-top: 10px;
}
#contact form {
    width: 90%;
    margin: 0 auto;
}
#contact form > div {
    margin-bottom: 20px;
    text-align: center;
}
#contact label {
    display: block;
    text-align: left;
}
#contact input,
#contact select,
#contact textarea {
    width: 95%;
    max-width: 95%;
}
#contact textarea {
    min-height: 100px;
}
#contact input[type="submit"],
#contact input[type="button"] {
    width: 30%;
    height: 50px;
    margin: 0 20px;
}
#contact span.must,
#contact label.must:after {
    color: #ff6666;
}
#contact span.must {
    padding-right: 5px;
}
#contact label.must:after {
    content: '*';
    display: inline-block;
    padding-left: 5px;
}
#contact p.check {
    text-align: left;
    padding: 2px;
    width: 95%;
    margin: 0 auto 20px;
}

.footer {
    text-align: center;
    background-image: url(../img/back_sankaku2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 200px;
}

.hide,
div.title > span.hide {
    display: none;
}

#back_button {
    margin-top: 100px;
    text-align: center;
}
#back_button > a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4d4d4d;
    padding: 20px 15%;
    background: -moz-linear-gradient(
        top,
        #66ff6b 0%,
        #599e5d);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#66ff6b),
        to(#599e5d));
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #2e4d2e;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 1px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.7),
        0px 1px 0px rgba(255,255,255,0.3);
    text-decoration: none;
}

/* 画像関係追加 20221104 sato */
.gazou1 {
/*  position: relative; */
/*  float: center; */
    margin-left: 80px;
    width:  400px;
    height: 266px;
/*  background-color: gray; */
}

.gazou2 {
/*  position: relative; */
  margin:  10px;
  width:  750px;
  height: 500px;
/*  background-color: gray; */
}

.leadergazou {
/*  position: relative; */
/*  float: right;  */
/*  margin:  40px; */
  margin-left: 80px;
  width:  256px;
  height: 256px;
/*  background-color: gray; */
}

iframe {
 border: none;
 margin: 0px;
 width : 750px;
 height: 500px;
 overflow: hidden;
}




