@charset "UTF-8";
/* CSS Document */


#shopnews{
    margin-bottom: 85px;
}

@media only screen and (max-width: 768px) {
#shopnews{
    margin-bottom: 50px;
    width: 100%;
}
}


#shopnews .category {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 70px;
}
#shopnews .category a {
    text-decoration: none;
}
#shopnews .category li {
    list-style: none;
    color: #4d5355;
    border: 1px solid #4d5355;
    border-radius: 15px;
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    width: 180px;
    height: 50px;
    transition: 0.2s ease; 
}
#shopnews .category li:hover {
    list-style: none;
    color: #fff;
    border: 1px solid #4d5355;
    border-radius: 15px;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 180px;
    height: 50px;
    background: #4d5355;
}
#shopnews .category li.active {
    color: #fff;
    border: 1px solid #4d5355;
    background: #4d5355;
}

@media only screen and (max-width: 768px) {
#shopnews .category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0 auto 35px;
    width: 90%;
}
#shopnews .category a {
    text-decoration: none;
}
#shopnews .category li {
    list-style: none;
    color: #4d5355;
    border: 1px solid #4d5355;
    border-radius: 12px;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    width: 105px;
    height: 35px;
    transition: 0.2s ease; 
}
#shopnews .category li:hover {
    list-style: none;
    color: #fff;
    border: 1px solid #4d5355;
    border-radius: 12px;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    width: 105px;
    height: 35px;
    transition: 0.2s ease; 
}
#shopnews .category li.active {
    color: #fff;
    border: 1px solid #4d5355;
    background: #4d5355;
}
}






#shopnews-detail {
    border-top: 1px solid #4d5355;
    width: 100%;
    padding: 35px 0 0 0;
    margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
#shopnews-detail {
    border-top: 1px solid #4d5355;
    width: 90%;
    padding: 35px 0 0 0;
    margin: 0 auto 85px;
}
}


#shopnews-detail .inner {
    width: 1130px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#shopnews-detail .inner {
    width: 100%;
    margin: 0 auto;
}
}


#shopnews-detail .shop-logoname {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: flex-start;
    margin-bottom: 37px;
    width: 100%;
}
#shopnews-detail .shop-logoname .shop-logo {
    width: 100px;
    height: 67px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    flex-shrink: 0;
}
#shopnews-detail .shop-logoname .shop-logo img {
    max-width: 100px;
    max-height: 67px;
    width: auto;
    height: auto;
}
#shopnews-detail .shop-logoname .shop-name {
    font-size: 27px;
    color: #254195;
    line-height: 1.2em;
    font-weight: 600;
    overflow-wrap: break-word;
    word-break: break-word;
    flex: 1;
}
#shopnews-detail .shop-logoname .shop-name .date {
    font-size: 17px;
    color: #254195;
    line-height: 1.2em;
    font-weight: 600;
    display: block;
    margin-top: 8px;
}
#shopnews-detail .news-maintitle {
    font-size: 25px;
    color: #254195;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
#shopnews-detail .shop-logoname {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: flex-start;
    margin: 0 auto 20px;
    width: 100%;
}
#shopnews-detail .shop-logoname .shop-logo {
    width: 82px;
    height: 57px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    flex-shrink: 0;
}
#shopnews-detail .shop-logoname .shop-logo img {
    max-width: 82px;
    max-height: 57px;
    width: auto;
    height: auto;
}
#shopnews-detail .shop-logoname .shop-name {
    font-size: 20px;
    color: #254195;
    line-height: 1.2em;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-top: 0;
    width: auto;
    flex: 1;
}
#shopnews-detail .shop-logoname .shop-name .date {
    font-size: 14px;
    color: #254195;
    line-height: 1.2em;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}
#shopnews-detail .news-maintitle {
    font-size: 22px;
    color: #254195;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 30px;
}
}



#shopnews-detail .inner p {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 17px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: normal;
}
#shopnews-detail .inner .link {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 17px;
    color: #009cd4;
    line-height: 1.8em;;
    font-weight: normal;
}
#shopnews-detail .inner .link a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
#shopnews-detail .inner p {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 17px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: normal;
}
#shopnews-detail .inner .link {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 17px;
    color: #009cd4;
    line-height: 1.8em;;
    font-weight: normal;
}
#shopnews-detail .inner .link a:hover {
    text-decoration: underline;
}
}


#shopnews-detail .inner .shop-info {
    margin: 0 0 50px 0;
    padding: 42px 73px;
    border: 33px solid #f7f7f7;
    width: calc(100% - 212px);
}
#shopnews-detail .inner .shop-info .shop-name {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 30px;
    color: #254195;
    line-height: 1.8em;;
    font-weight: 700;
}
#shopnews-detail .inner .shop-info .info-link {
    margin: -40px 0 40px 0;
    padding: 0;
    font-size: 16px;
    color: #009bdd;
    line-height: 1.8em;;
    font-weight: normal;
    text-align: right;
}
#shopnews-detail .inner .shop-info .info-link a:hover {
    text-decoration: underline;
}

#shopnews-detail .inner .shop-info .detail {
    margin: 0 0 0 0;
    padding: 0;
    display: flex;
    gap: 70px;
}
#shopnews-detail .inner .shop-info .detail .shopimg {
    margin: 0 0 0 0;
    padding: 0;
    width: 380px;
}
#shopnews-detail .inner .shop-info .detail .shopimg img {
    width: 380px;
}
#shopnews-detail .inner .shop-info .detail ul {
    border-top: 1px solid #e1e6ec;
    width: 100%;
}
#shopnews-detail .inner .shop-info .detail li {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px solid #e1e6ec;
}
#shopnews-detail .inner .shop-info .detail li .art {
    width: 105px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: 600;
}
#shopnews-detail .inner .shop-info .detail li .text {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.8em;;
    font-weight: normal;
}
#shopnews-detail .inner .shop-info .detail li .btn-floorguide {
    font-size: 12px;
    color: #fff;
    line-height: 1em;;
    font-weight: 500;
    background: #4d5355;
    border-radius: 8px;
    padding: 3px 25px 3px 10px;
    margin-left: 20px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
#shopnews-detail .inner .shop-info .detail li .btn-floorguide:hover {
    background: #009bdd;
}

#shopnews-detail .inner .shop-info .detail li .btn-floorguide::before,
#shopnews-detail .inner .shop-info .detail li .btn-floorguide::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.vectarrow::before{
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
#shopnews-detail .inner .shop-info {
    margin: 0 0 50px 0;
    padding: 20px 30px;
    border: 20px solid #f7f7f7;
    width: calc(100% - 100px);
}
#shopnews-detail .inner .shop-info .shop-name {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 24px;
    color: #254195;
    line-height: 1.6em;;
    font-weight: 700;
}
#shopnews-detail .inner .shop-info .info-link {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 16px;
    color: #009bdd;
    line-height: 1.6em;;
    font-weight: 500;
    text-align: left;
}
#shopnews-detail .inner .shop-info .info-link a:hover {
    text-decoration: underline;
}

#shopnews-detail .inner .shop-info .detail {
    margin: 0 0 0 0;
    padding: 0;
    display: block;
}
#shopnews-detail .inner .shop-info .detail .shopimg {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
}
#shopnews-detail .inner .shop-info .detail .shopimg img {
    width: 100%;
}
#shopnews-detail .inner .shop-info .detail ul {
    border-top: 1px solid #e1e6ec;
    width: 100%;
}
#shopnews-detail .inner .shop-info .detail li {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid #e1e6ec;
}
#shopnews-detail .inner .shop-info .detail li .art {
    width: 30%;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;;
    font-weight: 600;
}
#shopnews-detail .inner .shop-info .detail li .text {
    width: 70%;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;;
    font-weight: normal;
}
#shopnews-detail .inner .shop-info .detail li .btn-floorguide {
    font-size: 12px;
    color: #fff;
    line-height: 1em;;
    font-weight: 500;
    background: #4d5355;
    border-radius: 5px;
    padding: 3px 22px 3px 8px;
    margin-left: 20px;
    position: relative;
}
#shopnews-detail .inner .shop-info .detail li .btn-floorguide:hover {
    background: #009bdd;
}

#shopnews-detail .inner .shop-info .detail li .btn-floorguide::before,
#shopnews-detail .inner .shop-info .detail li .btn-floorguide::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.vectarrow::before{
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
}



.shoplist .new {
    padding: 0;
    margin: 0;
    background: #ff00c6;
    border-radius: 50%;
    font-size: 12px;
    line-height: 43px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 43px;
    height: 43px;
    position: absolute;
    top: -5px;
    left: -5px;
}

@media only screen and (max-width: 768px) {
.shoplist .new {
    padding: 0;
    margin: 0;
    background: #ff00c6;
    border-radius: 50%;
    font-size: 10px;
    line-height: 33px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 33px;
    height: 33px;
    position: absolute;
    top: -5px;
    left: -5px;
}
}

#shopnews-detail .new {
    padding: 4px 15px 5px 15px;
    margin: 0 15px 0 0 ;
    background: #ff00c6;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-3px)
}

@media only screen and (max-width: 768px) {
#shopnews-detail .new {
    padding: 3px 10px 4px 10px;
    margin: 0 10px 0 0 ;
    background: #ff00c6;
    border-radius: 30px;
    font-size: 11px;
    line-height: 1em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    transform: translateY(-2px)
}
}