﻿@charset "utf-8";
/*  共通
============================================================================= */
.jtb-nav-breadcrumb {
    margin: 0 auto 25px;
}
.top {
    position: relative;
}
.sect {
    margin-top: 3rem;
}
h1 {
    font-weight: bold;
    line-height: 1.3;
    max-width: 1236px;
    text-align: left;
    font-family: "Yu Gothic Medium", YuGothic, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, Arial, Verdana, "游ゴシック体", "游ゴシック Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
}

@media screen and (min-width:768px) {
    .h1-sp {
        display: none;
    }
    .h1-pc {
        font-size: 2.1rem;
        margin: 0 auto 25px;
    }
}
@media screen and (max-width:767px) {
    .h1-pc {
        display: none;
    }
    .h1-sp {
        font-size: 1.5rem;
        margin: 20px 5px 5px;
    }
}

/*  MV
============================================================================= */
.mv {
    background: url(../_images/mv.jpg) no-repeat ;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
}
.mv .c-inner {
    text-align: center;
}
.mv .c-title {
    color: #fff;
    text-shadow: 1px 1px 8px #000000;
}
.mv .c-title span {
    font-weight: 700;
    line-height: 1.2em;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.mv .c-title em {
    color: #fff;
    font-weight: 900;
}


@media screen and (min-width:768px) {
    .mv {
        height: 31.25em;
    }
    .mv .c-title span {
        font-size: 6rem;
    }
    .mv .c-title em {
        font-size: 10rem;
    }
}

@media screen and (max-width:767px) {
    .mv {
        height: 20.25em;
    }
    .mv .c-title span {
        font-size: 3.2rem;
    }
    .mv .c-title em {
        font-size: 4.5rem;
    }
}    

/*  ページナビ
============================================================================= */
.pagenav {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
}
.pagenav .inner {
    padding: 0;
}
.pagenav-list {
    display: flex;
}
.pagenav-list_item {
    flex: 1;
    background-color: #3498db;
}
.pagenav-list_item a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: #323743;
    font-weight: bold;
    transition: background-color 0.2s ease, min-height 0.5s ease;
}
.pagenav-list_item a:before {
    left: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 1px;
    height: 60%;
    border-left: solid 1px #fff;
}
.pagenav-list_item-txt {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.3;
    color: #fff;
}
.pagenav-list_item .m-ico {
    line-height: 1;
    color: #fff;
}
.m-ico:before {
    font-size: 1.6rem;
}

@media screen and (min-width:768px) {
    .pagenav {
        background-color: #3498db;
        box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 20%);
    }
    .pagenav .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin: 0 auto;
        width: 100%;
        max-width: 1280px;
    }
    .pagenav-list {
        width: calc(100% - 170px);
    }
    .pagenav-list_item a {
        min-height: 85px;
        line-height: 1.5;
        padding: 5px 5px 0px;
    }
    .pagenav-list_item .m-ico {
        font-size: 2.5rem;
    }
    .select-departure {
        cursor: pointer;
        padding: 10px;
        border: 1px solid #ccc;
        background: #fff;
        transition: opacity .2s;
    }
}

@media screen and (max-width:767px) {
    .pagenav-list_item a {
        min-height: 48px;
        line-height: 1.3;
        padding: 5px 2px 2px;
    }
    .pagenav-list_item .m-ico {
        font-size: 2rem;
    }
    .m-ico {
        position: relative;
        top: -1px;
        font-style: normal;
        vertical-align: middle;
        margin: 0 5px;
    }
    .select-departure {
        position: absolute !important;
        right: 5px;
        top: 65px;
        transition: opacity .5s;
        padding: 6px;
    }
}

/*  grid
============================================================================= */
.ly_grid{ -ms-flex-wrap:wrap; display:-webkit-box; display:-ms-flexbox; display:flex; flex-wrap:wrap; margin-left:-16px;}
.ly_grid .ly_grid__item{ -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 24px; margin-left:16px;}
.ly_grid.-recommend .ly_grid__item{ width: calc(33.33333% - 16px);}

/*  ポイント
-----------------------------------------------------------*/
.flame {
    background-color: #c6edff;
    border-radius: 10px;
    padding: 20px;
}
.flame .first {
    text-align: center;
    font-weight: 500;
}
.flame_2 ul {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.flame_2 .first_2 {
    font-weight: bold;
}
.flame_2 .point-tag {
    background-color: #3498DB;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    margin-right: 10px;
}

@media screen and (min-width:768px) {
    .flame {
        margin-top: 50px;
    }
    .flame .first {
        font-size: 2.3rem;
    }
    .flame_2 {
        display: flex;
    }
    .flame_2 ul {
        margin: 15px;
        width: calc(100% / 3);
    }
    .flame_2 .first_2 {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width:767px) {
    .flame {
        margin-top: 20px;
    }
    .flame .first, .flame_2 .first_2 {
        font-size: 1.6rem;
    }
    .flame_2 ul {
        margin: 15px 5px;
    }
}

/*  おすすめツアー
============================================================================= */
.title-h4{
    position: relative;
    padding: 10px 20px;
    background-color: #005bac;
    color: #fff;
    font-weight: bold;
    border-radius: .325em;
    filter: drop-shadow(0.275em .275em 0 #9cb0cf);
}
.wrap__cassette__item {
    background-color: #E3F4FC;
    padding: 2em 2rem 3rem;
    margin-top: 1em;
    border-radius: 8px;
}
.jtbonly-wrap__cassette__item img {
    position: relative;
}
.cap {
    align-items: center;
    color: #fff;
    display: inline-flex;
    height: 1.5em;
    justify-content: center;
    line-height: 1;
    padding: 6px 12px;
    position: absolute;
    left: 0;
    text-shadow: #323743 1px 1px 2px, #323743 -1px 1px 2px, #323743 1px -1px 2px, #323743 -1px -1px 2px;
}
.sub-ttl, .sub-ttl-txt {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.sub-ttl-txt:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    background: radial-gradient(circle farthest-side, #BCBDC2, #BCBDC2 30%, transparent 30%, transparent);
    background-size: 10px;
    margin-bottom: 20px;
}
.tour-introduction {
    position: relative;
    min-height: 434px;
}
.tour-introduction .page-title-h4 {
    font-weight: bold;
}
.jtbonly-txt {
    background-color: #3498DB;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    width: 40%;
    text-align: center;
}
.column {
    margin-top: 24px;
    text-align: right;
}
.column a {
    display: inline-flex;
    align-items: center;
    color: #2196F3;
    font-weight: bold;
}
.fourpoint {
    line-height: 2.3;
}
.feature-sect__more a {
    background-color: #3498DB !important;
    color: #fff !important;
}
.page-title-label, .page-title-label_2 {
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}
.page-title-label {
    background-color: #d90d18;
}
.page-title-label_2 {
    background-color: #00a0e8;
}
.route_map {
    padding: 20px 10px !important;
    border: solid 1px #BCBDC2;
}
.route_map dt {
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-bottom: 8px;
}


@media screen and (min-width:768px) {
    .title-h4{
        margin-left: calc(40% + 30px);
    }
    .wrap__cassette__item {
        line-height: 1.6;
        font-size: 1.6rem;
    }
    .photo {
        display: flex;
        justify-content: space-between;
        align-items:center;
    }    
    .cap {
        font-size: .75em;
        bottom: 1em;
    }
    .sub-ttl, .sub-ttl-txt {
        font-size: 2.1rem;
    }
    img.left {
        margin: 0 auto;
    }
    img.center {
        margin: 0 auto;
        height: 480px;
    }
    .tour-introduction {
        padding-top: 40px;
    }
    .tour-introduction .page-title-h4 {
        margin-left: calc(45% + 40px);
        font-size: 2.1rem;
    }
    .page-title-label, .page-title-label_2 {
        font-size: 2.6rem;
        margin-top: 30px;
    }
    .route_map {
        width: 25%;
        margin: 24px 8px 8px 0 !important;
        border-radius: 8px;
    }
    .route_map dd img {
        height: 200px;
        display: block;
        margin: 0 auto;
    }
    .route_map dd p {
        padding: 8px 8px 0;
        font-size: 1.4rem;
    }
}

@media screen and (max-width:767px) {
    .wrap__cassette__item {
        line-height: 1.4;
        font-size: 1.4rem;
    }
    .cap {
        font-size:1.3rem;
        bottom: 15em;
    }
    .sub-ttl, .sub-ttl-txt {
        font-size: 1.6rem;
    }
    .tour-introduction {
        padding-top: 15px;
    }
    .tour-introduction .page-title-h4 {
        font-size: 1.6rem;
    }
    .feature-sect__more a {
        font-size: 1.4rem !important;
    }
    .page-title-label, .page-title-label_2 {
        font-size: 1.6rem;
        margin-top: 3rem;
        padding: 3px 0;
    }
    .jtbonly-ly-btn-column {
        text-align: right;
    }
    .jtbonly-ly-btn-column a {
        font-size: 1.4rem !important;
    }
}

/*  関西発
============================================================================= */
/* 初期状態では両方を非表示 */
.comment {
    font-size: .75em;
    padding: 8px 0 3px;
}

@media screen and (min-width:768px) {
    .kansai-route {
        justify-content: center;
        overflow-x: hidden;
    }
}

@media screen and (max-width:767px) {
}

/*  持ち物リスト
============================================================================= */
.bringlist-cassette_item {
    display: block;
    margin: 0 auto;
    padding: 16px 0;
}
.bringlist-cassette_item span {
    display: flex;
    align-items: center;
    font-weight: bold;
}
.bring-icon::before {
    font-family: 'Material Icons Round';
    content: "\e834";
    color: #D91F19;
    margin-right: 3px;
}
.bring-icon2::before {
    font-family: 'Material Icons Round';
    content: "\e834";
    color: #078E61;
    margin-right: 3px;
}
.bringlist-cassette_item img {
    cursor: pointer;
}
.attention {
    text-align: end;
}

@media screen and (min-width:768px) {
    .bringlist-cassette {
        margin: 30px 0 0;
    }
    .bringlist-cassette_item {
        width: 85%;
    }
    .bringlist-cassette_item span {
        font-size: 2.1rem;
    }
}

@media screen and (max-width:767px) {
    .bringlist-cassette_item span {
        font-size: 1.6rem;
    }
}


/*  おすすめの特集・プラン
============================================================================= */
.feature-cassette {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 -50px;
}
.feature-cassette_txt {
    text-align: center;
}

@media screen and (min-width:768px) {
    .feature-cassette {
        margin: 10px 0 0 -50px;
    }
    .feature-cassette_item {
        margin: 20px 0 0 50px;
        width: calc(100% / 4 - 50px);
    }
}
@media screen and (max-width:767px) {
    .feature-cassette {
        margin: 10px 10px 0 0;
    }
    .feature-cassette_item {
        position: relative;
        margin: 10px 0 0 10px;
        width: calc(100% / 2 - 10px);
    }
    .feature-cassette_item a {
        display: block;
        color: #323743;
    }
}

/*  フッター
============================================================================= */
.dom-dp__bn {
    display: none;
}
.footer-nav {
    border-top: 0;
}
.m-ico:before {
    position: relative;
    top: -1px;
    font-family: 'Material Icons Round';
    content: attr(data-icon);
    font-size: 100%;
}
.swipeBt {
    background: #666;
    border-color: #666;
}

@media screen and (min-width:768px) {
    .m-ico:before {
        top: -1px;
    }
}

@media screen and (max-width:767px) {
    .m-ico:before {
        top: 2px;
    }
}

/*  クローズ
============================================================================= */
.box {
    padding: 0.5em 1em;
    margin: 2em auto;
    font-weight: bold;
    background: #fff;
    border: solid 3px #fff;
    border-radius: 10px;
    width: 85%;
}
.box-txt {
    text-align: center;
}
.pagenav-list {
    width: 100%;
}
.pagenav-list_item_left a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: #323743;
    font-weight: bold;
    transition: background-color 0.2s ease, min-height 0.5s ease;
}
.pagenav-list_item_left .m-ico {
    line-height: 1;
    color: #fff;
}

@media screen and (min-width:768px) {
    .pagenav-list_item_left a {
        min-height: 85px;
        line-height: 1.5;
        padding: 5px 5px 0px;
    }
    .pagenav-list_item_left .m-ico {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:767px) {
    .pagenav-list_item_left a {
        min-height: 48px;
        line-height: 1.3;
        padding: 2px 2px 2px;
    }
    .pagenav-list_item_left .m-ico {
        font-size: 2rem;
    }
}