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;
    color: #333333;
}

li {
    list-style: none;
}

@media screen and (max-width:768px) {
    /* body {
        font-size: 0.875rem;
    } */
    .h1 {
        font-size: 2rem;
    }
    .h2 {
        font-size: 1.75rem;
    }
    .h3 {
        font-size: 1.5rem;
    }
    .h4 {
        font-size: 1.25rem;
    }
    .h5 {
        font-size: 1rem;
    }
    .h6 {
        font-size: 0.875rem;
    }
}

.line-h14 {
    line-height: 1.4;
}

.line-h16 {
    line-height: 1.6;
}

.line-h18 {
    line-height: 1.8;
}

.font-weight-bolder {
    font-weight: 800 !important;
}

.content-fluid {
    /* container-fluid */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contentbox {
    /* container */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@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;
}

/*-------------------- 共用顏色樣式 --------------------*/

a, a:link, a:visited, a:hover, a:active {
    color: #333333;
    text-decoration: none !important;
}

.text-orange {
    color: #ff6600 !important;
}

.text-darkpink {
    color: #e0447f !important;
}

.btn-danger {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

.btn-danger:hover {
    background-color: #f54100;
    border-color: #f54100;
}

/*-------------------- 主視覺 --------------------*/

#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: 22.917%;
    background: url(../images/banner_pc.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #main_top {
        width: 100%;
        height: 0;
        padding-bottom: 52.333%;
        background: url(../images/banner_m.jpg) no-repeat center center;
        background-size: cover;
    }
}

/*-------------------- END 主視覺 --------------------*/

#wrapper {
    background: url(../images/bg_all.jpg) no-repeat center;
    background-size: cover;
}

.contentbox_main {
    padding: 50px 0;
}

#travel_intro {
    background: url(../images/bg-wh-mt.png) no-repeat center bottom;
    background-size: contain;
    background-color: #ffeda3;
    color: #333333;
    text-align: center;
}

#travel_intro>.contentbox_main {
    padding-right: 1rem;
    padding-left: 1rem;
}

#travel_intro h3 {
    font-weight: 600;
}

#travel_intro .col-12 {
    margin: 1rem 0;
}

#travel_intro .col-12>p {
    display: block;
    height: 100px;
    vertical-align: middle;
    position: relative;
}

#travel_intro img[src*="images/icon_"] {
    filter: drop-shadow(5px 5px 0 #ffffff);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#vacation_plan {
    background: url(../images/bg-btn-all.jpg) repeat;
}

#vacation_plan .theme_btn {
    position: relative;
    height: 0;
    padding-bottom: 50%;
}

@media screen and (max-width:767px) {
    #vacation_plan .theme_btn {
        padding-bottom: 100%;
    }
}

#vacation_plan .theme_btn>a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease-in-out;
}

#vacation_plan .theme_btn>a:hover {
    filter: drop-shadow(0 0.5rem 0.3rem rgba(0, 0, 0, 1));
}

@media screen and (max-width: 991px) {
    #vacation_plan .theme_btn>a {
        width: 96%;
        height: 96%;
    }
}

#vacation_plan .rowline:nth-of-type(1) .theme_btn:nth-of-type(1)>a {
    background: url(../images/btn_01.png);
    background-size: contain;
}

#vacation_plan .rowline:nth-of-type(1) .theme_btn:nth-of-type(2)>a {
    background: url(../images/btn_02.png);
    background-size: contain;
}

#vacation_plan .rowline:nth-of-type(2) .theme_btn:nth-of-type(1)>a {
    background: url(../images/btn_03.png);
    background-size: contain;
}

#vacation_plan .rowline:nth-of-type(2) .theme_btn:nth-of-type(2)>a {
    background: url(../images/btn_04.png);
    background-size: contain;
}

.theme_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-bottom: 2rem;
}

.theme_content h2 {
    margin-bottom: 0.8rem;
}

.theme_content h2>img {
    filter: drop-shadow(0 0.1rem 0.3rem rgba(0, 0, 0, 1));
    max-width: 55%;
}

.theme_content p {
    text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.8);
    line-height: 1.5;
    margin: 0;
}

.theme_content>p.theme_price {
    font-weight: 600;
    color: #fff94a;
    font-size: 2rem;
    transition: margin 0.3s ease-in-out;
}

#vacation_plan .theme_btn>a:hover .theme_content>p.theme_price {
    margin-left: 1.5rem;
}

.theme_content>p.theme_price>b {
    font-size: 2.5rem;
}

.theme_content>p.theme_price>.svg-inline--fa {
    width: 2rem !important;
    height: 2rem !important;
    margin-bottom: 0;
    filter: drop-shadow(0 0.05rem 0.15rem rgba(0, 0, 0, 0.7));
}

@media screen and (max-width:1199px) {
    .theme_content>p.h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .theme_content p:nth-of-type(1) {
        text-shadow: 0 0 0.3rem rgba(0, 0, 0, 1), 0 0.1rem 0.7rem rgba(0, 0, 0, 1);
    }
    .theme_content>p.theme_price {
        font-size: 1.5rem;
    }
    .theme_content>p.theme_price>.svg-inline--fa {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }
}

@media screen and (max-width: 767px) {
    .theme_content>p.h4 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    .theme_content {
        padding-bottom: 1.5rem;
    }
}

