@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-size: 16px;
	font-size: 100%;
	line-height:1.25em;
	letter-spacing: 0.1em;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	-webkit-text-size-adjust: 100%;
	height:100%;
	color:#333333;
}
ol.none, ul.none, li.none{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img{
	max-width:100%;
	height:auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
iframe{
    margin: 30px 0px;
	max-width:100%;	
}
a {
    text-decoration:none; 
}
ol, ul {
    list-style-type: none;
}

.notosansjp { 
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.wapper{
        display: flex;
        justify-content: space-between;
        margin-inline: auto;
        max-width: 1600px;
        padding: 0 10px;
}

.sp,.brsp{
    display: none;
}

.end{
    pointer-events: none;
    opacity: 0.4;
}

/* ヘッダーの設定 */
header {
    max-height: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
    padding-bottom: 0;
    background: linear-gradient(to bottom, #12331a 70%,  #fff 100%);
}

.subheader{
    padding: 10px;
}

.home-image {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.spimg{
    display: none;
}
/* --- ナビゲーションバー --- */
.nav {
    min-width: 240px; /* ナビゲーションの幅 */
    padding-bottom: 50px;
    } 
    /* --- メニューエリア --- */
    .nav .nl {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    }
    /* --- メニュー項目 --- */
    .nav .nl li {
    background-color:#fff5a2 ; /* 項目の背景色 */
    }
    .nl li{
        margin-bottom: 5px;
        font-weight: bold;
    }
    .nav .nl li.none a {
    color: gray;
    }
    .nvpt::after,.nv::after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    }
    .nv::after{
    border-color: transparent transparent transparent #0b301a;
    }
    .nvpt::after,.nv:hover::after {
        border-color: transparent transparent transparent #0b301a;
    }
    /* --- リンク --- */
    .nav .nl li a {
    display: block;
    position: relative; /* IE6用 */
    padding: 9px 10px; /* リンクエリアのパディング（上下、左右） */
    text-decoration: none; /* テキストの下線（なし） */
    }
    .nvli a,.title a{
        color:#2B2B2B ;
    }

    .none{
        pointer-events: none;
    }
    /* --- ポイント時の設定 --- */
    .current,.nvpt,.nav .nvli a:hover{
    background: linear-gradient(90deg, #ffc607 0%, #fff095 100%);
    color: #0b301a;
    }
    
    .host{
        margin: 10px;
    }
    .news-li,.sponser-li,.link-li{
        border-bottom: 1px solid #2B2B2B;
    }
    /* --- ナビゲーションバー --- */
    /* --- main (index.html)--- */
    .main,.main_sb{
        max-width: 1000px;
        overflow: hidden;
        width: 100%;
        margin: 0px 50px;
        }

    .main-content{
        min-height: 600px;
        margin: 0 auto; /* 中央揃え */
        overflow-wrap: break-word; /* 長い単語を折り返す設定 */
        word-wrap: break-word; /* 同様に折り返しを補助 */
        white-space: normal; 
    }
    
    .bot {
        margin: 30px auto;
    }

    .endai{
        margin-bottom: 10px;
    }

    .period,.endai{
        font-size: 1.4rem;
    }

    .period{
        line-height: 1.5;
    }

    .endai,.period{
        text-align: center;
        font-weight: bold;
    }

    .news-content{
        background-color: #ffffff;
        margin-bottom: 50px;
    }
    .newsttl,h2{
        font-size: 20px;
        color: #ffffff;
        font-weight: bold;
        background: linear-gradient(90deg, #12331a 85%,  #fff 100%);
    }

    .side-etc{
        font-size: 20px;
        color: #0b301a;
        font-weight: bold;
        background: linear-gradient(90deg, #ffc607 0%, #fff095 100%);
    }

    .news-ul{
        padding: 10px 30px;
    }

    .newsttl,.side-etc{
        padding: 9px 10px;
        text-align: center;
    }
    .news{
        max-height: 380px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .news-li,.sponser-li{
        display: flex;
    }

    .link-li,.news-li,.sponser-li{
        line-height: 1.6rem;
        padding: 12px 10px;
    }


    .sponser-li{
        flex-direction: column
    }

    .date{
    width: 20%;
    }

    .title{
        width: 80%;
        white-space: normal;
        word-wrap: break-word;
    }

    .title a,.sub-content a,a{
        color: blue;
    }

    .side{
        text-align: center;
        min-width: 250px;
    }

    .poster{
        margin: 15px 0px;
        display: inline-block;
    }

    .insta{
        text-align:center;
        margin-bottom: 5rem;
    }

    .btn,
    a.btn,
    button.btn {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    }

    .insta_btn,
    a.insta_btn {
    color: #fff;
    background-color:#0b301a;
    }
    .insta_btn:hover,
    a.insta_btn:hover {
    color: #fff;
    background:#164d2c;
    }

    .insta_list {
        display: flex;
        justify-content: space-around;
        gap: 10px; /* アイテム間のスペース */
        margin: 20px;
    }
    
    .insta_list li {
        position: relative;
        width: calc(15%); 
    }
    
    .insta_list li::before {
        content: "";
        display: block;
        padding-top: 100%; /* 正方形のアスペクト比を維持 */
    }
    
    .insta_list a {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .insta_list img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 画像の比率を保ちながら枠にフィット */
    }

    /* --- main (index.html)--- */

    /* --- content (index.html)--- */

    .contact{
        margin-bottom: 10px;
        margin: 0 auto; /* 中央揃え */
        overflow-wrap: break-word; /* 長い単語を折り返す設定 */
        word-wrap: break-word; /* 同様に折り返しを補助 */
        white-space: normal; 

    }

    .address{
        display: flex;
        margin:15px 0px;
        justify-content: space-around;
    }

    .jim{
        font-weight: bold;
    }

    .jimsb{
        font-size: 16px;
    }

    /* --- content (index.html)--- */

    /* --- footer (index.html)--- */
    footer{
        padding: 15px;
    }
    .footer{
        text-align: center;
    }
    /* --- footer (index.html)--- */

    .sub-content{
        padding: 10px 30px;
    }

    /* --gree.html --*/
    h2{
        padding-left: 50px;
        text-align: left;
        height: 30px;
        line-height: 30px;
    }
    .gree-content   p,.sponser-title{
        line-height: 1.5;
    }

    .gree-content{
        text-align: justify;
        padding: 0px 30px;
    }

    .erea{
        padding: 15px;
        background-color: #ffffff;
        margin-bottom: 5rem;
    }

    .profile{
        margin-bottom: 30px;
        align-items: center;
        display: flex;
        text-align: left;
        justify-content: flex-start;
        padding: 30px;
        border-bottom: 1px solid black;
    }

    .ph{
        margin-right: 20px;
    }

    .name-ttl{
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .name-txt{
        font-size: 0.8rem;
        margin-top: 10px;
    }

    .submv{
        display: block;
    }

    /* --gree.html --*/
    table{
        margin-top: 20px;
    }

    table , td, th {
        border: 1px solid #595959;
        border-collapse: collapse;
    }
    td, th {
        padding: 10px;
        width: 300px;
        
    }
    .top-td{
        text-align: center;
        background-color: #F4F4F4;
    }

    .bold{
        font-weight: bold;
    }

    /* --gree.html --*/
    /* --out.html --*/
    .venuename{
        margin: .8em 0;
        line-height: 1.5;
    }


    @media screen and (max-width: 1024px) {
        .wapper{
            flex-wrap: wrap
        }

        .main,.main_sb{
            width: 90%;
            overflow: hidden;
            margin: 0 auto;
        }

        .pcimg{
            display: none;
        }

        .spimg{
            display: block;
        }

        .subimg{
            margin: 0 15px;
        }

        .side {
            margin: 0 auto;
        }
        
        .nav{
            display: none;
        }

        .main_sb{
            margin-top: 70px;
        }

        .news-li{
            flex-direction: column;
        }

        .date,.title{
            width: 100%;
        }

         /* --- メニューエリア --- */

        /* メニューアイコン（バー）のスタイル */
        .sp {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
          
        .menu-btn {
            cursor: pointer;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 55px;
            height: 50px;
            position: fixed;
            z-index: 10001;
            top: 10px;
            right: 10px;
            background: rgba(255, 255, 255, 0.9);
            padding: 8px;
          }
          
          .menu-btn span {
            background-color: #000;
            height: 3px;
            width: 70%;
            margin: 4px auto;
            border-radius: 2px;
            transition: transform 0.3s ease;
          }
          
          .menu-open .menu-btn span:nth-child(1) {
            transform: translateY(12px) rotate(45deg);
          }

          
          .menu-open .menu-btn span:nth-child(2) {
            opacity: 0;
          }
          
          .menu-open .menu-btn span:nth-child(3) {
            transform: translateY(-12px) rotate(-45deg);
          }
          
          .menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 100%;
            height: 100%;
            background: #fff;
            transition: right 0.3s ease;
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
            z-index: 10000;
          }
          
          .menu-list ul {
            list-style: none;
            padding: 50px 20px;
            margin: 0;
          }
          
          .menu-list li {
            margin: 20px 0;
            text-align: center;
          }
          
          .menu-list a {
            text-decoration: none;
            color: #333;
            font-size: 18px;
          }
          
          .menu-open .menu {
            right: 0;
          }
          
          .menu-open .menu {
            display: block;
          }
          
          .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 9998;
          }
          
          .menu-open .overlay {
            display: block;
          }
        }
    @media screen and (max-width: 460px) {

        .main,.main_sb{
            width: 90%;
            }

        .main-content {
            min-height: auto;
        }

        .insta_list {
            flex-wrap: wrap;
        }

        .insta_list li {
            position: relative;
            width: calc(40%); /* 2列にするため幅を50％に設定し、隙間を調整 */
        }

        .brsp{
            display: block;
        }

        .news-ul {
            padding: 10px 20px;
        }
        .sub-content{
            padding: 10px
        }
        /*------gree.html------*/
        .profile{
            flex-direction: column;
        }
        .name-txt{
            margin: 10px 0px;
        }

        .ph{
        margin-bottom: 20px;
        }

        /*----- sponsorship.html----*/
        .gree-content,.profile{
            padding: 0px;
        }

        /* --- seciton (index.html)--- */
        .address {
            flex-direction: column;
        }

        /*----- sponsorship.html----*/
        table td{
            width:100%;
            display:block;
        }

        /*----- theme.html----*/
        .u_flex{
            flex-direction: column;
            align-items: center;
        }

        .c_btn_type02{
            margin-top: 10px;
        }

        /* --- hanzuon.html --- */
        /* テーブル要素を縦積みカード風に */
        .hanzuon-table,
        .hanzuon-table tbody,
        .hanzuon-table tr,
        .hanzuon-table th,
        .hanzuon-table td {
            display: block;
            width: 100%;
        }


        /* 見出しを上、内容を下に */
        .hanzuon-table th {
            padding: 0 0 6px;
            font-size: 14px;
            width: auto; /* PCの幅指定を打ち消す */
            white-space: normal;
        }

        .hanzuon-table td {
            padding: 5px;
            font-size: 16px;
            line-height: 1.6;
            border: 0; /* カード枠内の余計な線を消す */
        }

        /* 内側のリストや注記の余白調整 */
        .hanzuon-table .checklist02 {
            margin: 8px 0 0 0;
            padding-left: 1.2em;
        }
        .hanzuon-table .checklist02 li {
            margin: 0;
        }
        }

