
Japanese painting, unframed, silk painting, Portraits of women, Hand-Painted
USD 70.00

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
USD 70.00
Condition: ・Author unknown.・Japanese painting, unframed, hand-painted by the artist, portrait of a woman.
View Japanese painting, unframed, silk painting, Portraits of women, Hand-Painted with current marketplace pricing, condition, product images and item details. In addition, it is difficult to judge whether the author of the work or the hanging scroll is a handwriting or printing, and we will not compensate for this matter. We greatly appreciate your interest and support of our social enterprise. /* add by Kodama ------------------------------------------*/ /* * { outline: 1px solid magenta; } */ .content-main { max-width: 1200px; margin: 0 auto; } #item-name { margin-top: 26px; height: 95px; background-color: #ef9ca7; line-height: 100px; } #item-name > span { font-size: 28px; color: #fff; font-weight: bold; padding-left: 30px; display: inline-block; } .middle-flex { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } #left { width: 55%; } .img-details { width: 500px; height: 500px; border: #e8e8e8 solid 1px; margin-left: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .img-details > img { max-width: 100%; max-height: 100%; } #right { width: 45%; margin: 15px 0 0 0; } h1::after { width: 100%; background: #ded4d6; height: 8px; position: absolute; bottom: -4px; left: 0; content: ''; } .document-details { margin-left: 20px; } .document-details > h1 { color: #ee9ca7; font-size: 30px; padding-bottom: 10px; position: relative; } .small-img { margin-top: 30px; width: 590px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; /* modifyed by takata */ -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .small-img .goods-image { width: 110px; height: 110px; border: #e8e8e8 solid 1px; cursor: pointer; } .small-img .goods-image > img { width: 100%; height: 100%; } /* add by Kodama ------------------------------------------*/ table.spec { border-collapse: collapse; margin-top:80px; width: 100%; } table.spec tr { height: 60px; border-top: 1px solid #b7b7b7; border-bottom: none; } table.spec tr:last-child { border-bottom: #b7b7b7 solid 1px; } table.spec th { padding-left: 15px; background-color: #f7f7f7; font-size: 18px; font-weight: bold; } table.spec td { padding-left: 15px; font-size: 18px; } .br::after { content: "\A" ; white-space: pre ; } .br:empty { display: none; } .attention { margin-top: 100px; } .md2 { font-size: 30px; font-weight: bold; color: #ee9ca7; border-bottom: 8px solid #ded4d6; padding: 0 0 0 10px; margin-bottom: 10px; } div.inner { padding: 20px 10px 60px 10px; font-size: 18px; color: #707070; } /* image switching style ------------------------------------------*/ /* colors and borders */ .pic_gallery { overflow: hidden; } /* floatしている要素は通常のフローから外れて親要素の高さがなくなるが、overflow:visible以外を指定すれば親要素に高さを持たせることが出来る */ /* 上で高さを持たせたので、その高さをいくつにすればいいかを算出 */ .pic_gallery:has(.pic_set:nth-of-type(21) .pic_sm img:not([src=""])) { padding-bottom: calc(74.21% + calc((18% + 2%) * 5) - 100%); } .pic_gallery:has(.pic_set:nth-of-type(21) .pic_sm img[src=""]) { padding-bottom: calc(74.21% + calc((18% + 2%) * 4) - 100%); } .pic_gallery:has(.pic_set:nth-of-type(16) .pic_sm img[src=""]) { padding-bottom: calc(74.21% + calc((18% + 2%) * 3) - 100%); } .pic_gallery:has(.pic_set:nth-of-type(11) .pic_sm img[src=""]) { padding-bottom: calc(74.21% + calc((18% + 2%) * 2) - 100%); } .pic_gallery:has(.pic_set:nth-of-type(6) .pic_sm img[src=""]) { padding-bottom: calc(74.21% + calc((18% + 4%) * 1) - 100%); } .pic_gallery .pic_sm div { border: 1px solid #ddd; cursor: pointer;} /* thumbnail cell border */ .pic_gallery .pic_set:has( .pic_sm div > img[src=""] ) { display: none;} .pic_gallery .pic_lg div { border: 1px solid #ddd; } /* main photo cell border */ /* sizing, matting, and margins (all values interact and vary by aspect ratio and image count) */ .pic_gallery { width:100%; max-width:500px; } /* change this % in media queries */ .pic_gallery .pic_gal_5x4 { width:100%; padding-top:100%; } /* 要素の高さを%指定するとCSSの性質で、要素の幅の値を参照する性質がある この性質を利用して、幅100%に対して高さ100%を指定する事で基準とする高さが幅依存で決まり この高さに対して各要素高さ何%かを指定する事で、レスポンシブ対応で要素のサイズを決定している */ .pic_gallery .pic_gal_5x4 .pic_gal_cells { width: 100%; height: 100%; } /* sets padding around entire gallery */ .pic_gallery .pic_gal_5x4 .pic_sm { width:18%; height:18%; margin:1%; } .pic_gallery .pic_gal_5x4 .pic_lg { width:98.95%; height:74.21%; margin:0.52%; } .pic_gallery .pic_gal_5x4 .pic_sm img { max-width:100%; max-height:100%; } /* sets margin around thumbnail */ .pic_gallery .pic_gal_5x4 .pic_lg img { max-width:100%; max-height:100%; } /* sets margin around large photo */ /* structural */ .pic_gallery, .pic_gallery * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } .pic_gallery, .pic_gallery .pic_gal { position:relative; margin:auto; } .pic_gallery .pic_gal_cells { position:absolute; left:0; top:0; bottom:0; right:0; margin:auto; } .pic_gallery img { position:absolute; width:auto; height:auto; left:0; top:0; bottom:0; right:0; margin:auto; } .pic_gallery .pic_sm { position:relative; overflow:hidden; float:left; display:block; } .pic_gallery .pic_lg { position:absolute; overflow:hidden; display:none; left:0%; top:0%; z-index:1; } .pic_gallery .pic_sm div, .pic_gallery .pic_lg div { position:absolute; left:0%; top:0%; right:0%; bottom:0%; } .pic_gallery .pic_lg { display:none; } .pic_gallery .pic_lg.pic_main { position:relative; display:block; float:left; z-index:0; } /* turn on default large photo */ .pic_gallery .pic_set:hover .pic_sm div { opacity:1; border:1px solid #ddd; } .pic_gallery .pic_main { visibility:hidden; } .pic_gallery input { position:absolute; top:0; left:0; visibility:hidden; } .pic_gallery input:checked + label + div.pic_lg { display:block } .pic_gallery input:checked + label { opacity:1; } /* Same as first example */ img:before { content: " "; display: block; position: absolute; top: -10px; left: 0; height: calc(100% + 10px); width: 100%; background-color: #f8f8f8; } img:after { content: "Tosai Art Tokyo" attr(alt); display: block; text-align: center; font-size: 60%; color: #bbb; position: absolute; top: 52%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* responsive style ------------------------------------------*/ @media screen and (max-width:1199px) { .main-top img { width: 100%; height: auto; } .attention { width: 100%; } } @media screen and (max-width:1050px) { .middle-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; } #left { width: 100%; max-width:500px; margin: 0 auto; } #right { width: 590px; margin: 50px auto 0; } } @media screen and (max-width:630px) { .img-details { width: 300px; height: 300px; margin: 0 auto; } .small-img { width: 100%; height: auto; } .small-img .goods-image { max-width: 96px; max-height: 96px; margin-top: 10px; } #right { width: 100%; margin: 50px auto 0; } .document-details { margin-left: 0; } .document-details > h1 { padding: 0 0 0 10px; } table.spec { margin-top:35px; } } @media screen and (max-width:500px) { #left { /* min-height: 150vw; */ } img:after { content: "Tosai Art Tokyo" attr(alt); } } /* lower browser versions can not display this gallery */ .pic_gallery img, .pic_gallery .pic_gal, .pic_gallery .pic_sm div, .pic_gallery .pic_gal_cells { position:relative; border:0; padding:0; margin:0; } .pic_gallery .pic_sm img { width:99%; height:auto; } Japanese painting, unframed, silk painting, Portraits of women, Hand-Painted Product Details Width 17.9inch (45.5cm) Height 52.0inch (132cm) Weight 1.3oz (36g) Description ・Author unknown. ・Japanese painting, unframed, hand-painted by the artist, portrait of a woman. Notice Thank you for visiting our store.Many of the hanging scrolls we sell are old and basically in poor condition. In addition, it is difficult to judge whether the author of the work or the hanging scroll is a handwriting or printing, and we will not compensate for this matter. If you can confirm the above, we would appreciate it if you could bid after confirming the image. International Buyers - Please Note Thank you for visiting our store.Many of the hanging scrolls we sell are old and basically in poor condition. In addition, it is difficult to judge whether the author of the work or the hanging scroll is a handwriting or printing, and we will not compensate for this matter. If you can confirm the above, we would appreciate it if you could bid after confirming the image. International Buyers - Please Note Thank you for visiting our store.Many of the hanging scrolls we sell are old and basically in poor condition. In addition, it is difficult to judge whether the author of the work or the hanging scroll is a handwriting or printing, and we will not compensate for this matter. If you can confirm the above, we would appreciate it if you could bid after confirming the image. International Buyers - Please Note ◆ Import Duties and Taxes United States (DDP – Delivered Duty Paid): All import duties and taxes are included in the item price. You will not be required to pay any additional fees upon delivery. We use SpeedPAK or equivalent express shipping for secure delivery to the U.S. Other Countries (DDU – Delivered Duty Unpaid): Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine any additional costs before bidding or buying. Customs fees are normally charged by the shipping company or collected when you pick the item up. These fees are not additional shipping charges. We will not under-value merchandise or mark items as gifts on customs forms. Doing so is against U.S. and international laws. Please contact us if your country is not listed in our shipping service area. Payment The item will be shipped within 3 business day after the payment is received. Shipping Shipping is primarily handled through ’FedEx’, but please be aware that in some regions, shipping may be done via ’DHL’. Return Policy 30 days returns. Buyer pays for return shipping. About Us We are a Japanese company that has taken over the business from ’Sakura Antique Tokyo’, which was a welfare facility for people with disabilities that previously sold hanging scrolls on eBay. As a regular business enterprise, our goal is to create employment opportunities for people with disabilities through this business. The profits from items sold on eBay directly support the salaries of our workers with disabilities. We greatly appreciate your interest and support of our social enterprise. Condition: ・Author unknown.・Japanese painting, unframed, hand-painted by the artist, portrait of a woman.. Category: Antiques › Asian Antiques › Japan › Paintings & Scrolls.
Additional views from the marketplace listing for Japanese painting, unframed, silk painting, Portraits of women, Hand-Painted.



















Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.










Related marketplace listings for Japanese painting, unframed, silk painting, Portraits of women, Hand-Painted.

USD 70.00

USD 70.00

USD 70.00

USD 70.00

USD 70.00

USD 70.00

USD 70.00

USD 70.00

USD 150.00

USD 70.00