﻿@charset "utf-8";
/* CSS Document */

/* Key Visuals and Base Styles continue below... */



.new_all_sub_titl_white {
    padding-top: 10% !important;
}

.new_all_sub_course_white {
    padding-top: 10% !important;
    padding-bottom: 130px !important;
}

.new_all_sub_titl_white+.new_all_sub_course_white {
    padding-top: 0 !important;
}

.new_all_sub_course_white:not(.new_all_sub_titl_white + .new_all_sub_course_white) {
    padding-top: 15% !important;
}

@media screen and (max-width: 767px) {
    .new_all_sub_titl_white {
        padding-top: 30% !important;
    }

    .new_all_sub_course_white {
        padding-top: 130px !important;
    }
}

/* キービジュアル */
.new_mainimage_sabu_japan-trip {
    background-image: url("../img/japan_trip/kv_japan-trip.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 440px;
}

.new_mainimage_sabu_japan-trip-about {
    background-image: url("../img/japan_trip-about_japan/kv_japan-trip-about.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.new_mainimage_sabu_japan_trip_hoter {
    background-image: url("../img/japan_trip-hoteru_japan/kv_japan_trip-hoteru_japan.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.new_mainimage_sabu_japan_trip_world {
    background-image: url("../img/japan_trip_world/kv_japan_trip-world_japan.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.new_mainimage_sabu_japan_trip_knowledg {
    background-image: url("../img/japan_trip_knowledge/kv_japan_trip-knowledge_japan.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.new_mainimage_sabu_japan_trip_travel {
    background-image: url("../img/japan_trip_travel_travel/kv_japan_trip_travel.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*目的リンク画像ul　ここから*/
.new_japan-trip_area01 {
    margin-top: 0px;
}

.new_japan-trip_img-culums {
    background-color: #fff;
}

.new_japan-trip_img-culums>ul {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    /*　折り返しあり */
    /*margin-bottom: 20px;*/
}

.new_japan-trip_img-culums li {
    width: calc(100%/3);
}

.new_japan-trip_img-culums li img {
    width: 100%;
    height: 278px;
    object-fit: cover;
    object-position: center;
    /*padding: 1px 1px;*/
    /*上下左右余白*/
}

/*new_japan-trip_目的リンク画像ul　ここまで*/
/*new_japan-trip_目的メニュー画像(文字を配置する)*/
.new_japan-trip_img_text {
    position: relative;
    display: block;
    /* a タグをブロック要素に */
    width: 100%;
    /* 幅を明示的に設定 */
    overflow: hidden;
    /* 图片放大时不超出容器 */
    text-decoration: none;
}

/* 图片缩放效果 */
.new_japan-trip_img_text img {
    width: 100%;
    height: 278px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.new_japan-trip_img_text:hover img {
    transform: scale(1.1);
}

/* 淡淡的黑色蒙层 */
.new_japan-trip_img_text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.new_japan-trip_img_text:hover::after {
    opacity: 1;
}

/* 从底部升起的白色圆形边框箭头 */
.new_japan-trip_img_text::before {
    content: '\f061';
    /* Font Awesome arrow-right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    z-index: 3;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.new_japan-trip_img_text:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.new_japan-trip_img_text p {
    position: absolute;
    color: white;
    /*文字は白に*/
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    /*文字にシャドーを追加*/
    font-weight: bold;
    /*太さ*/
    font-size: 2.0em;
    /*サイズ2.0倍*/
    font-family: Quicksand, sans-serif;
    /*Google Font*/
    top: 130px;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    transition: color 0.3s ease;
}

.new_japan-trip_img_text:hover p {
    color: #fdd23c;
}

.new_japan-trip_text-smal {
    font-size: 0.6em;
}

/*new_japan-trip_目的メニュー画像 (文字を配置する)ここまで*/

.new_area_h2 {
    margin-top: 50px;
}

/*グラデーション文字ここから*/
.new_japan-trip_titl_area {
    margin-top: 50px;
}

.new_titl_japan-trip_pink-gradation {
    display: block;
    background: linear-gradient(135deg, #e91760 0%, #f982aa 100%);
    background: -webkit-linear-gradient(-45deg, #e91760 0%, #f982aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

/*グラデーション文字ここまで*/
.new_japan-trip_bg-box {
    background-image: url(../img/japan_trip/img_japan-trip_fuki01.png);
    height: 266px;
    width: 308px;
    display: block;
    margin-top: 50px;
}

.new_japan-trip_bg-box-blue {
    background-image: url(../img/japan_trip/img_japan-trip_fuki02.png);
    height: 266px;
    width: 308px;
    display: block;
    margin-top: 50px;
}

.new_japan-trip_bg-titl-orange {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff6e4f;
    background-color: #fff;
    margin-left: 40px;
    border-radius: 20px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.new_japan-trip_bg-orange-text {
    padding-top: 30px;
}

.new_japan-trip_bg-titl-blue {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #0086cd;
    background-color: #fff;
    margin-left: 40px;
    border-radius: 20px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.new_japan-trip_bg-blue-text {
    padding-top: 30px;
}

.new_japan-trip_box-text {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.new_japan-trip_area {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    /*　折り返しあり */
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.new_japan-trip_area::after {
    content: "";
    display: block;
    width: 385px;
    padding-right: 0px;
}

/*h3ここから*/
.new_japan-trip_h3_titl {
    font-size: 25px;
    font-weight: bold;
    color: #3048ac;
}

.new_japan-trip_h3_titl-area {
    margin-bottom: 50px;
    padding-top: 40px;
}

.new_japan-trip_h3_border-area {
    display: flex;
}

.new_japan-trip_h3_border01 {
    border-bottom: 3px solid #ff704f;
    width: 10%;
    text-align: left;
}

.new_japan-trip_h3_border02 {
    border-bottom: 3px solid #c0c0c0;
    width: 90%;
    text-align: right;
}

/*h3ここまで*/
.new_japan-trip_text {
    font-size: 15px;
    margin-top: 80px;
}

.new_japan-trip_bn-area {
    margin-top: 50px;
    margin-bottom: 40px;
}

.new_japan-trip_bn-area figure {
    margin-top: 80px;
}

.new_japan-trip_bn-area a:hover {
    opacity: 0.8;
    filter: brightness(110%);
}

/*ここからボタン02*/
a.new_japan-trip_btn_02 {
    display: block;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 0.8rem 3rem;
    font-weight: bold;
    border: 2px solid #00a7ea;
    background: #fff;
    color: #00a7ea;
    transition: 0.5s;
    border-radius: 10px;
    font-size: 12px;
    width: 350px;
    text-align: center;
}

a.new_japan-trip_btn_02:hover {
    color: #fff;
    background: #00a7ea;
}

.new_japan-trip_btn-area {
    padding-bottom: 40px;
    padding-top: 40px;
    display: flex;
}

/*ボタン02ここまで*/
/*ここからボタン03*/
a.new_japan-trip_btn_03 {
    display: block;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 0.8rem 3rem;
    font-weight: bold;
    border: 2px solid #00a7ea;
    color: #fff;
    background: #00a7ea;
    transition: 0.5s;
    border-radius: 10px;
    font-size: 12px;
    width: 350px;
    text-align: center;
}

a.new_japan-trip_btn_03:hover {
    color: #00a7ea;
    background: #fff;
}

/*ボタン03ここまで*/
.new_japan-trip-bg01 {
    background-color: #fffae9;
}

.new_japan-trip_map-img {
    margin-top: 50px;
}

.new_japan-trip_h4-island {
    font-size: 15px;
    font-weight: bold;
    color: #e10646;
}

.new_japan-trip_h4-island-tirl {
    font-size: 12px;
    margin-top: 20px;
}

.new_japan-trip_h4-island-box {
    width: 279px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.new_japan-trip_h4-island-aria {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between;
    /* 残り余白の均等割り */
}

.new_japan-trip_h4-island-aria:after {
    content: "";
    display: block;
    width: 279px;
}

/*日本祝日_ここから*/
.new_japan-trip-bg02-white {
    border-radius: 10px;
    background-color: #ecf5fc;
    padding: 45px;
    width: 500px;
}

.new_japan-trip-text dt {
    padding-top: 23px;
    padding-right: 0px;
    /* width: 15em;*/
    float: left;
    min-width: 0px;
    font-weight: bold;
    padding-left: 0.5em;
    color: #0086cd;
    font-size: 15px;
}

.new_japan-trip-text dd {
    padding-top: 28px;
    /*上下幅*/
    padding-bottom: 28px;
    /*上下幅*/
    padding-left: 10.0em;
    /*左の文字位置*/
    font-size: 15px;
    border-bottom: 1px solid #6bc8f2;
    font-weight: normal;
}

.new_japan-trip-text dd:last-child {
    border-bottom: 0px;
}

/*ボーダー上部分*/
/*.new_japan-trip-text {
	border-top: 1px solid #6bc8f2;
}*/
/*日本祝日_ここまで*/
.new_japan-trip_color-pink {
    color: #e10646;
}

.new_japan-trip-ibe-box {
    border-radius: 17px;
    width: 291px;
    border: 1px solid #333;
    margin-top: 20px;
}

.new_japan-trip_h4-ibe {
    font-size: 15px;
    color: #ff704f;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.new_japan-trip-ibe-text {
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.new_japan-trip-ibe-white {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between;
    /* 残り余白の均等割り */
    width: 600px;
}

.new_japan-trip-ibe-white:after {
    content: "";
    display: block;
    width: 291px;
}

.new_japan-trip-white-ibe-aria {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between;
    /* 残り余白の均等割り */
    margin-top: 50px;
}

.new_japan-trip-white-ibe-aria:after {
    content: "";
    display: block;
    width: 500px;
}

.new_japan-trip_text02 {
    font-size: 15px;
    margin-top: 20px;
}

.new_japan-trip_place-img {
    margin-top: 40px;
}

.new_japan-trip_place-titl {
    color: #64bb6c;
    font-weight: bold;
}

.new_japan-trip_place-bg {
    padding: 10px;
    background-color: #fffae9;
    border-radius: 10px;
    border: 1px solid #64bb6c;
    margin-top: 20px;
}

.new_japan-trip_food-box {
    width: 383px;
    margin-top: 20px;
}

.new_japan-trip_food-tetl {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
}

.new_japan-trip_food-area {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between;
    /* 残り余白の均等割り */
    margin-top: 10px;
}

.new_japan-trip_food-area:after {
    content: "";
    display: block;
    width: 383px;
}

.new_japan-hoteru_box-area {
    height: 200px;
    /*ホテルBOXの高さ*/
}

.new_japan-hoteru_text {
    color: #333;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.new_japan-hoteru_area {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    justify-content: flex-start;
    /* 左よせ */
}

.new_japan-hoteru_area:after {
    content: "";
    display: block;
    width: 370px;
}

/*文字が増えた場合*/
.new_japan-hoteru_box-area02 {
    min-height: 152px
}

.new_japan-hoteru_box {
    width: 370px;
    border: 1px solid #a9a9a9;
    margin-right: 15px;
    margin-top: 20px;
}

.new_japan-hoteru_box a:hover {
    opacity: 0.8;
    filter: brightness(110%);
}

/*ホテル　成田（nari）-青*/
.new_japan-hoteru_titl-blue {
    color: #3147ab;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.new_japan-hoteru_rink-blue {
    background-color: #00a7ea;
    padding: 10px;
    text-align: center;
}

a .new_japan-hoteru_rink-blue {
    color: #fff;
    font-weight: bold;
}

.new_japan-hoteru_rink-blue02 {
    background-color: #00a7ea;
    padding: 10px;
    text-align: center;
}

a .new_japan-hoteru_rink-blue02 {
    color: #fff;
    font-weight: bold;
}

/*ホテル　東京-オレンジ*/
.new_japan-hoteru_titl-orange {
    color: #fe6f4f;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.new_japan-hoteru_rink-orange {
    background-color: #ffba41;
    padding: 10px;
    text-align: center;
}

a .new_japan-hoteru_rink-orange {
    color: #fff;
    font-weight: bold;
}

/*ホテル　箱根温泉地区-グリーン*/
.new_japan-hoteru_titl-green {
    color: #007b07;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.new_japan-hoteru_rink-green {
    background-color: #66bb6a;
    padding: 10px;
    text-align: center;
}

a .new_japan-hoteru_rink-green {
    color: #fff;
    font-weight: bold;
}

.new_japan-hoteru_rink-green02 {
    background-color: #66bb6a;
    padding: 10px;
    text-align: center;
}

a .new_japan-hoteru_rink-green02 {
    color: #fff;
    font-weight: bold;
}

/*ホテル　東海地区-ピンク*/
.new_japan-hoteru_titl-pink {
    color: #e40150;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.new_japan-hoteru_rink-pink {
    background-color: #ffa8c8;
    padding: 10px;
    text-align: center;
}

a .new_japan-hoteru_rink-pink {
    color: #fff;
    font-weight: bold;
}

.new_japan-hoteru_rink-pink02 {
    background-color: #ffa8c8;
    padding: 10px;
    text-align: center;
}

a .new_japan-hoteru_rink-green02 {
    color: #fff;
    font-weight: bold;
}

/*ホテル　大阪及び関西空港地方及び京都-purple*/
.new_japan-hoteru_titl-purple {
    color: #5d1ab7;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.new_japan-hoteru_rink-purple {
    background-color: #a760ea;
    padding: 10px;
    text-align: center;
}

a .new_japan-hoteru_rink-purple {
    color: #fff;
    font-weight: bold;
}

.new_japan-hoteru_rink-purple02 {
    background-color: #a760ea;
    padding: 10px;
    text-align: center;
}

a .new_japan-hoteru_rink-purple02 {
    color: #fff;
    font-weight: bold;
}

/*ここから世界遺産*/
.new_japan-main_area {
    margin-top: 20px;
}

.new_japan-trip_world-nt-box {
    width: 370px;
    margin-top: 30px;
}

.new_japan-trip_world-text-area {
    padding-top: 20px;
    padding-bottom: 10px;
}

.new_japan-trip_world-h3 {
    color: #e93b76;
    font-size: 18px;
    font-weight: bold;
}

.new_japan-trip_world-h3_text {
    font-size: 20px;
    line-height: 1.5em;
}

.new_japan-trip_world-nt-aria {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between;
    /* 分配配置 */
    margin-top: 20px;
}

.new_japan-trip_world-nt-aria:after {
    content: "";
    display: block;
    width: 370px;
}

.new_japan-trip_world-sz-box {
    width: 260px;
    margin-top: 30px;
}

.new_japan-trip_world-sz-aria {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    justify-content: space-between;
    /* 分配配置 */
    margin-top: 20px;
}

.new_japan-trip_world-sz-aria:after {
    content: "";
    display: block;
    width: 260px;
}

/*h3*/
.new_japan-trip_h3_titl {
    font-size: 25px;
    font-weight: bold;
    color: #3048ac;
}

.new_japan-trip_h3_titl-area {
    margin-bottom: 0px;
    padding-top: 40px;
}

.new_japan-trip_h3_border-area {
    display: flex;
}

.new_japan-trip_h3_border01 {
    border-bottom: 3px solid #6bc8f2;
    width: 10%;
    text-align: left;
}

.new_japan-trip_h3_border02 {
    border-bottom: 3px solid #c0c0c0;
    width: 90%;
}

/*赤系を基調とした暖かい・穏やかなグラデーション文字ここから*/
.new_titl_orange-gradation {
    display: inline-block;
    background: linear-gradient(135deg, #ff7050 0%, #fed878 100%);
    background: -webkit-linear-gradient(-45deg, #ff7050 0%, #fed878 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 30px;
}

.new_japan-trip_titl_area {
    display: flex;
    margin-top: 50px;
}

.new_japan-trip_text03 {
    font-size: 20px;
    margin-top: 10px;
    line-height: 3em;
}




@media screen and (max-width:767px) {

    /*japan-trip767*/
    /*メイン画像*/
    .new_mainimage_sabu_japan-trip {
        background-position: center;
        background-size: cover;
        min-height: 300px;
    }

    .new_mainimage_sabu_japan-trip-about {
        background-image: url("../img/japan_trip-about_japan/kv_japan-trip-about_sp.jpg");
        background-position: center;
        background-size: cover;
        height: 300px;
    }

    .new_mainimage_sabu_japan_trip_hoter {
        background-image: url("../img/japan_trip-hoteru_japan/kv_japan_trip-hoteru_japan_sp.jpg");
        background-position: center;
        background-size: cover;
        height: 300px;
    }

    .new_mainimage_sabu_japan_trip_world {
        background-image: url("../img/japan_trip_world/kv_japan_trip-world_japan_sp.jpg");
        background-position: center;
        background-size: cover;
        height: 300px;
    }

    .new_mainimage_sabu_japan_trip_knowledg {
        background-image: url("../img/japan_trip_knowledge/kv_japan_trip-knowledge_japan_sp.jpg");
        background-position: center;
        background-size: cover;
        height: 300px;
    }

    .new_mainimage_sabu_japan_trip_travel {
        background-image: url("../img/japan_trip_travel_travel/kv_japan_trip_travel_sp.jpg");
        background-position: center;
        background-size: cover;
        height: 300px;
    }

    .new_japan-trip_sec1,
    .new_japan-trip_sec2,
    .new_japan-trip_sec3,
    .new_japan-trip_sec4,
    .new_japan-trip_sec5,
    .new_japan-trip_sec6,
    .new_japan-trip_sec7,
    .new_japan-trip_sec8,
    .new_japan-trip_sec9,
    .new_japan-trip_sec10,
    .new_japan-trip_sec11,
    .new_japan-trip_sec12,
    .new_japan-trip_sec13,
    .new_japan-trip_sec14,
    .new_japan-trip_sec15 {
        width: 100%;
    }

    /*h3線ここから*/
    .new_japan-trip_h3_border01 {
        border-bottom: 3px solid #ff704f;
        width: 40%;
        text-align: left;
    }

    .new_japan-trip_h3_border02 {
        border-bottom: 3px solid #c0c0c0;
        width: 60%;
        text-align: right;
    }

    /*h3線ここまで*/
    /*h3ここから*/
    .new_japan-trip_h3_titl {
        font-size: 15px;
    }

    /*h3ここまで*/
    /*ul並び*/
    .new_japan-trip_img-culums {
        flex-wrap: wrap;
    }

    .new_japan-trip_img-culums li {
        width: 100%;
        margin-bottom: 5px;
    }

    .new_japan-trip_img-culums02 {
        flex-wrap: wrap;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .new_japan-trip_img-culums02 li {
        width: 100%;
    }

    .new_japan-trip_img-culums02 li img {
        padding: 0px 0px;
        /*上下左右余白*/
    }

    .new_japan-trip_img-culums li img {
        height: 150px;
    }

    .new_japan-trip_img_text {
        display: block;
        /* Safari 用：a タグをブロック要素に */
        position: relative;
        /* Safari 用：明示的に再設定 */
        width: 100%;
        /* Safari 用：幅を明示的に設定 */
    }

    .new_japan-trip_img_text p {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        text-align: center;
        white-space: nowrap;
        font-size: 1.3em;
    }

    /* 移动端调整箭头尺寸 */
    .new_japan-trip_img_text::before {
        width: 28px;
        height: 28px;
        bottom: 10px;
        right: 10px;
        font-size: 11px;
    }

    /*ul並びここまで*/
    /*グラデーション文字ここから*/
    .new_japan-trip_titl_area {
        margin-top: 20px;
    }

    .new_titl_japan-trip_pink-gradation {
        font-size: 18px;
    }

    /*グラデーション文字ここまで*/
    .new_japan-trip_area {
        display: block;
        /* 横並び */
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .new_japan-trip_bg-box {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .new_japan-trip_bg-box-blue {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .new_japan-trip_bn-area figure {
        margin-top: 30px;
    }

    .new_japan-trip_bn-area {
        margin-top: 0px;
    }

    .new_japan-trip_text {
        margin-top: 30px;
    }

    .new_japan-trip_area01 {
        margin-top: 0px;
    }

    /*ボタン*/
    .new_japan-trip_btn-area {
        padding-bottom: 40px;
        padding-top: 40px;
        display: block;
    }

    a.new_japan-trip_btn_02 {
        padding: 1rem 0rem;
        width: 100%;
        margin-bottom: 20px;
    }

    a.new_japan-trip_btn_03 {
        padding: 1rem 0rem;
        width: 100%;
        margin-bottom: 20px;
    }

    /*ボタンここまで*/
    .new_japan-trip_h4-island-aria {
        display: block;
        /* 横並びなし */
        text-align: center;
        /* 文字センター */
        width: auto;
    }

    .new_japan-trip_h4-island-box {
        width: 100%;
        margin: 0 auto;
    }

    /*日本祝日ここから*/
    .new_japan-trip-text dt {
        padding-top: 10px;
        float: none;
        border-right: none;
        padding-left: 0em;
    }

    .new_japan-trip-text dd {
        padding-bottom: 10px;
        padding-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
    }

    .new_japan-trip-bg02-white {
        width: 100%;
    }

    /*日本祝日ここまで*/
    .new_japan-trip-ibe-white {
        display: block;
        /* 横並びなし */
        text-align: center;
        /* 文字センター */
        width: 100%;
    }

    .new_japan-trip-ibe-box {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 0;
    }

    .new_japan-trip-white-ibe-aria {
        margin: 0 auto;
        display: block;
        /* 横並びなし */
    }

    .new_japan-trip_food-area {
        display: block;
        /* 横並びなし */
    }

    .new_japan-trip_food-box {
        margin: 0 auto;
        width: 100%;
    }

    /*ホテルここから*/
    .new_japan-hoteru_area {
        margin-top: 20px;
    }

    .new_japan-hoteru_box-area {
        height: 255px;
        /*ホテルBOXの高さ*/
    }

    .new_japan-hoteru_text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .new_japan-hoteru_box-area02 {
        min-height: 208px
    }

    .new_japan-hoteru_box {
        width: 100%;
        margin-top: 20px;
    }

    /*ホテル成田-青*/
    .new_japan-hoteru_titl-blue {
        font-size: 18px;
    }

    /*東京地区-オレンジ*/
    .new_japan-hoteru_titl-orange {
        font-size: 18px;
    }

    /*箱根温泉地区-グリーン*/
    .new_japan-hoteru_titl-green {
        font-size: 18px;
    }

    /*東海地区-ピンク*/
    .new_japan-hoteru_titl-pink {
        font-size: 18px;
    }

    /*大阪及び関西空港地方及び京都-紫*/
    .new_japan-hoteru_titl-purple {
        font-size: 18px;
    }

    .new_japan-trip_world-nt-aria {
        display: block;
        /* 横並びなし */
        margin-top: 10px;
    }

    .new_japan-trip_world-sz-aria {
        display: block;
        /* 横並びなし */
        margin-top: 10px;
    }

    .new_japan-trip_world-sz-box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .new_japan-trip_world-nt-box {
        width: 100%;
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .new_japan-trip_world-text-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .new_japan-trip_world-h3_text {
        font-size: 15px;
    }

    /*h3線*/
    .new_japan-trip_h3_border01 {
        border-bottom: 3px solid #6bc8f2;
        width: 40%;
        text-align: left;
    }

    .new_japan-trip_h3_border02 {
        border-bottom: 3px solid #c0c0c0;
        width: 60%;
        text-align: right;
    }

    /*赤系を基調とした暖かい・穏やかなグラデーション文字ここから*/
    .new_titl_orange-gradation {
        font-size: 20px;
    }

    .new_japan-trip_titl_area {
        display: block;
        margin-top: 20px;
    }

    .new_japan-trip_text03 {
        font-size: 15px;
        line-height: 2.5em;
    }


}

/* 中文字体设置 - 全局应用（文件名以 -ch 或 -cn 结尾的页面） */
body.new_body-font_zh {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', sans-serif !important;
}

/* 排除 Font Awesome 图标，保持图标字体 */
body.new_body-font_zh *:not([class*="fa"]) {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', sans-serif !important;
}

/* 中文字体设置 - 特定元素 */
.new_japan-trip_sec2,
.new_japan-trip_sec3,
.new_japan-trip_text03,
.new_japan-trip_h3_titl,
.new_titl_orange-gradation,
.new_japan-trip_notice-content {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', '微软雅黑', 'SimSun', '宋体', sans-serif !important;
    color: #333;
}

/* 日语字体设置 */
body.new_body-font_ja .new_japan-trip_sec2,
body.new_body-font_ja .new_japan-trip_sec3,
body.new_body-font_ja .new_japan-trip_text03,
body.new_body-font_ja .new_japan-trip_h3_titl,
body.new_body-font_ja .new_titl_orange-gradation,
body.new_body-font_ja .new_japan-trip_notice-content {
    font-family: 'Noto Sans JP', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', 'Hiragino Sans', 'ヒラギノ角ゴ', 'MS Gothic', 'MS ゴシック', sans-serif !important;

    color: #333;
}

/* 快速导航目录样式 */
.new_japan-trip_nav-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 4px;
    margin: 20px 0;
    border-left: 4px solid #ff6b35;
}

.new_japan-trip_nav-title {
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 15px;
}

.new_japan-trip_nav-title i {
    margin-right: 8px;
    color: #ff6b35;
}

.new_japan-trip_nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.new_japan-trip_nav-item {
    margin: 5px 0;
}

.new_japan-trip_nav-link {
    color: #ff6b35;
    text-decoration: none;
    padding: 8px 15px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #e0e0e0;
}

.new_japan-trip_nav-link:hover {
    background: #ff6b35;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3);
}

/* 特别说明样式 */
.new_japan-trip_notice-box {
    background: #fff3e0;
    padding: 20px;
    border-radius: 4px;
    border-left: 4px solid #ff9800;
    margin-top: 20px;
}

.new_japan-trip_notice-title {
    font-size: 16px;
    color: #e65100;
    display: block;
    margin-bottom: 12px;
}

.new_japan-trip_notice-title i {
    margin-right: 8px;
    color: #ff9800;
}

/* 文字强调样式 */
.new_japan-trip_highlight {
    color: #d32f2f;
    font-weight: bold;
    cursor: default;
}

.new_japan-trip_highlight-bracket {
    color: #d32f2f;
    font-weight: bold;
}

/* 小强调样式 - 用于数字、关键词等 */
.new_japan-trip_emphasize {
    color: #d32f2f;
    font-weight: 600;
}

.new_japan-trip_emphasize-number {
    color: #d32f2f;
    font-weight: 600;
}

.new_japan-trip_emphasize-link {
    color: #d32f2f;
    font-weight: 600;
    text-decoration: underline;
}

.new_japan-trip_notice-content {
    line-height: 1.8;
    color: #333;
}

.new_japan-trip_notice-content p {
    margin: 8px 0;
}

.new_japan-trip_notice-warning {
    margin: 12px 0 0 0;
    color: #d32f2f;
    font-weight: bold;
}

/* 签证类型对比表样式 */
.new_japan-trip_compare-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 4px;
    margin: 30px 0;
    border-left: 4px solid #ff6b35;
}

.new_japan-trip_compare-title {
    font-size: 20px;
    color: #333;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

.new_japan-trip_compare-title i {
    color: #ff6b35;
    margin-right: 10px;
}

.new_japan-trip_compare-table-wrapper {
    overflow-x: auto;
}

.new_japan-trip_compare-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.new_japan-trip_compare-table thead {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c5a 100%);
    color: #fff;
}

.new_japan-trip_compare-table th {
    padding: 15px 12px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.new_japan-trip_compare-table th:first-child {
    text-align: left;
    padding-left: 20px;
}

.new_japan-trip_compare-table th:last-child {
    border-right: none;
}

.new_japan-trip_compare-table tbody tr {
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s;
}

.new_japan-trip_compare-table tbody tr:hover {
    background-color: #f8f9fa;
}

.new_japan-trip_compare-table tbody tr:last-child {
    border-bottom: none;
}

.new_japan-trip_compare-table td {
    padding: 12px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #e9ecef;
}

.new_japan-trip_compare-table td:first-child {
    text-align: left;
    padding-left: 20px;
    font-weight: 600;
    color: #555;
    background-color: #f8f9fa;
    width: 180px;
}

.new_japan-trip_compare-table td:last-child {
    border-right: none;
}

.new_japan-trip_compare-table .compare-label {
    background-color: #f0f2f5 !important;
}

/* 改善文本可读性 */
.new_japan-trip_text03 {
    line-height: 1.8;
    margin-bottom: 15px;
}

/* 改善标题间距 */
.new_japan-trip_h3_titl-area {
    margin-top: 40px;
    margin-bottom: 20px;
}

.new_footer_area a {
    color: #333;
}

/* 移动端响应式 */
@media (max-width: 768px) {
    #back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .new_japan-trip_nav-list {
        gap: 5px;
    }

    .new_japan-trip_nav-item {
        width: calc(50% - 2.5px);
        margin: 0;
    }

    .new_japan-trip_nav-link {
        width: 100%;
        text-align: center;
    }

    .new_japan-trip_notice-content {
        font-size: 15px;
    }

    .new_japan-trip_compare-box {
        padding: 15px;
        margin: 20px 0;
    }

    .new_japan-trip_compare-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .new_japan-trip_compare-table {
        font-size: 12px;
    }

    .new_japan-trip_compare-table th {
        padding: 10px 8px;
        font-size: 13px;
    }

    .new_japan-trip_compare-table td {
        padding: 10px 8px;
        font-size: 12px;
    }

    .new_japan-trip_compare-table td:first-child {
        padding-left: 12px;
        width: 100px;
        font-size: 12px;
    }
}