@charset "utf-8";
/* ヘッダロゴ画像差し替え */
.header-logo-wrapper {
    background-image: url("../../images/logo/logo-ikr-all-white.png") !important;
}
/* ハンバーガーボタン背景色定義 */
.drawer-toggle {
    background-color: rgba(0, 164, 58, 0.65) !important;
}
/* ページトップへ背景画像定義 */
#top_scroll {
    background-image: url("../../images/common/img-bg-green.jpg") !important;
}
/*
*	施設利用規約・レギュレーション　スポット定義
************************************************************************************************************/
h5 {
    font-size: 0.9rem;
    font-weight: bold;
}
.font-s09 {
    font-size: 0.9rem;
}
.list-circle {
    list-style: disc;
    margin-left: 2rem;
}
li.list-style-non {
    list-style: none;
}
.list-deci {
    list-style: decimal;
    margin-left: 2rem;
}
/* リンク用ボタン */
.btn-link2-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
a.btn-link1,
a.btn-link2 {
    display: block;
    text-decoration: none;
    border-bottom: solid 1px #00a43a;
    border-top: solid 1px #00a43a;
    padding: 8px 0;
    width: 100%;
    text-align: center;
}
a.btn-link1 {
    border-left: solid 1px #00a43a;
}
a.btn-link2 {
    border-right: solid 1px #00a43a;
}
.btn-link2-wrapper .f-left-block,
.btn-link2-wrapper .f-right-block {
    width: 50%;
}
.btn-active,
.btn-active:hover,
.btn-active:active {
    background-color: #00a43a;
    color: #eaeaea;
}
