@charset "utf-8";
/* 一覧
1,共通部分
2,header
3,フッター
4,HOME
5,information
6,部員紹介
7,result
8,schedule
*/






/*　共通部分　
------------------------------------*/
html {
    font-size: 100%;
}

body {
    min-width: 100vw;
    margin: 0;
    font-family: "Yu Gothic Medium", "游ゴシック nedium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ pro W3", sans-serif;
    line-height: 1.7;
    color: #824100;
    background-color: beige;
}

a {
    font-weight: 600;
    color: #8e6000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* テーブル基礎 */
table {
    width: 100%;
    /* テーブルの幅を設定 */
    margin-bottom: 30px;
}


th,
td {
    border: black;
    /* 枠線のスタイル */
    text-align: left;
    /* テキストの揃え方 */
    /* セルのパディング */
    border-bottom: 1px solid rgb(53, 39, 24);
    ;
    /* 下線のスタイル */
    padding-bottom: 5px;
    /* 下線とテキストの間の距離 */
    padding: 8px;
}

/* header
------------------------------------*/
.main-nav {
    margin-top: 20ox;
    padding-left: 0px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px;
    list-style: none;
}

.main-nav a:hover {
    color: #0bd;
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* メニューの幅を画面幅いっぱいにする */
    z-index: 1000;
    /* メニューが他の要素の上に表示されるようにz-indexを設定 */
    height: 166px;
}

.page-header-sub {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    /* メニューの幅を画面幅いっぱいにする */
    background-color: rgba(255, 255, 255, 0.6);
    /* メニューの背景色を設定 */
    z-index: 999;
    /* メニューが他の要素の上に表示されるようにz-indexを設定 */
    height: 166px;
}

.page-header-sub .main-nav li {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.page-header-sub li p {
    margin: 0 2% 0 0;
    font-size: 70%;
    color: black;
}

#SNS {
    margin-right: 5px;
    display: flex;
    justify-content: end;
    position: fixed;
    top: 0;
    right: 0;
    width: 20%;
    z-index: 1005;
    height: auto;
}

#SNS img {
    margin: 8px 30px 0px 0px;
    border-radius: 20px;
    height: 75px;
    width: 75px;
}

.page-header h1 {
    margin-right: auto;
    margin-left: auto;
    width: 490px;
    margin-top: 0px;
    margin-bottom: 0%;
    padding-top: 10px;
    font-size: 2.5rem;
}

.page-header li {
    margin: 0px 2px;
    width: 20%;
    height: 65px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.page-header a {
    height: 70px;
    display: flex;
    justify-content: center;
    color: black;
    font-family: 'Philosopher', serif;
}

.main-nav div {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-family: 'Philosopher', serif;
    font-size: 1.8rem;
    border-radius: 10px;
}

.main-nav div:hover {
    color: rgb(25, 118, 52);
    font-family: 'Philosopher', serif;
}

/* バナーの初期スタイル */
#menu-banner {
    font-size: 1.8rem;
    margin-top: 3px;
    width: 100%;
    height: 0px;
    background-color: rgba(255, 255, 255, 0.6);
    /* アニメーションの設定 */
    overflow: hidden;
    /* 閉じた状態でのコンテンツを隠す */
}

/* バナーの開いた状態 */
#menu-banner.open {
    margin-top: 13px;
    font-size: 1.8rem;
    display: block;
    border-radius: 0px 0px 20px 20px;
    height: 200px;
    /* 開いたときの高さ */
}

#menu-banner.open p {
    font-size: 1.8rem;
    margin: 0px;
}

#menu-banner.open p:hover {
    color: rgb(15, 101, 22);
}

/* バナー内のテキスト */
#menu-banner-content {
    padding: 20px 0px 5px 0px;
}

.header-underline {
    box-shadow: 0 4px 0 #019e00;
}

/* フッター
--------------------------------------------*/
footer {
    width: 100vw;
    padding-top: 100px;
    background: rgb(33, 22, 11);
    text-align: center;
    padding: 26px 0;
}

footer p {
    color: #fff;
    font-size: 0.875rem;
}

#summer article {
    padding-top: 166px;
    z-index: 10;
    position: absolute;
}

/* main
--------------------------------------------------- */
.splide__slide {
    border: 1px black solid;
    height: 540px;
    background-color: #0bd;
}

/* 矢印ボタン全体のスタイル */
.splide__arrow {
    width: 5vw;
    /* ボタンの幅 */
    height: 100%;
    /* ボタンの高さをスライダー全体に広げる */
    background-color: rgba(0, 0, 0, 0.8);
    /* 背景色（半透明） */
    color: white;
    /* アイコンの色 */
    border-radius: 0%;
    /* 角を丸くしない */
    border: none;
    /* 枠線を消す */
    display: flex;
    /* 中央にアイコンを配置 */
    justify-content: center;
    align-items: center;
    z-index: 10;
    /* スライダーの上に表示する */
}

/* 前へボタン（左矢印）のスタイル */
.splide__arrow--prev {
    left: 0;
    /* スライダーの左端に固定 */
}

/* 次へボタン（右矢印）のスタイル */
.splide__arrow--next {
    right: 0;
    /* スライダーの右端に固定 */
}

/* SVGアイコンのサイズ調整 */
.splide__arrow svg {
    width: 40px;
    height: 40px;
}

.splide__slide img {/* 
    border-radius: 30% 70% 30% 51%; */
    width: 100%;
    height: 100%;
    /* object-position: 50% 35%; */
    object-fit: cover;
}

/* アクティブなスライド */
.splide__slide.is-active {
    opacity: 1;
    /* 明るく表示 */
    filter: brightness(1);
    /* 明るさ100% */
}

/* 非アクティブなスライド */
.splide__slide {
    opacity: 0.7;
    /* 透明度70% */
    filter: brightness(0.7);
    /* 明るさを70%に */
}
.sub-nav{
    font-family: 'Philosopher', serif;
    margin: 0 0 40px 0;
}
.sub-nav a{
    font-size: 2rem;
    margin: 0 0 0 5%;
    color: rgb(255, 255, 255); 
    z-index: 1; 
    position: relative;
}
article h1{
    font-size: 5rem;
    font-family: 'Philosopher', serif;
    margin: 0 0 0 10%;
    color: rgb(255, 255, 255); 
    z-index: 1; 
    position: relative;
}
article h3{
    font-size: 3rem;
    font-family: 'Philosopher', serif;
    margin: 130px 0 0 10%;
    color: rgb(255, 255, 255); 
    z-index: 1; 
    position: relative;
}
article h4{
    
    font-size: 2rem;
    margin: 0 0 0 10%;
    color: rgb(255, 255, 255); 
    z-index: 1; 
    position: relative;
}
article h5{
    font-size: 2rem;
    margin: 0 0 0 5%;
    color: rgb(236, 230, 176); 
    z-index: 1; 
    position: relative;
}
article li{
    margin: 0 0 0 5%;
}