/******************************************************************
Theme Name: 須崎市立スケートパーク（サクラバンダ）ティザーサイト（2026.07.15）
Author: T.Sugiyama
Author URI: http://fromdime.co.jp
******************************************************************/

/******************************************************************

変数

******************************************************************/
:root {
    --base-rem: calc(1rem / 16);
    --font-size-base: calc(var(--base-rem) * 16);

    /* font-size scale */
    --font-size-xl-lg: calc(var(--base-rem) * 100);
    --font-size-xl-md: calc(var(--base-rem) * 75);
    --font-size-xl-sm: calc(var(--base-rem) * 50);

    --font-size-lg-lg: calc(var(--base-rem) * 40);
    --font-size-lg-md: calc(var(--base-rem) * 35);
    --font-size-lg-sm: calc(var(--base-rem) * 30);

    --font-size-md-xl: calc(var(--base-rem) * 26);
    --font-size-md-lg: calc(var(--base-rem) * 24);
    --font-size-md-md: calc(var(--base-rem) * 22);
    --font-size-md-sm: calc(var(--base-rem) * 20);
    --font-size-md-xs: calc(var(--base-rem) * 18);

    --font-size-sm-md: calc(var(--base-rem) * 14);
    --font-size-sm-sm: calc(var(--base-rem) * 12);

    /* margin scale */
    --margin-size-xl-lg: 10.0rem;
    --margin-size-xl-md: 8.0rem;
    --margin-size-xl-sm: 6.0rem;
    --margin-size-lg-xl: 5.0rem;
    --margin-size-lg-lg: 4.5rem;
    --margin-size-lg-md: 4.0rem;
    --margin-size-lg-sm: 3.5rem;
    --margin-size-lg-xs: 3.0rem;
    --margin-size-md-xl: 2.5rem;
    --margin-size-md-lg: 2.0rem;
    --margin-size-md-md: 1.5rem;
    --margin-size-md-sm: 1.0rem;
    --margin-size-md-xs: 0.5rem;

    /* color */
    --font-color-main: #1f2420;
    --bg-color-main: #f3ecdd;

    /* border */
    --border-width: 7px;
    --border-radius: 40px;

    /* site color */
    --site-color-sakura: #d600a6;
    --site-color-banda: #009646;
    --site-color-river: #2e4de0;

}


/******************************************************************

共通

******************************************************************/
html {
    /*    letter-spacing: 1px;*/
    /* color: #231815; */
    font-size: var(--font-size-base);
    color: var(--font-color-main);
    font-weight: 500;
}
body {
    background-color: var(--bg-color-main);
}

a:hover, a:focus, a:active {
    color: #111111;
}
:focus {
    /*    outline: none;*/
    outline-color: #777777;
}
h1, h2, h3, h4, h5, h6 {
    /* font-weight: 500; */
}

.single-post  #main .entry-content a:not(.button):hover {
    text-decoration: underline;
}
img {
}

a.hvul:hover,
a.hover_ul:hover {
    text-decoration: underline !important;
}
.ltr_spc_0 {
    letter-spacing: 0;
}
.font-caveat {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.font-bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*-------------------------------------------
ボタン
-------------------------------------------*/
.linkbtn_inner {
    text-align: center;
}
.button {
    border: 3px solid var(--bg-color-main);
    background-color: #ffffff;
    color: var(--bg-color-main);
    display: inline-block;
    width: 100%;
    max-width: 350px;
    text-align: center;
    cursor: pointer;
    line-height: 1.4;
    padding: 1.0rem 0.5rem;
    border-radius: 18px;
    cursor: pointer;
    font-size: var(--font-size-md-lg);
    font-weight: 500;
}
.button.buttonlightcolor {
    background-color: #0095a1;
    border: 1px solid #ffffff;
}
.button.button_thin {
    width: 100%;
    max-width: 140px;
    line-height: 1;
    font-size: var(--font-size-sm-md);
    padding: 0.4rem 0.5rem;
}
.button.button_big {
    font-size: var(--font-size-md-xs);
    padding: 0.7rem 4rem;
}
.button.button_external {
    background-color: #5dc1cf;
}
.button.button_border {
    color: #2f2725;
    border: 2px solid #2f2725;
    background: none;
}
button:hover, .button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
    background-color: var(--bg-color-main);
    color: #ffffff;
}
.button .fa {
    /*    color: #ffffff;*/
    color: inherit;
    margin-left: 8px;
}
.button.button_inline {
    border: 1px solid #ffffff;
    /*    background-color: #2f2725;*/
    color: #ffffff;
    border-radius: var(--border-radius);
    display: inline-block;
    /* width: 100%; */
    padding: 0.2rem 1rem 0.1rem 1rem;
    font-size: var(--font-size-sm-md);
    cursor: pointer;
    margin-left: 1rem;
}
a.button.button_icon_arrow:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 1rem;
    color: inherit;
    font-size: var(--font-size-md-sm)
}

.button.button_arrow {
    padding-right: 3rem;
}
.button.button_arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    color: inherit;
    font-weight: normal;
    margin-right: 15px;
}
.fa-bars {
    font-size: var(--font-size-lg-md);
}
.linkbtn_inner {
    text-align: center;
}


/*-------------------------------------------
パンくずリスト
-------------------------------------------*/
.breadcrumb {
    padding: 1rem 0 2rem;
    font-size: var(--font-size-sm-md);
    /* margin-bottom: var(--margin-size-md-sm); */
    color: #534e4c;
}
.breadcrumb a {
    color: inherit;
}
.breadcrumb a:hover {
    text-decoration: underline;
    color: var(--bg-color-main);
}


/*-------------------------------------------
ページナビ
-------------------------------------------*/
.wrap_pagination {
    text-align: center;
    margin: 20px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 9px 13px;
    margin: 3px;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: var(--font-size-md-sm);
    display: inline-block;
    border: 3px solid var(--bg-color-main);
    color: var(--bg-color-main);
    /* border-radius: 50px; */
    line-height: 1;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: var(--bg-color-main);
    color: #ffffff;
    border-color: var(--bg-color-main);
}


/*-------------------------------------------
テーブルの基本レイアウト
-------------------------------------------*/
table.base_table {
}
table.base_table tr {
}
table.base_table tr th,
table.base_table tr td {
}
table.base_table tr th {
	width:20%;
    text-align: left;
    padding: 1rem 1.3rem 1rem 0;
    border-bottom: 1px solid #315a8c;
}
table.base_table tr td {
	width:80%;
    padding: 1rem 1.3rem;
    border-bottom: 1px solid #315a8c;
}


/******************************************************************

構造調整タグ

******************************************************************/
.wrapper_width {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.base_width {
    max-width: 1240px !important;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.inner_width {
/*    width: 90% !important;*/
    width: 100% !important;
    max-width: 1040px;
    margin: 0 auto !important;
}

/* main */
#main {
    width: 100%;
    padding-top: var(--margin-size-md-lg);
    padding-bottom: var(--margin-size-lg-xs);
}
.home #main {
    padding-top: var(--margin-size-lg-xl);
    padding-bottom: 0;
}
/* .page #main {
    padding-top: 0;
} */

/* section */
#main section {
    margin-bottom: var(--margin-size-lg-xl);
}
.home #main section {
    margin-bottom: var(--margin-size-lg-xl);
}

a.readmore {
    color: #2f2725;
}
a.readmore:hover {
    text-decoration: underline !important;
}

br.br-pc {
}
br.br-sp {
    display: none;
}



/******************************************************************

汎用パーツ

******************************************************************/
.section_title {
    /*    letter-spacing: 5px;*/
}

/*
タイトルまわり
*/
h1.page-title,
h1.single-title {
    margin-bottom: var(--margin-size-md-lg);
    /* border: 1px solid #dddddd; */
    padding: 0;
    /* border-radius: 3px; */
    font-size: var(--font-size-md-md);
}

/* シングルページ等のタイトル */
.headline_wrapper {
    margin-bottom: var(--margin-size-lg-xs);
/*    margin-top: 2rem;*/
    text-align: center;
}
.category .headline_wrapper {
    margin-bottom: 0;
/*    margin-top: 2rem;*/
}
.headline {
    font-size: var(--font-size-md-md);
    font-weight: 500;
    color: #534e4c;
/*    letter-spacing: 5px;*/
    display: inline-block;
    margin-bottom: var(--margin-size-md-sm);
    width: 100%;
}
.headline_wrapper .headline img {
    max-height: 50px;
    object-fit: contain;
}
.headline_wrapper .headline_title {
    font-size: var(--font-size-md-md);
    font-weight: 500;
    color: #534e4c;
}
.headline_wrapper .headline_title_text {
    font-size: var(--font-size-md-sm);
}
.page h1 {
/*    margin-top: 1rem;*/
    margin-bottom: var(--margin-size-md-sm);
}

.block-sp {
    margin-left: 1rem;
}

/*
newマーク
*/
.new_mark {
    margin: 8px;
    display: inline-block;
}
.new_mark img {
    max-width: 42px;
    vertical-align: bottom;
}


/*
ホバーでスケール
*/
.scale-img {
    position: relative;
    overflow: hidden;
}
.scale-img a:hover {
    opacity: 1;
}
.scale-img a,
.scale-img .thumb,
.scale-img .of_hide {
    position: relative;
    overflow: hidden;
    display: block;
}
.scale-img img {
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -o-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
}
.scale-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*
横並びレイアウト
*/
.flexbox {
    display: flex;
    flex-flow: row;
    align-content: flex-start;
}
.flexbox-wrap {
    flex-flow: row wrap;
}
.flexbox-center {
    align-items: center;
}


/*
内部リンクボタン
*/
.intlink-wrapper {
    max-width: 250px;
}
.intlink-wrapper .button {
    width: 100%;
    text-align: center;
}


.letter-spacing {
    letter-spacing: 5px;
}
.letter-spacing-w {
    letter-spacing: 10px;
}


/*
YouTube枠レスポンシブ
*/
.video-frame {
    position: relative;
    width: 100%;
}
.video-frame:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    position: relative;
}
.video-frame-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#main-title {
    margin: 0 auto;
}
#main-title .headline_wrapper {
    text-align: center;
    margin-bottom: var(--margin-size-md-xl);
}
#main-title .headline_title_en {
    font-size: var(--font-size-xl-lg);
    font-weight: bold;
    line-height: 1.2;
}
#main-title .headline_title {
    font-size: var(--font-size-md-sm);
    font-weight: 500;
    line-height: 1.4;
}
#main-title .headline_title_en::first-letter {
    color: var(--bg-color-main);
}



/******************************************************************

プラグイン

******************************************************************/
/*-------------------------------------------
slick
-------------------------------------------*/
.slick-slide a {
    display: block;
}
.slick-prev {
    left: 10px;
    z-index: 10;
}
.slick-next {
    right: 10px;
    z-index: 10;
}
/* body:not(.home) .slick-dots { */
.slick-dots {
    bottom: -4rem;
}
.slick-prev:before, .slick-next:before {
    color: #808080;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    /* margin: 0 auto 5rem; */
}
.slick-dots {
    position: absolute;
    bottom: -4rem;
    left: 0;
    /* display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center; */
    z-index: 1;
    display: flex !important;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 1.0rem 0;
}
.slick-dots li {
    /* position: relative;
    display: inline-block; */
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 !important;
    /* padding: 0;
    cursor: pointer; */
}
.slick-dots li button {
    font-size: unset;
    line-height: inherit;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #515151;
    border-radius: 100%;
    padding: 0;

    font-size: unset;
    line-height: inherit;
    /* display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; */
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #515151;
}
.slick-dots li button:before {
    content: none;
    /* font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}


/******************************************************************

ヘッダー

******************************************************************/


/******************************************************************

メインイメージ

******************************************************************/



/******************************************************************

サイドバー

******************************************************************/



/******************************************************************

ユーティリティナビゲーション

******************************************************************/



/******************************************************************

フッター

******************************************************************/
#before-footer {
}
#footer {
    background-color: var(--site-color-sakura);
    color: #ffffff;
}
#footer .logo:hover {
    opacity: 0.7;
}
#inner-footer {
    padding: 1.5rem 0;
}
#footer .company-info {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem 3%;
}
#footer .company-info .logo-wrapper {
    flex-basis: 100%;
    max-width: 180px;
}
#footer .company-info .contact-wrapper {
    flex-basis: 100%;
    max-width: 270px;
    font-size: var(--font-size-sm-md);
}
.copyright {
    font-size: 0.8rem;
}



/******************************************************************

トップページ(toppage)

******************************************************************/
.home #main section.bg-color {
    padding: var(--margin-size-lg-xl) 0 var(--margin-size-lg-xl);
    color: #ffffff;
    margin-bottom: 0;
}
.home #main .section_header {
    margin-bottom: var(--margin-size-lg-xs);
}
.home #main .section_title-ja {
    font-size: var(--font-size-md-xl);
}
.home #main .section_title-en {
    font-size: var(--font-size-xl-lg);
    line-height: 1.0;
}
.home #main .section_title_wrapper {
    margin-bottom: var(--margin-size-md-lg);
}


/*-------------------------------------------
リードエリア
-------------------------------------------*/
.home #lead-area .section_header {
    margin-bottom: var(--margin-size-lg-xs);
}
.home #lead-area .section_title-ja {
    font-size: var(--font-size-xl-sm);
    margin-bottom: var(--margin-size-md-md);
}
.home #lead-area .section_title-en {
    font-size: var(--font-size-md-md);
    letter-spacing: 0.4rem;
}
.home #lead-area .icon-instagram-wrapper {
    display: flex;
    align-items: center;
    gap: 1.5rem 0.8rem;
}
.home #lead-area .icon-instagram {
    width: 65px;
}
.home #lead-area .icon-instagram-text {
    flex: 1;
    text-indent: -1rem;
    padding-left: 1rem;
}


/*-------------------------------------------
プログラム
-------------------------------------------*/
.home #program .section_header {
    padding-top: var(--margin-size-lg-xs);
}
.home #program:before {
    content: "";
    display: block;
    background-image: url(./assets/images/border-program.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 6px;
}
.home #program .section_title-en {
    color: var(--site-color-sakura);
}
.home #program .section_title_inner {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    gap: 0 1rem;
}
.home #program .section_title_inner a {
    /* color: #0396d1; */
    color: #000000;
    font-weight: normal;
}
.home #program .section_title_inner a:hover {
    text-decoration: underline;
}

/* タイムテーブル */
.home #program .section_main #time-table {
    position: relative;
    margin-bottom: 4rem;
}
.home #program .section_main #time-table .icon-program {
    position: absolute;
    top: -14%;
    right: 3%;
    width: 15%;
    max-width: 150px;
}
.home #program .section_main .time-table-list {
    background-color: #f9f5ee;
    margin-bottom: 0.5rem;
}
.home #program .section_main .time-table-list > li {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    padding: var(--margin-size-md-md) 4%;
    border-bottom: 1px solid #dddddd;
}
.home #program .section_main .time-table-list > li:first-child {
    border-top: 1px solid #dddddd;
}
.home #program .section_main .time-table-time {
    font-size: var(--font-size-lg-sm);
    font-weight: bold;
}
.home #program .section_main .time-table-title {
    font-size: var(--font-size-lg-sm);
    font-weight: bold;
}
.home #program .section_main .time-table-text {
    font-size: var(--font-size-md-xs);
    color: #888888;
}

/* 親子体験会 */
.home #program .section_main #trial-lesson {
}
.home #program .section_main #trial-lesson .section_inner_title {
    text-align: center;
    margin-bottom: var(--margin-size-md-sm);
    padding-bottom: var(--margin-size-md-sm);
    border-bottom: 1px solid #dddddd;
    color: #000000;
}
.home #program .section_main #trial-lesson .btn-entry {
    display: block;
    font-size: var(--font-size-lg-sm);
    font-weight: bold;
    background-color: var(--site-color-sakura);
    color: #ffffff;
    border-radius: 100px;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: var(--margin-size-lg-xs) auto 0;
    padding: var(--margin-size-md-lg) 2%;
    /* transform: translateY(50%); */
}
.home #program .section_main #trial-lesson .btn-entry:hover {
    opacity: 0.7;
}
.home #program .section_main .trial-lesson-box {
    padding: 3rem 6% 3rem;
    border-radius: 50px;
    background-color: #ffffff;
}
.home #program .section_main .trial-lesson-lead {
    margin-bottom: var(--margin-size-md-sm);
    font-size: var(--font-size-md-xs);
    font-weight: bold;
}
.home #program .section_main .trial-lesson-notes a {
    color: #0396d1;
    font-weight: 500;
    text-indent: initial;
}
.home #program .section_main .trial-lesson-notes a:hover {
    text-decoration: underline;
}
.home #program .section_main .trial-lesson-notes {
    font-size: var(--font-size-base);
}
.home #program .section_main .trial-lesson-notes > li {
    text-indent: -1rem;
    padding-left: var(--margin-size-md-sm);
}


/*-------------------------------------------
ゲストライダー
-------------------------------------------*/
.home #guest-rider.bg-color {
    background-color: var(--site-color-sakura);
}

/* ゲストライダーリスト */
.home #guest-rider .section_main .guest-rider-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 4%;
}
.home #guest-rider .section_main .guest-rider-list > li {
}
.home #guest-rider .section_main .guest-rider-list > li .thumb {
    margin-bottom: var(--margin-size-md-lg);
}
.home #guest-rider .section_main .guest-rider-list > li .text {
}
.home #guest-rider .section_main .guest-rider-list > li .guest-rider-result {
    margin-bottom: 0.5rem;
}
.home #guest-rider .section_main .guest-rider-list > li .guest-rider-name-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: var(--margin-size-md-md);
}
.home #guest-rider .section_main .guest-rider-list > li .guest-rider-name-left {
    flex: 1;
}
.home #guest-rider .section_main .guest-rider-list > li .guest-rider-name-right {
    width: 45px;
}
.home #guest-rider .section_main .guest-rider-list > li .guest-rider-name-right a {
    display: block;
    width: 100%;
}
.home #guest-rider .section_main .guest-rider-list > li .guest-rider-name-right a:hover {
    opacity: 0.7;
}
.home #guest-rider .section_main .guest-rider-list > li .guest-rider-name {
    font-size: var(--font-size-md-xl);
}
.home #guest-rider .section_main .guest-rider-list > li .guest-rider-name-en {
    font-size: var(--font-size-sm-sm);
}
.home #guest-rider .section_main .guest-rider-list > li .guest-rider-profile {
    min-height: 175px;
    /* margin-bottom: var(--margin-size-md-md); */
}
.home #guest-rider .section_main .guest-rider-list > li .sns-list {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}
.home #guest-rider .section_main .guest-rider-list > li .sns-list > li a {
    display: block;
    width: 100%;
    max-width: 45px;
}
.home #guest-rider .section_main .guest-rider-list > li .sns-list > li a:hover {
    opacity: 0.7;
}



/*-------------------------------------------
スペシャルライブ
-------------------------------------------*/
.home #special-live.bg-color {
    background-color: var(--site-color-banda);
}
.home #special-live .font-color-yellow {
    color: #fff100;
}
.home #special-live .section_header_text {
    font-size: var(--font-size-md-xs);
}
.home #special-live .section_flexbox {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem 4%;
}
.home #special-live .section_flexitem.section_header {
    flex-basis: 47%;
    max-width: 47%;
}
.home #special-live .section_flexitem.section_main {
    flex-basis: 49%;
    max-width: 49%;
}


/*-------------------------------------------
固定背景画像
-------------------------------------------*/
.home #main .bg-image-fix-parent {
    position: relative;
    /* padding-top: 1440px; */
    padding-top: 100svh;
    /* margin-bottom: var(--margin-size-xl-md); */
}
.home #main .bg-image-fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    clip-path: inset(0);
    /* padding-bottom: 1440px; */
    padding-bottom: 100svh;
    z-index: -1;
}
.home #main .bg-image-fix img {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100svh;
}


/*-------------------------------------------
サクラバンダについて
-------------------------------------------*/
.home #main section#about.bg-color {
    background-color: #1f2420;
}
.home #about .section_header {
    text-align: center;
}
.home #about .section_title_wrapper {
}
.home #about .section_title-en {
    color: var(--site-color-sakura);
    font-size: var(--font-size-md-md);
    letter-spacing: 0.4rem;
    margin-bottom: 0.5rem;
}
.home #about .section_title-ja {
    font-size: var(--font-size-lg-sm);
}
.home #about .section_header_text {
    font-size: var(--font-size-md-xl);
    font-weight: bold;
}
.home #about .section_header .logo-wrapper {
    max-width: 360px;
    margin: 0 auto 0.5rem;
}
.home #about .section_header .logo-name {
    width: 100%;
}

.home #about .section_main {
    margin-bottom: var(--margin-size-lg-md);
}
.home #about .about-keyword-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 4%;
}
.home #about .about-keyword-list > li {
}
.home #about .about-keyword-list > li .keyword-title {
    font-size: var(--font-size-xl-sm);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.home #about .about-keyword-list > li.keyword-sakura .keyword-title {
    color: var(--site-color-sakura);
}
.home #about .about-keyword-list > li.keyword-banda .keyword-title {
    color: var(--site-color-banda);
}
.home #about .about-keyword-list > li.keyword-river .keyword-title {
    color: var(--site-color-river);
}
.home #about .about-keyword-list > li .keyword-label {
    font-size: var(--font-size-md-xs);
    margin-bottom: var(--margin-size-md-md);
}
.home #about .about-keyword-list > li .keyword-text {
}
.home #about .section_footer_text {
    padding: var(--margin-size-md-lg) 3%;
    border: 1px solid #ffffff;
}


/*-------------------------------------------
アクセス
-------------------------------------------*/
.home #access.bg-color {
    background-color: var(--site-color-river);
}

/* アクセスリスト */
.home #access .section_main .access-list {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 2rem 3%;
}
.home #access .section_main .access-list > li.google-map {
}
.home #access .section_main .access-list > li.simple-map {
}
.home #access .section_main .access-list > li.google-map iframe {
    display: block;
    width: 100%;
    /* simple-mapの自然比率とカラム比から高さを合わせる */
    aspect-ratio: 1355.2 / 729;
    height: auto;
}
.home #access .section_main .access-list > li.simple-map .thumb {
    margin-bottom: 0.8rem;
}
.home #access .section_main .access-list > li.simple-map .thumb img {
    display: block;
    width: 100%;
    height: auto;
}


/*-------------------------------------------
企業・サポーター
-------------------------------------------*/
.home #banner-area {
    padding: 3rem 0;
    margin-bottom: 0 !important;
}
.home #banner-area .section_header {
    margin-bottom: 1rem;
}
.home #banner-area .section_title_wrapper {
    margin-bottom: 0;
}
.home #banner-area .section_title-ja {
    font-size: var(--font-size-md-xs);
}
.home #banner-area .section_inner {
    margin-bottom: 2rem;
}
.home #banner-area .section_inner:last-child {
    margin-bottom: 0;
}
.home #banner-area .section_inner_title_wrapper {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.home #banner-area .section_inner_title-en {
    font-size: var(--font-size-lg-sm);
    line-height: 1.4;
}
.home #banner-area .section_inner_title-ja {
    font-size: var(--font-size-base);
    line-height: 1.4;
}
.home #banner-area .special-sponsors .section_inner_title-en {
    color: var(--site-color-sakura);
}
.home #banner-area .silver-sponsors .section_inner_title-en {
    color: var(--site-color-banda);
}
.home #banner-area .bronze-sponsors .section_inner_title-en {
    color: var(--site-color-river);
}
.home #banner-area .section_main .banner-list {
    display: flex;
    flex-flow: wrap;
    gap: 0.8rem 2.0%;
}
.home #banner-area .section_main .banner-list > li {
    flex-basis: 49%;
    max-width: 380px;
}

.home #banner-area .silver-sponsors .banner-list {
    gap: 0.8rem 1.5%;
}
.home #banner-area .bronze-sponsors .banner-list {
    gap: 0.8rem 1.0%;
}

.home #banner-area .silver-sponsors .banner-list > li {
    max-width: 280px;
}
.home #banner-area .bronze-sponsors .banner-list > li {
    max-width: 189px;
}

.home #banner-area .section_main .banner-list a {
    display: block;
}
.home #banner-area .section_main .banner-list a:hover {
    opacity: 0.7;
}
.home #banner-area .section_main .banner-list img {
    display: block;
    width: 100%;
    height: auto;
}
.home #banner-area .section_main .banner-list a.no-link {
    pointer-events: none;
}


/******************************************************************

投稿

******************************************************************/


/******************************************************************

固定ページ(page)

******************************************************************/


/******************************************************************

カスタム投稿

******************************************************************/


/******************************************************************

404 Page Not Found

******************************************************************/
p.notfound {
    margin-bottom: var(--margin-size-lg-sm);
}


/******************************************************************

フォーム

******************************************************************/


/******************************************************************
*******************************************************************

メディアクエリー

*******************************************************************
******************************************************************/
/* style-sp.cssにコーディング */
