/* MV */
.heroimgWrap .mainHeading{
    transform: translate(0, 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heroimgWrap .mainTtl{
    font-size: 3rem;
    color: #fff;
}
@media (min-width: 740px) {
    .heroimgWrap .mainTtl{
        font-size: clamp(2rem, 0.4949rem + 3.2542vw, 4rem);
    }
}
#SHOPAREA{
    padding: 60px 0;
}
.mapShopList{
    position: relative;
    margin-top: 20px;
    height: calc(360 / 375 * 100vw);
}
.mapShopList iframe{
    width: 100%;
    height: 100%;
}
@media (min-width: 740px) {
    .mapShopList{
        height: auto;
    }
    .mapShopList iframe{
        width: 950px;
        height: 470px;
        position: static;
    }
}
.cstmTab .tabs_parent > li{
    background: #fff;
    border-color: transparent;
}
.cstmTab .tabs_parent > li > a{
    color: #003466;
    background: #fff;
}
@media (max-width: 739px) {
    .cstmTab.--row_2 .tabs_parent{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cstmTab.--row_2 .tabs_parent > li {
        display: block;
        width: calc(100% / 3);
    }
    .cstmTab.--row_2 .tabs_parent > li:nth-child(n+4){
        margin-top: 10px;
    }
    .cstmTab .tabs_parent > li > a{
        padding: 7px 5px 5px;
    }
}
.cstmTab .tabs_parent > li.current,
.cstmTab .tabs_parent > li.current > a{
    background: #003466;
    color: #fff;
}
.cstmTab  .tabs_parent > li > a > span:after,
.cstmTab  .tabs_parent > li.current:after{
    background: none;
    background-color: #003466;
    clip-path: polygon(50% 10px, 0% 0%, 20px 0%);
}
@media (max-width: 739px) {
    .cstmTab.--row_2 .tabs_parent > li > a > span:after,
    .cstmTab.--row_2 .tabs_parent > li.current:after{
        display: none;
    }
}
.cstmTab  .tabs_parent > li > a > span:after{
    clip-path: polygon(50% 6px, 0% 0%, 11px 0%);
}
.cstmTab  .tabs_parent > li.current > a > span:after,
.cstmTab  .tabs_parent > li:after{
    background-color: #fff;
}
.cstmTab .tabs_parent > li > a > span.itemWrap{
    padding-top: calc(20 / 375 * 100vw);
    position: relative;
    display: block;
}
.cstmTab  .tabs_parent > li > a > span.itemWrap:after{
    display: none;
}
.cstmTab .tabs_parent > li > a > span.itemWrap::before{
    content: '';
    display: inline-block;
    width: calc(20 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    max-width: 20px;
    max-height: 20px;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: cover;
    background-color: #003466;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.cstmTab .tabs_parent > li > a > span.itemWrap.--hotel::before{
    width: calc(22 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    max-width: 22px;
    max-height: 16px;
}
.cstmTab .tabs_parent > li.current > a > span.itemWrap::before{
    background-color: #fff;
}
.cstmTab .tabs_parent > li > a > span.itemWrap.--eat::before{
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/shoplist/icon_tab_01.svg);
}
.cstmTab .tabs_parent > li > a > span.itemWrap.--experience::before{
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/shoplist/icon_tab_02.svg);
}
.cstmTab .tabs_parent > li > a > span.itemWrap.--move::before{
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/shoplist/icon_tab_03.svg);
}
.cstmTab .tabs_parent > li > a > span.itemWrap.--buy::before{
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/shoplist/icon_tab_04.svg);
}
.cstmTab .tabs_parent > li > a > span.itemWrap.--hotel::before{
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/shoplist/icon_tab_05.svg);
}
@media (min-width: 740px) {
    .cstmTab .tabs_parent > li > a > span.itemWrap{
        padding-top: 0;
        padding-left: 30px;
        display: inline;
    }
    .cstmTab .tabs_parent > li > a > span.itemWrap::before{
        width: 24px;
        height: 24px;
        max-width: 24px;
        max-height: 24px;
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
    }
    .cstmTab .tabs_parent > li > a > span.itemWrap.--hotel::before{
        width: 36px;
        height: 24px;
    }
}
.shopCateTitle.ctm_pageTtl .ttlLv2{
    margin-top: 12px;
    margin-bottom: 0;
    background-color: #003466;
}
.shopCateTitle.ctm_pageTtl .ttlLv2 .heading{
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    padding-left: calc(34 / 375 * 100vw);
    display: inline-block;
}
.shopCateTitle.ctm_pageTtl .ttlLv2 .heading::before{
    content: '';
    display: inline-block;
    width: calc(24 / 375 * 100vw);
    height: calc(24 / 375 * 100vw);
    max-width: 24px;
    max-height: 24px;
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: cover;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: auto;
}
.shopCateTitle.--hotel.ctm_pageTtl .ttlLv2 .heading::before{
    width: calc(22 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    max-width: 22px;
    max-height: 16px;
}
.shopCateTitle.--eat.ctm_pageTtl .ttlLv2 .heading::before{
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/shoplist/icon_tab_01.svg);
}
.shopCateTitle.--experience.ctm_pageTtl .ttlLv2 .heading::before{
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/shoplist/icon_tab_02.svg);
}
.shopCateTitle.--move.ctm_pageTtl .ttlLv2 .heading::before{
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/shoplist/icon_tab_03.svg);
}
.shopCateTitle.--buy.ctm_pageTtl .ttlLv2 .heading::before{
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/shoplist/icon_tab_04.svg);
}
.shopCateTitle.--hotel.ctm_pageTtl .ttlLv2 .heading::before{
    mask-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/shoplist/icon_tab_05.svg);
}
@media (min-width: 740px) {
    .shopCateTitle.ctm_pageTtl .ttlLv2 .heading{
        font-size: 3rem;
        padding-left: 40px;
    }
    .shopCateTitle.ctm_pageTtl .ttlLv2 .heading::before{
        width: 30px;
        height: 30px;
        max-width: 30px;
        max-height: 30px;
    }
    .shopCateTitle.--hotel.ctm_pageTtl .ttlLv2 .heading::before{
        width: 36px;
        height: 24px;
        max-width: 36px;
        max-height: 24px;
    }
}
.fetchShopListWrapper{
    background-color: #fff;
    padding-bottom: 30px;
}
.fetchShopListBox{
    padding: 30px 20px 10px;
}
.fetchShopList{
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
.shopItem{
    position: relative;
    border: 1px solid #E0E8EF;
    display: flex;
    flex-direction: column;
}
.shopItem[hidden]{
    display: none;
}
.shopItem .shopRecommend{
    background: #005FB6 url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/amami-shimameguri/e-shimagift/img_sites/icon_star.svg) center left 6px no-repeat;
    background-size: 14px 14px;
    position: absolute;
    top: -12px;
    left: 0;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 2px 6px;
    min-width: 87px;
    text-align: right;
    z-index: 3;
}
.shopItem .shopRecommend.c-skelton-txt{
    position: absolute !important;
}
.shopDetail{
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.shopDetail dt{
    font-size: 2rem;
    font-weight: 700;
    color: #003466;
}
.shopDetail dd{
    display: flex;
    height: 100%;
    flex-direction: column;
}
.shopDetail .shopComment{
    margin-top: 10px;
    font-size: 1.8rem;
}
.shopDetail .shopInfo{
    margin-top: 10px;
    font-size: 1.6rem;
}
.shopDetail .shopLinks{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: auto 0 0;
}
.shopLinks.oneLink{
    grid-template-columns: 1fr;
}
.shopLinks .btnBox,
.shopLinks .btnBox > div{
    display: block;
}
.shopLinks .btnBox .cstmBtn .btn{
    width: 100%;
    font-weight: 700;
}
.shopItem .shopImage{
    position: relative;
}
.shopItem .shopImage .shopArea{
    display: inline-block;
    padding: 2px 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    font-size: 1.4rem;
    color: #fff;
}
.shopArea.--orange{
    background-color: #DA3400;
}
.shopArea.--purple{
    background-color: #8800B7;
}
.shopArea.--green{
    background-color: #00855D;
}
.shopArea.--pink{
    background-color: #E3006D;
}
.shopItem .shopImage img{
    max-height: 170px;
    object-fit: contain;
}
@media (min-width: 740px) {
    .fetchShopListWrapper{
        padding-bottom: 40px;
    }
    .fetchShopListBox{
        padding: 40px 20px 20px;
    }
    .fetchShopList{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
    .shopItem .shopRecommend{
        font-size: 1.2rem;
        min-width: 77px;
        background-size: 12px 12px;
    }
    .shopItem .shopImage img{
        height: 156px;
        max-height: 156px;
    }
    .shopItem .shopImage .shopArea{
        font-size: 1.2rem;
    }
    .shopDetail dt{
        font-size: 1.8rem;
    }
    .shopDetail .shopComment{
        font-size: 1.4rem;
    }
    .shopDetail .shopInfo{
        font-size: 1.2rem;
    }
}