/*
Theme Name:有限会社 萬羽
....
*/
@charset "utf-8";
@import url("/css/reset.css");
@import url("/css/phone.css") print , screen and (min-width:0px) and (max-width: 640px);
@import url("/css/tab.css") print , screen and (min-width:641px) and (max-width: 768px);
@import url("/css/pc.css") print , screen and (min-width:769px);
@import url("/css/cart.css");

/* === product改修20260309 === */
.PRODUCT .attachments .picture img { max-width: 100%; margin: 18px 0; }
@media print, screen and (min-width:0px) and (max-width: 640px) {
    .PRODUCT .attachments .picture img { width: 100%; }
}
@media print, screen and (min-width:641px) and (max-width: 768px) {
    .PRODUCT .attachments .picture img { width: 100%; }
}
@media print, screen and (min-width:769px) {
    .PRODUCT .attachments { display: flex; gap: 20px; }
    .PRODUCT .attachments .buttons { flex: 0 0 auto; }
    .PRODUCT .attachments .picture { flex: 1; }
}

