.taiwanEvent {
    font-size: 14px;
}
.taiwanEvent * {
    box-sizing: border-box;
}
.taiwanEvent img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.taiwanEvent .wrap {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}
.taiwanEvent p {
    margin-bottom: 1em;
    color: #333;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Noto Sans TC', 'Noto Sans JP', sans-serif;
}
.taiwanEvent .secTitle {
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: flex-end;
}

/* header */
#header {
    z-index: 9;
    background: none;
    padding: 10px;
}
#header img {
    width: 70px;
}

/* top */
.top {
    position: relative;
}
.top-mv img {
    display: block;
    /* max-width: 1200px; */
    width: 100%;
    margin: auto;
}

/* location */
.location {
    padding: 40px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.location::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
}
.location .wrap {
    position: relative;
    z-index: 2;
}
.location .flex-box {
    display: flex;
}
.location .map {
    display: block;
    width: 100%;
}
.location .map_nav {
    position: relative;
    max-width: 600px;
    margin: auto;
}
.location .map_nav_link {
    color: #333;
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background-color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
.location .map_nav_link:hover {
    color: #FE9F01;
    opacity: 1;
}
.location .map_nav_link.link01 {
    top: 38%;
    left: 65%;
}
.location .map_nav_link.link02 {
    top: 55%;
    left: 54%;
}
.location .map_nav_link.link03 {
    top: 72%;
    left: 45%;
}
.location .mikyan01 {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 18%;
    max-width: 88px;
}

/* area */
.area {
    padding: 40px 0;
}
.area .titleArea {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.area .areaTitle {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}
.area .areaTitle-name {
    font-size: 32px;
    text-align: center;
    color: #333;
    font-weight: 700;
}
.area .areaBlock {
    display: block;
    font-size: 24px;
}
.area .areaTitle-sub {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #FE9F01;
    text-align: center;
}
.area .description {
    font-size: 14px;
    font-weight: 400;
}
.area .planTitle {
    color: #000;
    font-size: 18px;
    padding-left: 10px;
    border-left: 5px solid #000;
    line-height: 1;
}

/* plan */
.plan_recommend-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    row-gap: 10px;
}
.plan_recommend-item {
    background: #fff;
    padding: 30px 20px 20px;
    width: 100%;
    margin: 0;
    border: 1px solid #D1C9AE;
    display: block;
    position: relative;
    box-sizing: border-box;
}
.plan_recommend-item:hover {
    text-decoration: none;
}
.plan_recommend-head {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}
.plan_recommend-ttl {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.plan_recommend-row {
    display: flex;
}
.plan_recommend-body {
    flex: 2.56;
}
.plan_recommend-img {
    width: 130px;
    margin-left: 10px;
}
.plan_recommend-info_label {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background: #FE9F01;
    line-height: 1;
    padding: 5px 8px 6px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    white-space: nowrap;
}
.plan_recommend-info_label:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transform: translateX(-99.5%);
    background: linear-gradient(60deg, transparent 50%, #FE9F01 52%);
}
.plan_recommend-info_label.label_new {
    right: 50px;
    padding: 5px 20px 6px 8px;
    background: #D1C9AE;
}
.plan_recommend-info_label.label_new:before {
    background: linear-gradient(60deg, transparent 50%, #D1C9AE 52%);
}
.plan_recommend-info_row {
    margin: 10px 0 10px 0;
}
.plan_recommend-info_row img {
    margin-right: 8px;
}
.plan_recommend-info_area {
    margin: 5px 0px;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #FE9F01;
}
.plan_recommend-info_budget {
    margin: 5px 0px;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 11px;
}
.plan_recommend-info-txt {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.plan_recommend-planner {
    display: flex;
    padding: 0;
    box-sizing: border-box;
    margin-top: 10px;
}
.plan_recommend-planner img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.plan_recommend-planner_name {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.1;
}
.plan_recommend-planner_name small {
    font-size: 11px;
    display: block;
}

.route {
    padding: 40px 0;
}
.taiwanEvent .route_img {
    display: block;
    max-width: 550px;
    width: 100%;
    margin: auto;
}
.taiwanEvent .route p {
    max-width: 550px;
    margin: auto;
}
.taiwanEvent .route .secTitle {
    padding-left: 20px;
}
.taiwanEvent .route .secTitle img {
    width: 40px;
}

.cover {
    padding: 40px 0;
    border-top: 1px solid #E5E1D0;
}
.cover .wrap {
    max-width: 600px;
}
.cover-inner {
    display: flex;
    justify-content: center;
    gap: 6%;
}
.cover .cover_name {
    font-size: 16px;
}
.taiwanEvent .tabiiro_cover {
    display: block;
    text-align: center;
    width: 100%; 
}

.sns {
    padding: 20px 0;
    /* background: #fff5e3;
    border: 4px solid #fe9f01;
    border-radius: 25px; */
    margin: 30px auto 0;
}
.sns .titleArea {
    text-align: center;
    margin-bottom: 30px;
}
.sns .MainTitle {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.sns-list {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10%;
}

@media screen and (min-width: 600px) {
    .top .top-bg .swiper-slide img {
        object-position: center 60%;
        height: 600px;
    }
    .taiwanEvent .secTitle {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .location .map_nav_link {
        font-size: 20px;
    }
    .location .map_nav_link.link01 {
        top: 33%;
        left: 75%;
    }
    .location .map_nav_link.link02 {
        top: 47%;
        left: 61%;
    }
    .location .map_nav_link.link03 {
        top: 77%;
        left: 42%;
    }
    .area .titleArea {
        flex-direction: row;
        margin-bottom: 60px;
    }
    .area .areaTitle {
        width: 50%;
        border-bottom: none;
        margin-bottom: 0;
    }
    .area .areaTitle-name {
        font-size: 35px;
        text-align: center;
        color: #333;
        font-weight: 700;
    }
    .area .areaBlock {
        font-size: 28px;
    }
    .area .areaTitle-sub {
        font-size: 24px;
    }
    .area .areaTitle-name, 
    .area .areaTitle-sub {
        text-align: left;
    }
    .area .description {
        width: 50%;
        padding: 0 30px;
    }
    .plan_recommend-list {
        margin: -10px;
        flex-direction: row;
    }
    .plan_recommend-item {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .plan_recommend-ttl {
        font-size: 16px;
    }
    .plan_recommend-info_area, .plan_recommend-info_budget {
        font-size: 13px;
    }
    .plan_recommend-planner_name {
        font-size: 13px;
        line-height: 1.4;
    }
    .taiwanEvent .route .secTitle {
        padding-left: 65px;
    }
    .taiwanEvent .route .secTitle img {
        width: 55px;
    }
    .sns-list img {
        width: 70px;
    }
    .sp {
        display: none;
    }
}
