@charset "utf-8";

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-size: 1.6em;
	line-height: 1.2;
	color: #333333;
	font-family: "Helvetica Neue", "Arial", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* ホバー可能なデバイスでのみ適用される */
@media (any-hover: hover) {
    a:hover img{
        opacity: .8;
        transition: opacity .3s;
    }
}

.all_wrap{
    background-image: url(../img/bg.png);
    background-position: top center;
    background-repeat: repeat-x;
}

/*===========================================
	ヘッダー
===========================================*/

.h_intro{
    max-width: 1300px;
    margin: 0 auto;
    padding: 12px 15px 2px;
}

.h_title {
    text-align: center;
}

.h_title a{
    font-size: 5rem;
    color: #FFFFFF;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8),
        1px 0px 1px rgba(0, 0, 0, 1),
        0px 1px 1px rgba(0, 0, 0, 1),
        -1px 0px 1px rgba(0, 0, 0, 1);
}

.h_title_sub {
    font-size: 2.5rem;
    color: #E3D7A3;
    margin-bottom: 6px;
}

.h_title span{
    display: block;
    font-size: 3.4rem;
    font-weight: normal;
    color: #E3D7A3;
}


/*### グローバルナビゲーション ###*/
.gnav {
    background-color: #002B89;
    border-top: 6px solid #EA6000;
    font-family: "Noto Sans JP", sans-serif;
}

.gnav_list {
    display: flex;
    justify-content: center;
}

.gnav_item {
    border-right: 2px solid #ffffff;
    position: relative;
}

.gnav_item:last-of-type {
    border-right: none;
}

.gnav_item_link {
    display: block;
    font-size: 2.4rem;
    color: #ffffff;
    padding: 10px 25px;
    transition: 0.3s ease; /* なめらかに変化 */
}

.gnav_list_sub_wrap{
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-0.5rem);
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -500%;
    right: -500%;
    margin: auto;
    width: 100%;
    width: calc(100% + 6px);
    padding-top: 0;
}

.gnav_list_sub_outer{
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 4px 17px 0 rgba(0,0,0,0.2);
}

.gnav_list_sub {
    border: 1px solid #000000;
}

.gnav_list_sub li a{
    display: block;
    font-size: 1.7rem;
    letter-spacing: .05em;
    line-height: 1.2;
    color: #000000;
    padding: 14px 12px;
    border-bottom: 1px solid #000000;
    position: relative;
    transition: .3s ease;
}

.gnav_list_sub li:last-of-type a{
    border-bottom: none;
}


.parent-trigger{
    display: none;
}

#toggle_btn {
	display: none;
}

#mask {
	display: none;
}

/*===========================================
	トップコンテンツ
===========================================*/

/* メインビジュアル */
.mainvisual{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*padding-bottom: 40px;*/
    padding-bottom: 0px;
}

.mainvisual img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 30%;
    transform: scale(1);
}
/*
.mainvisual img.slick-current{
    animation: heroZoom 6s linear forwards;
}

@keyframes heroZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.08);
    }
}
*/
.bg_white{
    background-color: #ffffff;
}

.inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 24px 1%;
}

.inner--top{
    padding-top: 40px;
}

.nittei_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.content{
    width:600px;
}

.content_zentai{
    border-top: 3px solid #EA6000;
    font-size: 1.8rem;
    margin-top: 5px;
    padding-top: 5px;
}

.content_zentai_inner{
    max-width: 580px;
    margin: 0 auto;
    overflow-y: scroll;
    max-height: 310px;
    margin-top: 14px;
}

.nitteihyou{
    padding-left: 9px;
    border-left: 2px solid #EA6000;
    padding-bottom: 2px;
    font-weight: normal;
    margin-left: 15px;
    font-size: clamp(2.2rem, 1.928rem + 0.851vw, 3rem);
    font-family: "Noto Sans JP", sans-serif;
}

.main_content {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
}

.main_content:first-of-type .hizuke {
    margin-top: 0;
}

.syousai {
    margin-top: 8px;
    border-bottom: 1px solid#CCCCCC;
    padding-bottom: 3px;
    padding: 0px 4px 12px;
    line-height: 1.3;
}

.pdf_icon{
    vertical-align: middle;
    margin-left: 10px;
}

.syousai a:hover{
    color: #0000ff;
    text-decoration: underline;
    opacity: 1;
}

.hizuke {
    margin-bottom: 0px;
    margin-top: 15px;
    padding: 0 4px;
}

.info_content {
    line-height: 1.5;
    padding: 0 5px;
    border-bottom: 1px solid#CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info_content h3{
    font-size: 2rem;
    margin-bottom: 20px;
}

.info_text{
    font-size: 1.8rem;
    margin-bottom: 18px;
}

.info_text:last-of-type{
    margin-bottom: 0;
}

.info_text a:hover{
    color: #0000ff;
    text-decoration: underline;
}

.new{
    font-size: 1.8rem;
    color: #FF0000;
}

/*===========================================
	フッター
===========================================*/
.footer{
    background-image: url(../img/basketball_bg.png);
    /* background-image: url(../img/basketball_bg2.png); */
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #BABAD0;
}

.f_deco {
    height: 35px;
}

.f_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 1% 24px;
}

.bnr_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bnr_box.sports_lottery {
    max-width: 316px;
    width: 100%;
}

.bnr_box.shiga_basketball_association {
    max-width: 290px;
    width: 100%;
}

.bnr_box.adobe_reader {
    max-width: 330px;
    width: 100%;
}

.bnr_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bnr {
    margin-bottom: 14px;
}

.bnr img{
    width: 100%;
}

.sports_lottery img{
    max-width: 292px;
}

.shiga_basketball_association img{
    max-width: 288px;
}

.adobe_reader img{
    max-width: 324px;
}

.bnr_box p {
    font-size: 1.5rem;
    line-height: 1.4;
}

.copyright {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 8px 6px;
    background-color: #0000FF;
}

#page-top {
    position: fixed;
    right: 15px;
    bottom: 50px;
}

#page-top img{
    width: 80px;
}

/*===========================================
	ここから中ページ
===========================================*/

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

/*▼▼▼ パンくず ▼▼▼ */
.breadcrumbs {
    padding: 0;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    margin-bottom: 24px;
    font-family: "Noto Sans JP", sans-serif;
}

.breadcrumbs ol{
    display: flex;
}

.breadcrumbs ol li {
    white-space: nowrap;
    word-break: keep-all;
    position: relative;
}

.breadcrumbs ol li:last-child {
    margin-right: 0;
}

.breadcrumbs ol li:not(:last-of-type)::after {
    content: ">";
    margin: 0 7px;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs a:hover {
    opacity: 1;
    text-decoration: underline;
}
/* ▲▲▲ パンくず ▲▲▲ */

.naka_title {
    font-size: clamp(3rem, 2.66rem + 1.064vw, 4rem);
    font-weight: normal;
    color: #002B89;
    text-align: center;
    max-width: 400px;
    margin: 0px auto 40px auto;
    font-family: "Noto Sans JP", sans-serif;
}

.n_content{
    max-width:600px;
    margin:0 auto;
}

.n_content_zentai{
    max-width: 600px;
    margin:0 auto;
    /*border-top: 2px solid #EA6000;*/
    margin-top: 2px;
}


.n_nitteihyou{
    padding-left: 9px;
    border-left: 2px solid #EA6000;
    padding-bottom: 2px;
    height: 40px;
    font-weight: normal;
    margin: 0;
    margin-left: 16px;
}

.m_content1{
    margin-top: 0px;
}

.n_syousai{
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    /* width: 630px; */
    max-width: 880px;
    margin: 0px auto;
    margin-top: 22px;
    padding: 0 22px 22px 22px;
    text-indent: -1em;
    padding-left: 1em;
}

.n_syousai a:hover{
    color: #0000FF;
    text-decoration: underline;
}

.n_syousai3{
    margin-left: 14px;
    margin-top: 13px;
    margin-right: 14px;
    padding-left: 1px;
    padding-bottom: 3px;
    /* width: 560px;:*/
}

.k_content{
    max-width:1280px;
    margin: 0 auto 50px;
}

.s_content_b{
    border-top: 2px solid #EA6000;
    padding-top: 5px;
    margin-top: 5px;
}

.s_content{
    display: flex;
}

.k_content .seiseki{    
    line-height: 60px;
    border: solid 1px  #000000;
    background-color: #fff0d1;
    color: #000000;
    max-width: 420px;
    width: 100%;
    height: 60px;
    margin: 5px;
    font-size: 18px;
    white-space: nowrap;
}

.s_content a{
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0px 27px 0px 13px;
}

.s_content a:hover{
    text-decoration: underline;
}

.s_content2{
    display: flex;
    flex-wrap: wrap;
}

.seiseki2{
    /* line-height: 60px; */
    border: solid 1px  #000000;
    background-color: #fff0d1;
    color: #000000;
    /* max-width: 410px; */
    width: calc((100% / 3) - 10px);
    margin: 5px;
    font-size: 1.8rem;
    /* white-space: nowrap; */
}

.seiseki2 a {
    display: block;
    width: 100%;
    color: #000;
    padding: 0px 20px;
    height: 60px;
    display: flex;
    align-items: center;
}

.seiseki2 a:hover {
    color: #0000FF;
    text-decoration: underline;
}

.seiseki2 a:hover img{
    opacity: 1;
}

/*===========================================
社会人選手権   社会人オープン大会
===========================================*/

.content1{
    width:900px;
}



/*===========================================
フレンドリー
===========================================*/

.n_syousai1{
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    /* width: 630px; */
    max-width: 880px;
    margin: 0px auto;
    margin-top: 22px;
    padding: 0 22px 22px 22px;
    text-indent: -1em;
    padding-left: 1em;
	line-height: 1.8;
}

/* ===========================================
    スマホ時に無効化したいホバーエフェクトはここに書く

    ホバー操作可能 かつ 精密ポインタ(マウス)のデバイスのみに適用
    → スマホ・タッチ対応PC(Surface等)でのタップ時にホバー時のスタイルが残ってしまう不具合を防ぐため
=========================================== */

@media (hover: hover) and (pointer: fine) {

.gnav_item_link:hover {
    background-color: #F5C9A2;
    color: #002B89;
}

.gnav_list > li:hover .gnav_list_sub_wrap {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
}

.gnav_list_sub li a:hover{
    color: #ffffff;
    background-color: #FF6B00;
    background-color: #EA6000;
}

}