@charset "utf-8";

/*  メインビジュアル
============================================================================= */
.mv-area { background: url(/kokunai/area/toyama/_images/bg-mv-01.jpg) no-repeat center top; background-size: cover; }
.mv-area.mv-spr { background: url(/kokunai/area/toyama/_images/bg-mv-01.jpg) no-repeat center top; background-size: cover; }
.mv-area.mv-sum { background: url(/kokunai/area/toyama/_images/bg-mv-sum.png) no-repeat center top; background-size: cover; }
.mv-area.mv-aut { background: url(/kokunai/area/toyama/_images/bg-mv-aut.png) no-repeat center top; background-size: cover; }
.mv-area.mv-win { background: url(/kokunai/area/toyama/_images/bg-mv-win.png) no-repeat center bottom; background-size: cover; }

/*  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);}
/*  recommend
============================================================================= */
.plan__item{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
}
.plan__item a{
    color: #323743;
    transition: 0.4s ease;
    opacity: 1;
    min-height: 0%;
}
.plan__item a:hover{
    color: #323743;
    opacity: .6;
    text-decoration: none;
}
.plan__item-images{
    width: 100%;
}
.plan__item-images img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.plan__item-destination{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem;
    line-height: 1.3;
    flex-direction: row;
    width: calc(100% - 30px);
    margin: 15px 15px 0;
}
.plan__item-detail-icon{
    order: 2;
}
.plan__item-detail-icon li{
    position: relative;
    line-height: 1.3;
    display: inline;
    background-color: #EAF0F7;
    border-radius: 10px;
    padding: 6px 12px 6px 32px;
    font-size: 1.4rem;
}
.plan__item-detail-icon li:before{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: 'kkrs-dp' !important;
    text-decoration: none;
    speak: none;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.plan__item-detail-icon li.icon-air:before { content: "\e918";}
.plan__item-detail-icon li.icon-jr:before { content: "\e969";}
.plan__item-day{
    order: 1;
    font-weight: bold;
    font-size: 1.8rem;
    color: #3498DB;
}
.plan__item-detail{
    margin: 12px;
}
.plan__item-title{
    font-size: 1.8rem;
    font-weight: bold;
}
.plan__item-lead{
    margin-top: 8px;
    font-size: 1.4rem;
}
.plan__item-price{
    margin-top: 8px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #cc0d21;
}
.plan__item-price em{
    font-size: 2.6rem;
    font-weight: bold;
}
.plan__item-note{
    font-size: 1.2rem;
    text-align: center;
}
.area-coupon .dom-featlist{
    margin: 16px 0 0 -16px;
} 


/*  地図
============================================================================= */
.pref-map-subarea{ background-image: url(/kokunai/area/toyama/_images/map.gif); }
.pref-map-subarea > li.pref-map-pref{ left: 70.67%; top: 32.38%; }
#pref-map-01{ left: 42.67%; top: 33.98%; }
#pref-map-02{ left: 57.58%; top: 16.10%; }
#pref-map-03{ left: 53.57%; top: 51.32%; }
#pref-map-04{ left: 29.55%; top: 27.96%; }
#pref-map-05{ left: 27.32%; top: 47.96%; }

/*  ツアーだからこの価格
============================================================================= */
.ttl{
    text-align: center;
    font-size: 2.0rem;
}
.setplan .ttl span{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    font-weight: bold;
}
.setplan .ttl span:before,
.setplan .ttl span:after{
    position: absolute;
    top: 0;
    content: "";
    display: inline-block;
    width: 5px;
    height: 130%;
    border-radius: 3px;
    background: #3498DB;
}
.setplan .ttl span:before{
    left: 0;
    transform:rotate(-30deg);
}
.setplan .ttl span:after{
    right: 0;
    transform:rotate(30deg);
}
.setplan-sect{
    margin: 30px;
}
.setplan-sect.-sub{
    margin-top: 20px;
}
.setplan-sect.-sub .ttl-sub{
    position: relative;
    font-size: 1.8rem;
}
.setplan-reference{
    margin-top: 10px;
    padding: 15px 0;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: #fff;
}
.setplan-reference_box{
    padding: 0 10px;
    width: 100%;
}
.setplan-reference_box:not(:first-child){
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #ccc;
}
.setplan-reference_ttl{
    padding-bottom: 15px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: dashed 2px #ccc;
}
.setplan-reference_ttl span{
    display: inline-block;
    padding: 0 10px;
    background: linear-gradient(transparent 60% ,#ff6 60%);
}
.setplan-reference_price{
    margin-top: 15px;
    text-align: center;
    color: #3498DB;
    font-size: 1.8rem;
    font-weight: bold;
}
.setplan-reference_price-num{
    font-size: 3.0rem;
}
.setplan-reference_conditions{
    margin-top: 10px;
    text-align: center;
    font-size: 1.3rem;
}
.setplan-reference_box .fbt{
    margin-top: 20px;
}
.setplan-sect.-sub .ttl-sub span{
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
}
.train-ex{
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #ccc;
    background: #fff;
}
.train-ex_area{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #f5f5f5;
}
.train-ex_arealist{
    position: relative;
    display: flex;
    justify-content: center;
}
.train-ex_arealist:before, .train-ex_arealist:after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 100%;
}
.train-ex_arealist:before{
    height: 5px;
    background: #777;
}
.train-ex_arealist:after{
    height: 3px;
    background: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 9px);
    background-size:
        9px 3px;
    background-position:
        left top;
    background-repeat:
        repeat-x;
}
.train-ex_arealist_item{
    font-size: 1.8rem;
}
.train-ex_arealist_item:not(:first-child){
    margin-left: 50px;
}
.train-ex_arealist_item span{
    position: relative;
    z-index: 1;
    padding: 0 10px;
    background: #f5f5f5;
}
.train-ex_price{
    margin: 10px 10px 0;
    text-align: center;
}
.train-ex_pricetxt{
    font-size: 2.2rem;
}
.train-ex_pricetxt sub{
    margin-left: 5px;
    font-size: 1.3rem;
    vertical-align: text-bottom;
}
.train-ex_pricecondition{
    font-size: 1.3rem;
}
.train-ex_grade{
    margin: 10px 10px 0;
    text-align: center;
}
.setplan_kome{
    display: flex;
    justify-content: flex-end;
    margin-top: 7px;
    font-size: 1.2rem;
}
.setplan_kome:before{
    content: "\203B";
    margin-right: .2em;
    width: 1em;
}
}
@media screen and (max-width: 374px) {
    .setplan .ttl{
        margin: 0 10px;
    }
}
@media screen and (min-width: 960px) {
    .setplan .ttl span{
        padding: 0 30px;
    }
    .setplan-sect{
        margin-top: 50px;
    }
    .setplan-sect.-sub{
        margin-top: 50px;
    }
    .setplan-reference{
        display: flex;
        margin-top: 20px;
        padding: 20px 0;
        border-radius: 20px;
    }
    .setplan-reference_box{
        padding: 10px 30px;
    }
    .setplan-reference_box:not(:first-child){
        margin: 0;
        padding: 10px 30px;
        border-top: none;
        border-left: solid 1px #ccc;
    }
    .setplan-reference_ttl{
        font-size: 2.0rem;
    }
    .setplan-reference_conditions{
        font-size: 1.4rem;
    }
    .setplan-reference_box .fbt{
        margin-top: 30px;
    }
    .setplan-reference_box .fbt a{
        max-width: 550px;
    }
    
    .setplan-sub{
        display: flex;
        justify-content: space-between;
    }
    .setplan-sub .setplan-sect:first-child{
        width: calc(55% - 20px);
    }
    .setplan-sub .setplan-sect:nth-child(2){
        width: calc(45% - 20px);
    }
    .setplan-sect.-sub .ttl-sub span{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        text-align: center;
    }
}
/* 各ボタン */
.fbt, .feature-sect__more{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.fbt + .fbt{
    margin-top: 10px;
}
.fbt a{
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 500px;
    min-height: 50px;
    padding: 5px 10px;
    color: #3498DB!important;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    border-radius: 0;
    background: transparent linear-gradient(112deg, #3498db, #52c8ff) 0 0 no-repeat padding-box;
    overflow: hidden;
    transition: border-radius .3s;
}
.fbt a:after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -2;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: 2px;
    border-radius: 0;
    background: #fff;
    transition: border-radius .3s;
}
.fbt-txt p{
    text-align: center;
    margin-left: 20px;
}
.fbt-txt .m-ico + p{
    margin-left: 10px;
}
.fbt-txt p span{
    font-size: 1.2rem;
}
.fbt-txt, .feature-sect__more span{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fbt .m-ico{
    margin-top: 1px;
    line-height: 1;
}
.m-ico:before {
    position: relative;
    top: 2px;
    font-family: 'Material Icons Round';
    content: attr(data-icon);
    font-size: 100%;
}
.fbt .m-ico.-arrow{
    font-size: 2.0rem;
    line-height: 1;
}
.fbt .m-ico.-icon{
    font-size: 2.0rem;
}
.fbt .m-ico.-icon-plus{
    margin: 0 -2px;
    font-size: 1.5rem;
}


