<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* --------------------------------------
ヘッダー・イメージ
---------------------------------------*/
.top_img_wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}
.top_img_wrap img {
    min-width: 1600px;
    object-position: center center;
}
@media screen and (max-width: 768px) {
    .top_img_wrap img {
        width: 100%;
        min-width: auto;
    }
}
/* --------------------------------------
ヘッダー・ナビゲーションメニュー
---------------------------------------*/
ul.head_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.head_nav li {
    width: calc(calc(100% / 5) - 0.75rem) ;
    margin-bottom: 1rem;
}
ul.head_nav li a {
    width: 100%;
    background-color: #0064b5;
    border: 1px solid #0064b5;
    display: block;
    padding: 1rem 0;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}
ul.head_nav li a:hover {
    background-color: #fff;
    display: block;
    text-align: center;
    color: #0064b5;
}
@media screen and (max-width: 768px) {
    ul.head_nav li {
        width: calc(calc(100% / 3) - 0.5rem);
        margin-bottom: 1rem;
    }
    ul.head_nav li a {
        padding: 0.7rem 0;
        font-size: 0.85rem;
    }
}


/* --------------------------------------
タイトル
---------------------------------------*/
.main_title_wrap {
    margin-bottom: 3rem;
}
h3.main_title {
    font-size: 2rem;
    transform: skewX(-7deg);
    color: #afffff;
    overflow: hidden;
}
p.main_title {
    font-size: 1rem;
    font-weight: 600;
    transform: skewX(-7deg);
    color: #0064b5;
    letter-spacing: 1px;
    line-height: 1;
}
.main_title_wrap2 {
    margin-bottom: 3rem;
}
h4.main_title {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-left: 1rem;
}
h4.main_title::before {
    content: "";
    position: absolute;
    left: -1rem;
    display: block;
    width: 5px;
    height: 100%;
    background-color: #afffff;
    margin-right: 1rem;
}
h5.sub_title {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}

/* --------------------------------------
新着情報
---------------------------------------*/
.news_wrap {
    width: 100%;
    height: 240px;
    background-color: #fff;
    padding: 2rem;
    box-sizing: border-box;
    overflow:auto;
}
ul.news_list {
    width: 100%;
}
ul.news_list li {
    width: 100%;
    display: flex;
    align-items: top;
    border-bottom: 1px solid #c6c6c6;
    padding: 1rem 0;
    box-sizing: border-box;
}
ul.news_list li:first-child {
    padding: 0 0 1rem;
}
ul.news_list li span {
    width: 120px;
    color: #000;
    line-height: 2;
}
ul.news_list li p,
ul.news_list li a {
    width: calc(100% - 120px);
    line-height: 2;
    font-feature-settings: "palt";
    text-align: justify;
}
ul.news_list li p {
    color: #000;
}
@media screen and (max-width: 768px) {
    ul.news_list li {
        display: block;
    }
    ul.news_list li span {
        display: block;
        width: 100%;
    }

    ul.news_list li p,
    ul.news_list li a {
        width: 100%;
    }
}


/* --------------------------------------
キャンペーン情報
---------------------------------------*/
.cmp_wrap {
    width: 100%;
}
ul.cmp_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.cmp_list li {
    width: calc(calc(100% / 2) - 0.75rem);
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
    ul.cmp_list li {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}


/* --------------------------------------
外部リンク
---------------------------------------*/
.link_wrap {
    width: 100%;
}

ul.link_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.link_list li {
    width: calc(calc(100% / 4) - 0.75rem);
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
    ul.link_list li {
        width: calc(calc(100% / 2) - 0.75rem);
        margin-bottom: 1.5rem;
    }
}

/* --------------------------------------
footer
---------------------------------------*/
footer {
    height: auto;
    width: 100%;
    padding: 50px 0 0;
    background-color: #0064b5;
}
/* slick */
.slide_link_wrap {
    width: 100%;
    margin-bottom: 50px;
}
ul.multiple-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

ul.multiple-items li {
    padding: 0 5px;
    box-sizing: border-box;
}

ul.multiple-items .slick_arrow_left {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #fff;
}

ul.multiple-items .slick_arrow_right {
    font-size: 1.5rem;
    margin-left: 1rem;
    color: #fff;
}
.slick-track {
    display: flex!important;
    align-items: center;
    /* justify-content: center; */
}

ul.multiple-items li a {
    display: flex;
    
    padding: 0.5rem;
    background-color: #fff;
}
ul.multiple-items li a img {
    height: 70px;
    width: 100%;
    object-fit: contain;
    /* object-position: center; */
}


/* ロゴsns */
.foot_shizuoka_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
h1.main_logo {
    width: 300px;
}
.sns_wrap {
    display: flex;
}
.sns_wrap img {
    width: 50px;
    margin-left: 0.7rem;
}
.copy {
    width: 100%;
    background-color: #fff;
    padding: 0.5rem 0;
}
.copy p {
    text-align: center;
    font-size: 12px;
    color: #000;
}

/* --------------------------------------
協賛企業
---------------------------------------*/
.kyosan_wrap {
    width: 100%;
    margin-bottom: 50px;
}
ul.kyosan_list {
    width: 100%;
}
ul.kyosan_list li {
    display: flex;
    flex-wrap: wrap;
}
ul.kyosan_list li p {
    line-height: 1;
    margin-right: 1rem;
    color: #fff;
    margin-bottom: 1.2rem;
}
ul.kyosan_list li.large p {
    font-size: 1.8rem;
}
ul.kyosan_list li.medium p {
    font-size: 1.5rem;
}
ul.kyosan_list li.small p {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    ul.kyosan_list li p {
        font-size: 70%;
    }
}
/* --------------------------------------
ムービー
---------------------------------------*/
/*tabの形状*/
ul.tab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
ul.tab li {
    width: calc(calc(100% / 3) - 1rem);
}
.tab li a {
    display: block;
    width: 100%;
    background: #0064b5;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    ul.tab li {
        width: 100%;
        margin-bottom: 1rem;
    }
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
    background: #fff;
    color: #0064b5;
}


/*エリアの表示非表示と形状*/
.area {
    display: none;
    /*はじめは非表示*/
    opacity: 0;
}
.area p {
    color: #fff;
    margin-bottom: 1rem;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;
    /*表示*/
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*youtubeレスポンシブ*/
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}

/* --------------------------------------
開催情報
---------------------------------------*/
.info_wrap {
    width: 100%;
    margin-bottom: 5rem;
}
.live_bnr_wrap {
    width: 100%;
    margin: 2rem 0;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.live_bnr_wrap a {
    width: 32%;
    margin-right: 1rem;
}
.table-wrap {
    overflow-x: scroll;
    margin-bottom: 1rem;
}
table.live {
    width: 100%;
    /* min-width: 450px; */
    overflow: scroll;
}

table.live th {
    border: 1px solid #afffff;
    border-collapse: collapse;
    background: #0064b5;
    color: #fff;
}
table.live td {
    border: 1px solid #0064b5;
    border-collapse: collapse;
    background-color: #fff;
    text-align: center;
}
table.live td,
table.live th {
    width: calc(100% / 5);
    padding: 1rem;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.3;
}


@media screen and (max-width: 768px) {
    .live_bnr_wrap a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    /* table.live td,
    table.live th {
        width: auto;
    } */
    table.live th.table_1 {
        width: 150px;
        font-size: 80%;
        padding: 0;
    }
}

/* --------------------------------------
イベント情報
---------------------------------------*/
ul.event_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}
ul.event_wrap li {
    width: 47.5%;
    margin-bottom: 3rem;
}
ul.event_wrap li .event_pic {
    /* background: #fff; */
    width: 100%;
    /* aspect-ratio: 5 / 3; */
}
ul.event_wrap li .event_pic img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
ul.event_wrap li table.event {
    width: 100%;
}
ul.event_wrap li th {
    width: 30%;
    background-color: #0064b5;
    color: #fff;
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid #afffff;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
ul.event_wrap li td {
    width: 70%;
    background-color: #fff;
    color: #000;
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid #0064b5;
    border-collapse: collapse;
    line-height: 1.3;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    ul.event_wrap {
        display: block;
    }
    ul.event_wrap li {
        width: 100%;
        margin-bottom: 3rem;
    }
}

/* --------------------------------------
予想情報
---------------------------------------*/
.acrobat_wrap {
    display: flex;
    align-items: center;
    margin: 2rem 0;
}
img.acrobat_bnr {
    width: 230px;
    margin-right: 1rem;
}
@media screen and (max-width: 768px) {
    .acrobat_wrap {
        display: block;
        align-items: center;
        margin: 2rem 0;
    }
    img.acrobat_bnr {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}</pre></body></html>