@charset "utf-8";
/* コンテンツ幅 950px */
.contentsInr .contentsUnit{padding:0 10px;}
@media all and (min-width:740px){
/* コンテンツ幅 フル */
.contentsInr{width:auto;padding:0px;}
.contentsInr .contentsUnit{width:950px;padding:0px;margin:0 auto;}
}
.intlDpSummaryArea * {
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"MS UI Gothic","Tahoma","Lucida Grande","ヒラギノ丸ゴ Pro W4",sans-serif;
}
.tourSummaryNumber{
    text-align: right;
}
.summaryNumberInr{
    display: grid;
    grid-template-columns: 3fr 45px 1.6rem;
    gap: 5px;
}
.tourSummaryGuidance{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.intlDpSummaryArea .guideTxt{
    text-align: center;
    margin-top: 17px;
}
.intlDpSummaryArea .guideTxt b{
    font-size: 2.6rem;
    color: #cc0000;
}
.tourSummaryGuidance .guidePagenation a,
.tourSummaryGuidance .guidePagenation span{
    display: inline-block;
    vertical-align: middle;
}
.tourSummaryGuidance .guidePagenation span{
    margin: 0 23px;
    position: relative;
}
.tourSummaryGuidance .guidePagenation span::before,
.tourSummaryGuidance .guidePagenation span::after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tourSummaryGuidance .guidePagenation span::before{
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    left: -11px;
    right: auto;
}
.tourSummaryGuidance .guidePagenation span::after{
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    left: auto;
    right: -11px;
}
.tourSummaryGuidance .guidePagenation a{
    text-decoration: underline;
}
.tourSummaryList .tourSummaryDetail{
    border: 1px solid #000;
    margin-top: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.tourSummaryList .tourSummaryDetail .summaryImg{
    width: 100%;
    position: relative;
}
.tourSummaryList .tourSummaryDetail .summaryImg .summaryLabel{
    display: inline-block;
    background-color: #333333;
    color: #fff;
    padding: 1px 3px 2px;
    font-size: 1.4rem;
    position: absolute;
    top: 10px;
    left: 10px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo{
    width: 100%;
    margin-top: 10px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryIcon{
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0 -7px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryIcon li{
    width: 53px;
    padding: 12px 0;
    border-radius: 5px;
    background-color: #FFBEBE;
    text-align: center;
    line-height: 1.4;
    margin: 10px 0 0 7px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryIcon li span{
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanTtl{
    margin-top: 5px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanPrice p{
    font-size: 1.4rem;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanPrice p strong{
    font-size: 3.6rem;
    color: #cc0000;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanPrice p strong span{
    font-size: 2rem;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanPrice .noteList li {
    font-size: 1rem;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanCategory{
    border-top: 2px solid #cc0000;
    margin-top: 12px;
    padding-top: 12px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanCategory .planCategoryList{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -10px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanCategory .planCategoryList li{
    font-size: 1.2rem;
    margin-top: 10px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanCategory .planCategoryList span{
    display: inline-block;
    margin-right: 5px;
    padding: 1px 7px;
    font-size: 1.2rem;
    background-color: #F0F0F0;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton{
    margin-top: 13px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList li{
    width: 100%;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList li:not(:first-child){
    margin-top: 12px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList button{
    appearance: none;
    border: none;
    background-color: transparent;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList .checkFavoriteWrap{
    display: inline-block;
    border: 1px solid #707070;
    width: 100%;
    background-color: #fff;
    font-size: 1.6rem;
    padding: 5px 10px 6px 25px;
    text-align: center;
    position: relative;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList .checkFavoriteWrap label{
    font-size: 1.6rem;
    position: relative;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList .checkFavoriteWrap label::before,
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList .checkFavoriteWrap label::after{
    content: '';
    display: block;
    position: absolute;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList .checkFavoriteWrap label::after{
    display: none;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList .checkFavoriteWrap label::before{
    width: 20px;
    height: 20px;
    background-color: #F2F2F2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -25px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList .checkFavoriteWrap input[type="checkbox"]{
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 11px;
}
.tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList .checkFavoriteWrap input[type="checkbox"]:checked + label::after{
    display: block;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #cc0000;
    border-right: 2px solid #cc0000;
    transform: rotate(45deg);
    top: 5px;
    left: -17px;
}
.buttonDetail{
    display: inline-block;
    padding: 4px 10px 7px;
    width: 100%;
    height: 100%;
    background-color: #CC0000;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
}
@media (max-width: 414px){
    .intlDpSummaryArea{
        margin-top: 40px;
        padding: 0 20px;
    }
}
@media (min-width: 740px){
    .intlDpSummaryArea{
        margin-top: 60px;
    }
    .intlDpSummaryArea * {
        font-size: 1.6rem;
    }
    .intlDpSummaryArea .guideTxt{
        margin-top: -2.1em;
    }
    .tourSummaryList .tourSummaryDetail{
        padding: 20px;
        flex-direction: row;
    }
    .tourSummaryList .tourSummaryDetail .summaryImg{
        width: 278px;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo{
        width: calc(100% - 298px);
        margin-top: 0;
        margin-left: 20px;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryIcon{
        margin: 0;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryIcon li{
        width: 40px;
        margin-top: 0;
        padding: 6px 0;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryIcon li:not(:first-child){
        margin-left: 5px;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanCategory .planCategoryList{
        flex-direction: row;
        margin: -10px 0 0 -20px;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanCategory .planCategoryList li{
        margin: 10px 0 0 20px;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList li{
        width: auto;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList li:not(:first-child){
        margin-top: 0;
        margin-left: 12px;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList{
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList .checkFavoriteWrap{
        border: 1px solid #707070;
        padding: 5px 10px 6px 34px;
        position: relative;
    }
    .tourSummaryList .tourSummaryDetail .tourSummaryInfo .tourSummaryPlan .tourPlanInfo .tourPlanButton .planButtonList .checkFavoriteWrap label{
        cursor: pointer;
    }
    .buttonDetail{
        padding: 7px 7px 6px 7px;
        width: 135px;
        height: 100%;
    }
}

/* favorite modal */
.favModalContainer{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: all .2s;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    box-sizing: border-box;
    visibility: hidden;
}
.tourFavoriteContainer dt{
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1.7;
    background-color: #333333;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tourFavoriteContainer dt .intltourDpNum{
    font-size: 1.4rem;
}
.tourFavoriteContainer dt .intltourDpNum > span{
    font-size: 1.8rem;
}
.tourFavoriteContainer dd {
    overflow-y: scroll;
    max-height: 450px;
}
.tourFavoriteList li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 20px 10px;
}
.tourFavoriteList li:not(:first-child){
    border-top: 1px solid #ccc;
}
.tourFavoriteList .buttonDetail{
    width: 75vw;
    margin-top: 15px;
}
.favModalTrigerClose{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    font-size: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -30px;
    right: -9px;
    cursor: pointer;
}
.favModalTrigerClose::before,
.favModalTrigerClose::after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
}
.favModalTrigerClose::before{
    transform: rotate(45deg);
}
.favModalTrigerClose::after{
    transform: rotate(-45deg);
}
.modalWrap{
    width: 90vw;
    height: 450px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .2s;
}
.modalContent{
    background-color: white;
}
.JLJS_favModalContainer.is-active .modalWrap{
    visibility: visible;
    opacity: 1;
    z-index: 10001;
}
.JLJS_favModalContainer.is-active{
    opacity: 1;
    z-index: 10000;
    visibility: visible;
}
.favModalTriger{
    border: 1px solid #707070;
    background-color: #fff;
    font-size: 1.6rem;
    padding: 5px 10px 6px;
    text-align: center;
    display: inline-block;
}
.favModalTriger span{
    position: relative;
    display: inline-block;
    padding-left: 25px;
}
.favModalTriger span::before,
.favModalTriger span::after{
    content: '';
    display: block;
    position: absolute;
}
.favModalTriger span::before{
    width: 20px;
    height: 20px;
    background-color: #F2F2F2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.favModalTriger span::after{
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #cc0000;
    border-right: 2px solid #cc0000;
    transform: rotate(45deg);
    top: 4px;
    left: 7px;
}
@media (min-width: 740px) {
    .modalWrap{
        width: 600px;
    }
    .tourFavoriteList li{
        flex-direction: row;
    }
    .tourFavoriteList .buttonDetail{
        width: 100%;
        max-width: 135px;
        margin-top: 0;
    }
    .favModalTriger{
        padding: 5px 10px 6px 7px;
        cursor: pointer;
    }
}
/* お気に入り削除ボタン */
.tourFavoriteContainer .buttonDelete{
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-top: 15px;
  padding: 0 10px;
}
.tourFavoriteContainer .buttonDelete img{
  width: 30px;
  height: 30px;
}
@media (min-width: 740px) {
  .tourFavoriteList .buttonDetail{
    margin-left: 10px;
  }
  .tourFavoriteContainer .buttonDelete{
    margin-top: 0;
    cursor: pointer;
  }
}