body, button, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-weight: 400;
}

body {
    line-height: 1.6;
    font-size: 1rem;
    color: #212121;
    background: var(--bg1-d) url(../images/bg-all.png) repeat;
}

ul {
    padding-inline-start: 0;
}

li {
    list-style: none;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

.content-fluid {
    /* container-fluid */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contentbox {
    /* container */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contentbox_main {
    padding: 70px 0;
}

@media screen and (min-width: 576px) {
    .contentbox {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .contentbox {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .contentbox {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .contentbox {
        max-width: 1140px;
    }
}

.rowline {
    /* row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*-------------------- 共用樣式 --------------------*/

:root {
    --com-color: #212121;
    --green-l: #f6fce6;
    --green: #5e994a;
    --green-d: #1b7a2d;
    --bg1-l: #fffefa;
    --bg1: #fcf9df;
    --bg1-d: #ece5b1;
    --bg2-l: #fbfcf7;
    --sale: #f35100;
    --transition-com: all 0.2s ease;
}

.green-txt {
    color: var(--green);
}

.line-h14 {
    line-height: 1.4;
}

.line-h16 {
    line-height: 1.6;
}

.line-h18 {
    line-height: 1.8;
}

.btn-danger {
    color: #fff;
    background-color: var(--sale);
    border-color: var(--sale);
}

.btn-danger:hover {
    color: #fff;
    background-color: #d93a00;
    border-color: #d93a00;
}

/*-------------------- 主視覺 --------------------*/

#main_top>h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    width: 100%;
    height: 0;
    padding-bottom: 23.438%;
    position: relative;
    background: url(../images/pc_1920x450.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #main_top {
        padding-bottom: 71.111%;
        background: url(../images/m_900x640.jpg) no-repeat center;
        background-size: cover;
    }
}

/*-------------------- Nav --------------------*/

.nav_bar {
    position: relative;
    margin-top: -10px;
    z-index: 999;
    background: url(../images/navbg_l.png) no-repeat left bottom, url(../images/navbg_r.png) no-repeat right bottom;
    padding: 0 42px 14px 42px;
}

.nav_bar .main_nav {
    width: 100%;
    height: 65px;
    background: #74c5c8;
}

@media screen and (max-width: 767px) {
    .nav_bar {
        position: relative;
        margin-top: -10px;
        z-index: 999;
        background: url(../images/navbg_l.png) no-repeat left bottom/29px, url(../images/navbg_r.png) no-repeat right bottom/29px;
        padding: 0 21px 7px 21px;
    }
    .nav_bar .main_nav {
        height: auto;
        padding: 0.5rem;
    }
}

.nav_bar .main_nav>div {
    text-align: center;
    display: flex;
}

.nav_bar .main_nav>div>img {
    margin: auto;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .nav_bar .main_nav>div>img {
        zoom: 0.9;
    }
}

@media screen and (max-width: 991px) {
    .nav_bar .main_nav>div>img {
        zoom: 0.72;
    }
    .nav1 {
        padding-left: 0;
    }
    .nav2 {
        padding-right: 0;
        padding-left: 0;
    }
    .nav3 {
        padding-right: 0;
    }
    .nav4 {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .nav_bar .main_nav>div>img {
        zoom: 0.67;
    }
    .nav1, .nav2, .nav3, .nav4 {
        padding: 0;
    }
    .nav1 {
        padding-left: 3px;
    }
    .nav4 {
        padding-left: 12px;
    }
    .nav_bar .main_nav>div>img {
        margin: 0;
        align-self: flex-start;
    }
}

/* Safari 6.1+ */

/* @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio:0){
    .nav_bar>ul li:nth-of-type(1), .nav_bar>ul li:last-of-type {
        height: 3.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

} */

/*-------------------- 前言 #opening --------------------*/

#opening>.contentbox_main {
    padding: 50px 0 0;
}

.opening_area {
    background: url(../images/openbg.png) no-repeat center bottom;
    font-size: 1.125rem;
    padding-bottom: 2rem;
}

.opening_area>div:nth-of-type(1) {
    text-align: right;
}

.opening_area>div:nth-of-type(2) {
    text-align: left;
    margin-top: 1rem;
}

.opening_area .sale-btn{text-align: right;margin-top: 1rem;}
.opening_area .sale-btn .btn>img{margin-top: -10px;transition: var(--transition-com);}
.opening_area .sale-btn .btn:hover>img{transform: rotate(20deg);}

@media screen and (max-width: 767px) {
    #opening>.contentbox_main {
        padding: 30px 0 0;
    }
    .opening_area {
        font-size: 1rem;
    }
    .opening_area>div:nth-of-type(1) {
        text-align: center;
    }
    .opening_area>div:nth-of-type(1)>img {
        display: none;
        /* zoom: 0.8; */
    }
    .opening_area>div:nth-of-type(2) {
        text-align: center;
    }
    .opening_area .sale-btn{text-align:center;}
}

/*-------------------- 每月主打 #month_headline --------------------*/

#month_headline ul.nav {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

#month_headline li.nav-item {
    width: 33.33%;
    text-align: center;
}

#month_headline .nav-pills .nav-link {
    color: #fff;
    background-color: none;
    background: url(../images/navlink.png) no-repeat center;
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    height: 143px;
    transition: var(--transition-com);
}

#month_headline .nav-pills .nav-link:hover, #month_headline .nav-pills .nav-link:focus {
    background: url(../images/navlink_active.png) no-repeat center;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
    margin-top: -5px;
}

#month_headline .nav-pills .nav-link.active {
    background: url(../images/navlink_active.png) no-repeat center;
}

#month_headline .pill-txt {
    padding-top: 2rem;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: var(--transition-com);
}

#month_headline .nav-pills .nav-link:hover .pill-txt {
    text-shadow: 0 0 5px #ffffff;
}

#month_headline .pill-txt>b {
    font-size: 0.875rem;
    font-weight: 200;
}

#month_headline .pill-txt>strong {
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    #month_headline .nav-pills .nav-link {
        height: 120px;
        background-size: contain;
    }
    #month_headline .nav-pills .nav-link:hover, #month_headline .nav-pills .nav-link.active {
        background-size: contain;
    }
    #month_headline .pill-txt {
        font-size: 1rem;
        line-height: 1.2;
    }
    #month_headline .pill-txt>strong {
        font-size: 1.25rem;
    }
}

#month_headline .tab-content {
    position: relative;
}

#month_headline .tab-content::before {
    /* 一排樹木背景 */
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: -70px;
    width: 100%;
    height: 0;
    padding-bottom: calc(103 / 1119 * 100%);
    background: url(../images/bg-forest.png) no-repeat center/contain;
    z-index: -1;
}

.tab-sec {
    background: var(--bg1);
    position: relative;
    padding: 2.5rem 1rem;
}

.cs-area {
    text-align: center;
}

.cs-area img[src*="coming-soon"] {
    width: 75%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.cs-area::before, .cs-area::after {
    content: '...';
    font-size: 3rem;
    color: var(--green);
}

.cs-area::before {
    margin-right: 1rem;
}

.cs-area::after {
    margin-left: 1rem;
}

/* 頁籤小三角 */

.tab-sec::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: -16px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 26.0px 15px;
    border-color: transparent transparent var(--bg1) transparent;
}

#pills-feb .tab-sec::before {
    left: calc(120px + 900px / 3 /2);
}

#pills-mar .tab-sec::before {
    left: 50%;
}

#pills-apr .tab-sec::before {
    left: calc(100% - 900px / 3 /2 - 120px);
}

@media screen and (max-width: 1199px) {
    #pills-feb .tab-sec::before {
        left: calc(30px + 900px / 3 /2);
    }
    #pills-apr .tab-sec::before {
        left: calc(100% - 900px / 3 /2 - 30px);
    }
}

@media screen and (max-width: 991px) {
    #pills-feb .tab-sec::before {
        left: calc(100% / 6);
    }
    #pills-apr .tab-sec::before {
        left: calc(100% / 6 * 5);
    }
}

/* 頁籤小三角 end */

h2 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
}

h2::before {
    display: inline-block;
    margin-right: 10px;
}

h2::after {
    display: inline-block;
    margin-left: 10px;
}

h4 {
    color: var(--green-d);
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.75rem;
    }
    h2::before {
        margin-right: 5px;
    }
    h2::after {
        margin-left: 5px;
    }
    h4 {
        font-size: 1.25rem;
    }
}

.tab-sec>h2 {
    color: var(--sale);
}

.tab-sec>h2::before {
    content: url(../images/icont01-1.png);
}

.tab-sec>h2::after {
    content: url(../images/icont01-2.png);
}

.tab-sec>h4 {}

.tab-sec .sale-info-area {
   padding-bottom: 1.5rem;
    border-bottom: 3px dotted var(--bg1-d);
}

.tab-sec .sale-info-area>div:nth-of-type(1)>img{margin-bottom:0.8rem;} 

.tab-sec .sale-info-area .icon-color {
    color: var(--green);
}

.sale-price{padding: 0;}

.sale-price:after {
    /* clearfix */
    content: ".";
    display: block;
    height: 0;
    max-height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .tab-sec .sale-info-area>div{
        padding-left: 0;
        padding-right: 0;
    }

    .tab-sec .sale-info-area>div:nth-of-type(2) {
        text-align: center;
        margin-top: 1.5rem;
    }
    .sale-price {
        display: inline-block;
        text-align: left;
    }
}

.sale-price>img {
    float: left;
}

.sale-price>p {
    float: left;
    color: var(--sale);
    line-height: 1.2;
    padding-left: 1rem;
    margin-bottom: 0.8rem;
}

#pills-mar .sale-price>p, #pills-apr .sale-price>p { margin-top: 0.6rem;}

.sale-price>p>span {
    color: #666666;
    text-decoration: line-through;
}

.sale-price>p>b {
    font-size: 1.75rem;
    font-weight: 400;
}

.sale-info-area .sale-btn {
    text-align: left;
    padding:0;
}

@media screen and (max-width: 767px) {
    .sale-info-area .sale-btn {
        text-align: center;
    }
}

/* 易遊森友獨享 */

.ez-special {
    background: var(--bg1-l);
    padding: 0.5rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.ez-special>h4 {
    color: var(--green-d);
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1rem;
}

.ez-special>h4>b {
    font-size: 1.5rem;
}

.ez-special>h4::before {
    content: url(../images/icont02-1.png);
    display: inline-block;
    margin-right: 10px;
}

.ez-special>h4::after {
    content: url(../images/icont02-2.png);
    display: inline-block;
    margin-left: 10px;
}

@media screen and (max-width: 991px) {
    .ez-special>h4 {
        font-size: 1.125rem;
    }
    .ez-special>h4::before{
        margin-right: 6px;
    }
    
    .ez-special>h4::after {
        margin-left: 6px;
    }
}

@media screen and (max-width: 767px) {
    .ez-special {
        padding: 1rem 0.6rem;
    }
    .ez-special>h4>b {
        font-size: 1.75rem;
    }
    .ez-special>h4::before {
        margin-right: 5px;
    }
    .ez-special>h4::after {
        margin-left: 5px;
    }
}

.ez-special>.rowline>div {
    padding-right: 0;
    padding-left: 0.5rem;
    border-right: 3px dotted var(--bg1-d);
}

.ez-special>.rowline>div:nth-of-type(1) {
    padding-left: 0;
}

.ez-special>.rowline>div:nth-of-type(3) {
    border-right: none;
}

.spc-img {
    height: 100px;
    display: flex;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

.spc-img>img {
    margin: auto;
    max-height: 90%;
    max-width: 90%;
}

.ez-special .spc-txt {
    display: flex;
    justify-content:center ;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

@media screen and (max-width: 767px) {
    .ez-special>.rowline>div {
        padding-left: 0;
    }
    .ez-special .spc-txt {
        font-size: 1rem;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
}

.intro-wrap {
    padding: 3.5rem 0 0;
}

.intro {
    margin-bottom: 2.8rem;
}

.intro .intro-img {
    position: relative;
    padding: 0;
    padding-bottom: 1.5rem;
}

.intro .intro-img>img[src*="b0"] {
    width: 72%;
    height: auto;
}

.intro .intro-img>.intro-img-s {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36%;
}

.intro .intro-img>.intro-img-s>img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
}

.intro .intro-txt {
    padding: 10% 2rem 0 2rem;
}

#pills-mar .intro .intro-txt {
    padding-top: 5%;
}

.intro .intro-txt>h4 {
    color: var(--green-d);
    font-weight: 600;
}

.intro .intro-txt>ul {
    padding-inline-start: 2rem;
}

.intro .intro-txt>ul>li {
    text-indent: -1.3rem;
}

.intro .intro-txt>ul>li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f1bb';
    font-weight: 600;
    font-size: 1rem;
    margin-right: 8px;
}

.intro:nth-child(odd) .intro-img {
    order: 1;
}

.intro:nth-child(odd) .intro-txt {
    order: 2;
}

.intro:nth-child(even) .intro-img {
    order: 2;
}

.intro:nth-child(even) .intro-txt {
    order: 1;
}

@media screen and (max-width: 767px) {
    .intro:nth-child(even) .intro-img {
        order: 1;
    }
    .intro:nth-child(even) .intro-txt {
        order: 2;
    }
}

.intro-album>div {
    height: 0;
    padding: 0;
    padding-bottom: calc(100% / 4);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .intro-album>div {
        padding-bottom: calc(100% / 2);
    }
}

#pills-mar .intro-album>div:nth-of-type(1) {
    background-image: url(../images/camp-pic/mar/a01.jpg);
}

#pills-mar .intro-album>div:nth-of-type(2) {
    background-image: url(../images/camp-pic/mar/a02.jpg);
}

#pills-mar .intro-album>div:nth-of-type(3) {
    background-image: url(../images/camp-pic/mar/a03.jpg);
}

#pills-mar .intro-album>div:nth-of-type(4) {
    background-image: url(../images/camp-pic/mar/a04.jpg);
}

#pills-feb .intro-album>div:nth-of-type(1) {
    background-image: url(../images/camp-pic/dec/a01.jpg);
}

#pills-feb .intro-album>div:nth-of-type(2) {
    background-image: url(../images/camp-pic/dec/a02.jpg);
}

#pills-feb .intro-album>div:nth-of-type(3) {
    background-image: url(../images/camp-pic/dec/a03.jpg);
}

#pills-feb .intro-album>div:nth-of-type(4) {
    background-image: url(../images/camp-pic/dec/a04.jpg);
}

#pills-apr .intro-album>div:nth-of-type(1) {
    background-image: url(../images/camp-pic/apr/a01.jpg);
}

#pills-apr .intro-album>div:nth-of-type(2) {
    background-image: url(../images/camp-pic/apr/a02.jpg);
}

#pills-apr .intro-album>div:nth-of-type(3) {
    background-image: url(../images/camp-pic/apr/a03.jpg);
}

#pills-apr .intro-album>div:nth-of-type(4) {
    background-image: url(../images/camp-pic/apr/a04.jpg);
}

figcaption {
    color: #ffffff;
    position: absolute;
    left: 10px;
    bottom: 0;
    white-space: nowrap;
}

@media screen and (min-width:768px) {
    figcaption {
        font-size: 1.125rem;
    }
}

/*-------------------- 懶人露營分類 #activity_level --------------------*/

#activity_level {
    background: var(--green-l) url(../images/bg-sec2.gif) repeat;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

#activity_level h2 {
    color: #212121;
}

#activity_level h2::before {
    content: url(../images/icont03-1.png);
}

#activity_level h2::after {
    content: url(../images/icont03-2.png);
}

.game-sec {
    background: var(--bg2-l);
    padding: 2.5rem;
}

@media screen and (max-width:767px) {
    .game-sec {
        padding: 1rem;
    }
}

.game-item {
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 2rem auto 0;
    justify-content: center;
}

.game-item li {
    text-align: center;
    display: flex;
    padding-bottom: 3rem;
    margin-bottom: 1rem;
}

.game-item li>img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.game-item li>p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.game-item li>p::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0eb';
    font-weight: 400;
    font-size: 1rem;
    margin-right: 6px;
}

@media screen and (max-width:767px) {
    .game-item li>p {
        font-size: 0.875rem;
    }
}

/*-------------------- 商品區 .pro --------------------*/

.pro {
    background: var(--bg2-l);
}

.pro>a.btn {
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 1.25rem;
    padding: 0.5rem 0;
    margin-bottom: 1px;
    color: #ffffff;
    background: #58ad11;
    /* Old browsers */
    background: -moz-linear-gradient(top, #58ad11 10%, #1b7a2d 92%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58ad11 10%, #1b7a2d 92%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58ad11 10%, #1b7a2d 92%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58ad11', endColorstr='#1b7a2d', GradientType=0);
    /* IE6-9 */
    transition: var(--transition-com);
}

.pro>a.btn:focus {
    box-shadow: none;
}

.pro>a.btn:focus, .pro>a.btn:hover {
    background: #1b7a2d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1b7a2d 10%, #067240 92%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1b7a2d 10%, #067240 92%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1b7a2d 10%, #067240 92%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b7a2d', endColorstr='#067240', GradientType=0);
    /* IE6-9 */
}

.pro>a.btn>span {
    font-size: 1.5rem;
}

@media screen and (max-width:767px) {
    .pro>a.btn {
        font-size: 1rem;
    }
    .pro>a.btn>span {
        font-size: 1.125rem;
    }
}

.yellow {
    color: #ffcf46;
}

.sale_box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    z-index: 10;
    transition: var(--transition-com);
}

.sale_box:hover {
    border: 1px solid var(--green);
    box-shadow: 0 0 0 1px var(--green);
}

.sale_box>img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sale_info {
    padding: 8px 8px 3px 8px;
    font-size: 1rem;
}

.sale_info>h5 {
    color: var(--com-color);
    margin-top: 5px;
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .pro .collapse>.rowline>.col-6 {
        margin-bottom: 1rem;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .sale_info>h5 {
        font-size: 1.125rem;
    }
    .sale_info>p {
        font-size: 0.9375rem;
    }
    .sale_info>.price_txt {
        font-size: 0.9375rem;
    }
}

.sale_info>p {
    color: var(--green-d);
    margin-bottom: 0;
}

.sale_info>.price_txt {
    float: right;
    color: var(--sale);
}

.sale_info>.price_txt>span {
    font-size: 1.75rem;
}

.sale_box .sale_info:after {
    /* clearfix */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.btn_sale {
    color: #fff;
    background-color: var(--sale-btn-color);
    border-color: var(--sale-btn-color);
    transition: var(--transition-com);
}

.btn_sale:hover {
    color: #fff;
    background-color: var(--sale-btn-hover-color);
    border-color: var(--sale-btn-hover-color);
}

.more_btn {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.more_btn>a {
    display: inline-block;
    color: var(--green-d);
    font-size: 1.25rem;
    font-weight: 800;
    padding: 8px 40px;
    border: 5px solid var(--green);
    background: #ffffff;
    transition: var(--transition-com);
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}

.more_btn>a:hover {
    border: 5px solid var(--green-d);
    filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.3));
}

/*-------------------- 銀行 #bank --------------------*/

#bank {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

#bank h2 {
    color: #212121;
}

#bank h2::before, #bank h2::after {
    content: url(../images/icont05.png);
}

#bank .bank-sec {
    background: var(--bg1);
    padding: 2.5rem 1rem;
}

#bank .bank-sec>div:nth-of-type(1)>img {
    border: 1px solid #cccccc;
    margin-bottom: 1rem;
}

#bank .bank-sec>div:nth-of-type(2) {
    display: flex;
}

#bank .bank-sec ul.bank-act {
    align-self: center;
}

#bank .bank-sec ul.bank-act>li {
    font-size: 1.125rem;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

#bank .bank-sec ul.bank-act>li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0f3';
    color: #f9c158;
    font-weight: 600;
    font-size: 1.125rem;
    margin-right: 8px;
}

ul.note {
    margin-inline-start: 1rem;
}

ul.note>li {
    list-style-type: decimal;
}

@media screen and (max-width:767px) {
    #bank .bank-sec {
        padding-left: 0;
        padding-right: 0;
    }
    #bank .bank-sec ul.bank-act>li, #bank .bank-sec ul.bank-act>li::before {
        font-size: 1rem;
    }
    ul.note>li {
        font-size: 0.875rem;
    }
}

/*-------------------- 露營大小事情 #everything --------------------*/

#everything {
    background: url(../images/bg-sec3.gif) repeat;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

#everything h2 {
    color: #ffffff;
}

#everything h2::before, #everything h2::after {
    content: url(../images/icont04.png);
}

#everything ul.nav {
    display: flex;
}

#everything .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: none;
}

#everything ul.nav .nav-item {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#everything ul.nav .nav-link {
    display: inline-block;
}

#everything ul.nav .nav-link>img {
    width: 85%;
    max-width: 189px;
    height: auto;
}

#everything ul.nav .nav-link>p, #everything ul.nav .nav-link>p:visited, #everything ul.nav .nav-link>p:hover, #everything ul.nav .nav-link>p:active {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    color: #ffffff;
    font-size: 1.25rem;
    text-align: center;
}

#everything .tab-content {
    background: var(--bg1);
    position: relative;
    padding: 2.5rem 1rem;
}

@media screen and (max-width:767px) {
    #everything ul.nav .nav-link>p, #everything ul.nav .nav-link>p:visited, #everything ul.nav .nav-link>p:hover, #everything ul.nav .nav-link>p:active {
        font-size: 1.125rem;
    }
    #everything .tab-content {
        padding: 2rem 0;
    }
}

#everything .tab-content .tab-pane::before {
    content: '';
    position: absolute;
    display: inline-block;
    top: -16px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 26.0px 15px;
    border-color: transparent transparent var(--bg1) transparent;
}

#everything .tab-content #pills-e1::before {
    left: calc(25% / 2);
}

#everything .tab-content #pills-e2::before {
    left: calc(25% + 25% / 2);
}

#everything .tab-content #pills-e3::before {
    left: calc(50% + 25% / 2);
}

#everything .tab-content #pills-e4::before {
    left: calc(50% + 25% + 25% / 2);
}

@media screen and (max-width:767px) {
    #everything .tab-content #pills-e1::before, #everything .tab-content #pills-e2::before, #everything .tab-content #pills-e3::before, #everything .tab-content #pills-e4::before {
        left: 50%;
    }
}

.e1-sec {
    padding-top: 1rem;
}

.e1-sec>.col-12>img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.e1-sec h5, .e2-sec h5 {
    font-weight: 600;
    color: var(--green-d);
}

.e1-sec p.content {
    margin-bottom: 0.5rem;
}

.e1-sec p.note {
    color: var(--green-d);
}

.e1-sec p.note>a:link, .e1-sec p.note>a:visited, .e1-sec p.note>a:hover, .e1-sec p.note>a:active{color: var(--green-d);text-decoration: underline;}

.e1-sec p.note>span {
    background: var(--green);
    color: #ffffff;
    padding: 2px 5px;
}

.e2-sec {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.e2-sec>ul.rowline>li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f4fc';
    color: var(--green);
    font-weight: 600;
    font-size: 1rem;
    margin-right: 8px;
}

.e2-sec .others>li {
    text-indent: -1.4rem;
    padding-left: 1.4rem;
}

.e2-sec .others>li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    color: var(--green);
    font-weight: 600;
    font-size: 1rem;
    margin-right: 6px;
}

.e2-sec .others>li>ul {
    margin-inline-start: 1.5rem;
}

.e2-sec .others>li>ul>li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    color: var(--green);
    font-weight: 400;
    font-size: 1rem;
    margin-right: 6px;
}

.e2-sec-img {
    display: flex;
    justify-content: space-between;
}

.img-box {
    padding: 0 0.5rem 1rem 0.5rem;
}

.img-box>img {
    width: 100%;
    height: auto;
}

.e2-sec-img:nth-of-type(1) .img-box {
    width: 50%;
}

.e2-sec-img:nth-of-type(2) .img-box:nth-of-type(1) {
    width: calc(816 / 1230 * 100%);
}

.e2-sec-img:nth-of-type(2) .img-box:nth-of-type(2) {
    width: calc(416 / 1230 * 100%);
}

@media screen and (max-width:767px) {
    .img-box {
        padding: 1px;
    }
    .e2-sec-img:nth-of-type(2) .img-box:nth-of-type(1) {
        width: calc(802 / 1204 * 100%);
    }
    .e2-sec-img:nth-of-type(2) .img-box:nth-of-type(2) {
        width: calc(402 / 1204 * 100%);
    }
}

#everything figcaption {
    position: relative;
    text-align: center;
    font-size: 0.875rem;
    color: #666666;
    white-space: nowrap;
}

ul.e3-sec {
    padding: 1rem;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

ul.e3-sec>li:nth-child(even) {
    color: var(--green-d);
    margin-bottom: 1rem;
}

/*-------------------- 注意事項 #activity_note --------------------*/

#activity_note {
    background: #e1e8f8;
    font-size: 1rem;
}

#activity_note .contentbox_main>h2 {
    font-weight: 900;
}

#activity_note p {
    width: 90%;
    margin: 0 auto;
}

.note_list {
    background: url(../images/note_icon.png) no-repeat left 7px;
    padding-left: 20px;
}

.note_list>b {
    color: var(--txt-dark-color);
}

.note_list_content {
    background: url(../images/note_icon01.png) no-repeat left 7px;
    padding-left: 22px;
}

#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

@media screen and (max-width:767px) {
    #vacation_note p {
        font-size: 1rem;
    }
    #btn_top {
        right: 0;
    }
}