.poiAutoTemplate,
.poiAutoTemplate * {
    box-sizing: border-box;
}

.poiAutoTemplate {
    font-weight: 400;
    font-size: var(--fontSize);
}

.poi-1 .poiAutoTemplate {
    width: 100%;
    margin: 0 auto;
}


.poiAutoTemplate img {
    width: 100%;
}

.poi-1 .poiAutoTemplate .ph-group-title {
    display: none;
    padding: var(--padding) 0;
    text-decoration: none;
    font-size: calc(var(--fontSize) * 2.5);
    font-weight: 700;
    letter-spacing: 0.2em;
}

.poi-1 .poiAutoTemplate .ph-group-title img {
    display: none;
}

.poi-1 .poiAutoTemplate .ph-group-title span {
    position: relative;
    display: inline-block;
}

.poi-1 .poiAutoTemplate.poiAutoTemplate-titleHide .ph-group-title {
    display: none !important;
}

.poi-1 .poiAutoTemplate .ph-group,
.poi-1 .poiAutoTemplate.poiAutoTemplate-scrollTab .ph-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.poi-1 .poiAutoTemplate.poiAutoTemplate-itemScroll .ph-group,
.poi-1 .poiAutoTemplate.poiAutoTemplate-scrollTab.poiAutoTemplate-itemScroll .ph-group {
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: scroll;
}

.poi-1 .poiAutoTemplate.poiAutoTemplate-changeTab .ph-group {
    display: none;
}

.poi-1 .poiAutoTemplate.poiAutoTemplate-changeTab .ph-group.poiAutoTemplate-on {
    display: flex;
}


.poi-1 .poiAutoTemplate.poiAutoTemplate-menuTrans .ph-menu {
    display: none;
}


.poi-1 .poiAutoTemplate .ph-menu {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.poi-1 .poiAutoTemplate .slidecontain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.poi-1 .poiAutoTemplate .slidecontain li {
    display: inline-block;
    flex-shrink: 0;
}

.poi-1 .poiAutoTemplate .slidecontain li a {
    position: relative;
    display: block;
    padding: 0.3em 0.9em;
    margin: 4px;
    text-decoration: none;
    color: #bb4045;
    background: white;
    border-radius: 5em;
    border: 4px #bb4045 solid;
    transition: all 0.2s;
}

.poi-1 .poiAutoTemplate .slidecontain li:hover a {
    background: #ffd98c;
}

.poi-1 .poiAutoTemplate .slidecontain li.poiAutoTemplate-on a {}

.poi-1 .poiAutoTemplate .slidecontain li.on a {
    background: #bb4045;
    color: white;
}



.poi-1 .poiAutoTemplate .ph-group-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    padding: var(--padding);
    margin: var(--padding);
    background: #ffe14c;
    border-radius: 30px;
}

.poi-1 .poiAutoTemplate-box1 .ph-group-content {
    width: 100%;
}

.poi-1 .poiAutoTemplate-box2 .ph-group-content {
    width: calc(100% / 2 - 30px);
}

.poi-1 .poiAutoTemplate-box3 .ph-group-content {
    width: calc(100% / 3 - 30px);
}

.poi-1 .poiAutoTemplate-box4 .ph-group-content {
    width: calc(100% / 4 - 30px);
}

.poi-1 .poiAutoTemplate-box5 .ph-group-content {
    width: calc(100% / 5 - 30px);
}

.poi-1 .poiAutoTemplate-box6 .ph-group-content {
    width: calc(100% / 6 - 30px);
}


.poi-1 .poiAutoTemplate .ph-group-content .ph-group-content-photo {
    width: 50%;
}

.poi-1 .poiAutoTemplate .ph-group-content .ph-group-content-photo a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.poi-1 .poiAutoTemplate .ph-group-content .ph-group-content-photo a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.poi-1 .poiAutoTemplate .ph-group-content .ph-group-content-text {
    width: 50%;
    padding-left: calc(var(--padding)*2);
}



.poi-1 .poiAutoTemplate .ph-group-content-tag {
    display: inline-block;
    font-size: calc( var(--fontSize)*0.9 );
    font-weight: 700;
    letter-spacing: 0.1em;
    background: var(--red);
    padding: 0.5em 1em;
    border-radius: 0 5em 5em 0;
    color: white;
    position: absolute;
    left: 0;
    top: calc(var(--padding)*2);
}


.poi-1 .poiAutoTemplate .ph-group-content-text-name {
    display: block;
    color: black;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.poi-1 .poiAutoTemplate .ph-group-content-text-sale {
    position: relative;
}

.poi-1 .poiAutoTemplate .ph-group-content-text-sale a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: var(--padding) 0;
    font-size: calc( var(--fontSize)*0.9 );
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: var(--red);
}

.poi-1 .poiAutoTemplate .ph-group-content-text-detail a {
    display: block;
    font-size: calc(var(--fontSize) * 0.7);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: left;
    color: black;
    background: rgba(255, 255, 255, 0.5);
    padding: var(--padding);
    border-radius: 0 30px 0 0;
}

.poi-1 .poiAutoTemplate .ph-group-content-text-price {
    display: block;
    width: 100%;
    font-size: calc(var(--fontSize) * 1.5);
    font-weight: 700;
    color: white;
    background: var(--red);
    text-align: center;
    padding: 0.3em;
    border-radius: 5px;
    margin-top: var(--padding);
}

.poi-1 .poiAutoTemplate .ph-group-content-text-price span {
    font-size: calc(var(--fontSize) * 0.9);
        font-weight: 400;
}







/*hover*/
.poi-1 .poiAutoTemplate .ph-group-content:hover {
    filter: brightness(1.05);
    transform: translate(3px, 3px);
}

.poi-1 .poiAutoTemplate .ph-group-content:hover .ph-group-content-text-detail a {
    background: rgba(255, 255, 255, 0.6);
}









/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
@media screen and (max-width:640px) {

    .poi-1 .poiAutoTemplate .ph-group-content .ph-group-content-photo,
    .poi-1 .poiAutoTemplate .ph-group-content .ph-group-content-text {
        width: 100%;
    }

    .poi-1 .poiAutoTemplate .ph-group-content .ph-group-content-text {
        padding-left: 0;
        padding-top: calc(var(--padding));
    }
}




/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/






/*改色*/
.item-yellow .poi-1 .poiAutoTemplate .ph-group-content {
    background: var(--yellow);
}
.item-yellow .itemTitle, .itemTitle b{
    text-shadow: 0.05em 0.05em 0px var(--yellow);
}
.item-yellow .itemMore a{
    box-shadow: 2px 2px 0px var(--yellow);
}
/*改色*/

/*改色*/
.item-blue .poi-1 .poiAutoTemplate .ph-group-content {
    background: var(--blue);
}
.item-blue .itemTitle, .itemTitle b{
    text-shadow: 0.05em 0.05em 0px var(--blue);
}
.item-blue .itemMore a{
    box-shadow: 2px 2px 0px var(--blue);
}
/*改色*

/*改色*/
.item-green .poi-1 .poiAutoTemplate .ph-group-content {
    background: var(--green);
}
.item-green .itemTitle, .itemTitle b{
    text-shadow: 0.05em 0.05em 0px var(--green);
}
.item-green .itemMore a{
    box-shadow: 2px 2px 0px var(--green);
}
/*改色*
