damosushipleasanthill.com Open in urlscan Pro
52.23.59.130  Public Scan

URL: http://damosushipleasanthill.com/products/items/mte1ng/0.8683387666499942
Submission: On February 28 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

POST /Products/orderDetails

<form action="/Products/orderDetails" id="CartInfoItemsForm" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"><input type="hidden" name="data[_Token][key]" value="2bd227033eab7d8c685f82efc7a2307912aba793" id="Token1956452889"></div>
  <div id="ordercart">
    <div class="my-order">
      <span id="cart-total-amount" style="display:none;">$0.00</span>
      <span id="hitemcount" style="display:none;">0</span>
      <div class="info-box">
        <!-- <h3 class="hideDesk">Your Order</h3> -->
        <p class="no-order">Your cart is empty.</p>
      </div>
      <div class="continue theme-btn-group">
        <div id="desktop_continue">
          <input type="submit" value="CONTINUE" class="btn button-color1 button-size1 makeorder radius-btn" disabled="" style="background-color: #dddddd !important;">
        </div>
        <div id="mobile_continuemenu">
          <input type="button" value="Continue to menu" class="btn button-color1 button-size1 makeorder radius-btn">
        </div>
        <div id="mobile_continue">
          <input type="submit" value="Continue to Payment" class="btn button-color1 button-size1 makeorder radius-btn">
        </div>
      </div>
      <div class="cart-button cta-back-nf radius-btn" id="summary-hover" style="display: none;">
        <button type="button" class="cart-btn backtomenu">
          <svg id="drop_down" data-name="drop down" xmlns="http://www.w3.org/2000/svg" width="15" height="8.839" viewBox="0 0 15 8.839">
            <path id="Path_2202" data-name="Path 2202" d="M586.862,7.1l-6.16,6.161a1.326,1.326,0,0,0,1.875,1.875L587.8,9.914l5.223,5.223a1.326,1.326,0,0,0,1.875-1.875L588.737,7.1A1.3,1.3,0,0,0,586.862,7.1Z"
              transform="translate(595.3 15.539) rotate(180)"></path>
          </svg>
          <span> Back to Menu</span>
        </button>
      </div>
      <div class="cart-button cart-button-continue radius-btn">
        <div class="row">
          <div class="col-xs-3">
            <svg xmlns="http://www.w3.org/2000/svg" width="25.66" height="25.265" viewBox="0 0 25.66 25.265">
              <path id="Icon_ionic-md-cart" data-name="Icon ionic-md-cart"
                d="M10.876,23.733A2.566,2.566,0,1,0,13.442,26.3,2.573,2.573,0,0,0,10.876,23.733ZM3.375,3.6V6.166H5.941l4.619,9.356L8.629,18.665a2.554,2.554,0,0,0,2.444,3.785h15V19.983H11.387a.3.3,0,0,1-.321-.321,1.6,1.6,0,0,1,.136-.321l1.282-2.023h9.558a2.517,2.517,0,0,0,2.245-1.347l4.619-7.945a1.5,1.5,0,0,0,.128-.641,1.234,1.234,0,0,0-1.283-1.219H8.764L7.545,3.6ZM23.508,23.733A2.566,2.566,0,1,0,26.074,26.3,2.573,2.573,0,0,0,23.508,23.733Z"
                transform="translate(-3.375 -3.6)" fill="#fff"></path>
            </svg>
            <span class="cartcountTotal">0</span>
          </div>
          <div class="col-xs-6 px-0-xm">
            <button type="button" class="cart-btn btn-continue-payment makeorder"> CONTINUE TO PAYMENT </button>
          </div>
          <div class="col-xs-3 text-right">
            <span class="view-total"> $0.00 </span>
          </div>
        </div>
      </div>
      <div style="display:none;"><input type="hidden" name="data[_Token][fields]" value="f5c986f7d6640cd05116ce097b151fa880deaf96%3A" id="TokenFields146487327"><input type="hidden" name="data[_Token][unlocked]" value="" id="TokenUnlocked342133074">
      </div>
    </div>
    <script>
      $(document).ready(function() {
        if ($(window).width() >= 767) {
          $("#summary-hover").hide();
        }
        $(".cartcountTotal").html($("#hitemcount").html());
        $(".numberOfCart").html($("#hitemcount").html());
        $('.textField').keyup(function() {
          var textID = $(this).attr('id');
          var textlength = $(this).val().length;
          $('.' + textID).text(textlength);
        });
      });
    </script>
    <style>
      a:hover {
        text-decoration: none;
      }

      [data-tooltip] {
        position: relative;
        z-index: 2;
        cursor: pointer;
      }

      [data-tooltip]:before,
      [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        pointer-events: none;
        z-index: 9999999;
      }

      [data-tooltip]:before {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: 160px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        white-space: pre-line;
        text-align: left;
        font-size: 14px;
        line-height: 1.2;
      }

      [data-tooltip]:after {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsla(0, 0%, 20%, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
      }

      [data-tooltip]:hover:before,
      [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
      }

      @media (max-width: 55em) {
        #desktop_continue {
          display: none;
        }

        #mobile_continue {
          display: block;
        }
      }

      @media (min-width: 55em) {
        #desktop_continue {
          display: block;
        }

        #mobile_continuemenu {
          display: none;
        }

        #mobile_continue {
          display: none;
        }
      }
    </style>
    <style>
      input[type=number]::-webkit-outer-spin-button,
      input[type=number]::-webkit-inner-spin-button {
        opacity: 1
      }
    </style>
  </div>
</form>

POST /users/popuplogin

<form action="/users/popuplogin" id="chkOrderUserLogin" class="sign-up" autocomplete="off" method="post" accept-charset="utf-8" novalidate="novalidate">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"><input type="hidden" name="data[_Token][key]" value="2bd227033eab7d8c685f82efc7a2307912aba793" id="Token211023644"></div>
  <div class="row">
    <div class="col-md-12 col-xs-12">
      <div class="row">
        <div class="col-md-12">
          <input name="data[User][email]" placeholder="Enter Your Email" autofocus="1" maxlength="50" class="sign-input" id="UserLoginEmail" type="email">
        </div>
      </div>
      <div class="row">
        <div class="col-md-12">
          <input name="data[User][password]" placeholder="Enter Your Password" maxlength="20" class="sign-input" type="password" id="UserPassword">
        </div>
      </div>
    </div>
    <div class="col-xs-12 left error" style="display:none;" id="poperror">Invalid email or password, please try again </div>
    <div class="col-xs-12 tc">
      <input type="hidden" id="mobileflag" name="mobileflag" value="0">
      <input type="checkbox" id="RememberMe" name="data[User][remember]">
      <label for="RememberMe" class="rememberLabel">Remember me</label>
      <a href="/users/forgetPassword" class="forgotLink">Forgot Password?</a>
    </div>
    <div class="hidden-xs col-md-12 vc hc">
      <button class="button w100p h100p btn-lg bgcolor_focus cta-login-btn radius-btn" id="btnUserLoginM" type="submit">LOGIN</button>
    </div>
    <div class="visible-xs col-xs-12 vc hc button">
      <button class="button w100p h100p btn-lg bgcolor_focus cta-login-btn radius-btn" id="btnUserLogin" type="submit">SUBMIT</button>
    </div>
    <div class="col-xs-12 vc hc button">
      <a href="javascript:void(0)" class="button w100p h100p btn btn-lg button-color2 radius-btn" id="loginAsGuest">PROCEED AS GUEST</a>
    </div>
    <p class="noteline">No account yet? <a href="/users/registration" class="">Sign up</a></p>
    <div style="display:none;"><input type="hidden" name="data[_Token][fields]" value="b8c391dfefa14fb4f7706c0a3400a7a9301b8b3a%3A" id="TokenFields92898054"><input type="hidden" name="data[_Token][unlocked]" value="" id="TokenUnlocked1590127363">
    </div>
  </div>
</form>

POST /users/guestUserSignUp

<form action="/users/guestUserSignUp" id="GuestUser" class="sign-up" autocomplete="off" method="post" accept-charset="utf-8" novalidate="novalidate">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"><input type="hidden" name="data[_Token][key]" value="2bd227033eab7d8c685f82efc7a2307912aba793" id="Token207548007"></div>
  <div class="row">
    <div class="col-md-12 col-xs-12">
      <div class="row">
        <div class="col-md-12">
          <input name="data[User][name]" placeholder="Enter Your Name" autofocus="1" maxlength="20" class="sign-input form-control" type="name" id="UserName">
        </div>
        <div class="col-md-12">
          <div class="row">
            <div class="col-sm-4 col-xs-4">
              <select name="data[User][country_code_id]" class="sign-input form-control country-code guestccode" id="UserCountryCodeId">
                <option value="1">+1</option>
              </select>
            </div>
            <div class="col-sm-8 col-xs-8 pl-0">
              <input name="data[User][phone]" data-mask="mobileNo" class="sign-input form-control phone" placeholder="Mobile Phone" required="required" maxlength="20" type="tel" id="UserPhone" aria-required="true">
            </div>
          </div>
        </div>
        <div class="col-md-12">
          <input name="data[User][email]" placeholder="Enter Your Email" autofocus="1" maxlength="50" class="sign-input form-control" type="user-detail" id="UserEmail">
        </div>
      </div>
    </div>
    <div class="sign-up-btn hidden-xs col-sm-12 vc hc">
      <button class="button w100p h100p btn-lg bgcolor_focus cta-login-btn mb-2 radius-btn" id="btnGuestUserM" type="submit">SUBMIT</button>
    </div>
    <div class="sign-up-btn visible-xs col-xs-12 vc hc button">
      <button class="button w100p h100p btn-lg bgcolor_focus cta-login-btn radius-btn" id="btnGuestUser" type="submit">SUBMIT</button>
    </div>
    <div class="col-xs-12 left error" style="display:none;" id="guestSignUpError">Something went wrong! </div>
    <div class="col-xs-12 vc hc button">
      <!--  -->
      <p class="noteline">No account yet? <a href="/users/registration" class="">Sign up</a></p>
    </div>
  </div>
  <div style="display:none;"><input type="hidden" name="data[_Token][fields]" value="b836fb08b098bc613c3f8d55cd5d2b1a3f2613b4%3A" id="TokenFields567894934"><input type="hidden" name="data[_Token][unlocked]" value="" id="TokenUnlocked442315186"></div>
</form>

Text Content

Order Now!
 * Login
 * |
 * Sign Up

0
 * ORDER ONLINE
 * STORE INFO
 * HOME

Toggle navigation
 * HOME
 * STORE INFO
 * ORDER ONLINE

MENU

APPETIZERS (A-O)

AGEDASHI TOFU(AP)

Battered & deep fried tofu served with bonito flakes

$5.95  


AHI POKI SALAD(AP)

Tuna, white onion, tobiko, seaweed salad with chef special sauce

$8.95  


CHICKEN KARAAGE(AP)

Crispy chicken nuggets in Japanese style

$7.95  


EDAMAME(AP)

Steamed soybean

$4.50  


EGG ROLL VEGE(AP)

Deep fried filling with veggies

$5.95  


FIRE ATTACK(AP)

Fried jalapeno, cheese, spicy tuna

$7.95  


GYOZA(AP)

Beef & veggie pot stickers

$5.25  


MIXED TEMPURA(AP)

Shrimp & vegetables crispy fried

$8.95  


OYSTER FRY(AP)

Oyster dressed in pankobread crumb

$8.95  


APPETIZERS (S-Z)

SALMON KAMA(AP)

Grilled salmon cheek

$10.95  


SASHIMI 6PCS(AP)



$11.50  


SASHIMI SALAD(AP)

Raw fish with mixed vegetables, tobiko with soy sauce vinegar dressing

$8.95  


SHRIMP TEMPURA(AP)

4pcs deep fried shrimp

$8.95  


SOFT SHELL CRAB(AP)

Breaded, serve with dipping sauce

$9.95  


SPICY ALBACORE 8PCS(AP)



$14.95  


SUNOMONO(AP)

Pickled cucumber with vinegar sauce

$3.95  


SUNOMONO_SEAFOOD(AP)

Assorted fishes pickled cucumber w.sunomono sauce

$7.95  


SEAWEED SALAD(AP)



$4.95  


TATAKI AHI TUNA 8PCS(AP)

Lightly seared tuna

$13.95  


YAKITORI_CHICKEN(AP)

Grilled chicken and veggetables on skewer

$8.95  


YOSHIMAME(AP)

Deep fried edamame with lemon pepper house sauce

$8.95  


*BENTO LUNCH*

BENTO LUNCH 2 ITEM

Combo box served with soup, salad and rice
Please choose 2 diffrent items

$13.50  


BENTO LUNCH 3 ITEM

Combo box served with soup, salad and rice
Please choose 3 diffrent items


$15.95  


NOODLES

CHICKEN UDON

Thinly sliced chicken with vegetables

$12.50  


NABE UDON

Shrimp tempura, chicken, fish cake, egg&vegetables

$14.95  


TEMPURA UDON

Noodle cooked in broth with tempura and vegetables

$13.95  


VEGETABLE UDON

Vegetables

$11.95  


BEEF UDON

Beef with vwgetables

$13.95  


SPICY SEAFOOD UDON

Seafood

$15.95  


MISO RAMEN

Miso

$10.95  


SHOYU RAMEN

Soy sauce

$10.95  


TONKOTSU RAMEN

Pork bone broth

$12.95  


KABUKI RAMEN

Shrimp, scallop, calamari with miso

$15.95  


VEGETABLE RAMEN

Shoyu with Vegetables

$11.50  


MISO CHICKEN RAMEN

Miso with chicken

$12.50  


CHASHU RAMEN

Pork bone broth with chashu(pork)

$12.95  


BEEF RAMEN

Shoyu with beef

$12.95  


SUKIYAKI_BEEF

Beef, vegetables, tofu, rice noodle cooked in special sauce. Serve with rice

$18.95  


SUKIYAKI_CHICKEN

Chicken, vegetables, tofu, rice noodle cooked in special sauce. Serve with rice

$18.95  


YOSENABE

Seafood&vegetables, tofu, rice noodle cooked in broth. Serve with rice

$18.95  


COMBO SPECIAL

BEEF TERIYAKI BOWL

Choose bowl and one other item

$16.95  


CHICKEN TERIYAKI BOWL

Choose bowl and one other item

$16.95  


MIXED TEMPURA BOWL

Choose bowl and one other item

$16.95  


BEEF RAMEN COMBO

Choose ramen and one other item

$16.95  


TONKOTSU RAMEN COMBO

Choose ramen and one other item

$16.95  


MISO RAMEN COMBO

Choose ramen and one other item

$15.50  


SHOYU RAMEN COMBO

Choose ramen and one other item

$15.50  


SASHIMI

SINGLE SASHIMI

8pcs of your single choice sashimi
Served with salad, rice and miso soup

$15.95  


TOKYO SASHIMI

12pcs of Chef's choice mixed sashimi
Served with salad, rice and miso soup

$21.95  


SHOGUN SASHIMI

16pcs of Chef's choice mixed sashimi
Served with salad, rice and miso soup

$25.95  


DAMO MORIWASE

40pcs of Chef's choice mixed sashimi
Served with salad, rice and miso soup

$80.00  


NIGIRI MIX

8pcs of Chef's choice nigiri. Served with soup and salad

$21.95  


NIGIRI DELUXE

10pcs of Chef's choice nigiri. Served with soup and salad

$25.95  


SUSHI & SASHIMI

6pcs of nigiri, 6pcs of sashimi&CA roll. Served with soup and salad

$24.95  


JAPANESE CHIRASHI

Assortment of raw fish over sushi rice. Served with soup and salad

$23.95  


SAKE DON

Slices of salmon only over sushi rice. Served with soup and salad

$23.95  


TEKKA DON

Slices of ahi tuna only over sushi rice. Served with soup and salad

$22.95  


UNAGI DON

Fresh water eel with unagi sauce over rice. Served with soup and salad

$21.95  


NIGIRI

AMA EBI(N)

Sweet shrimp

$10.95  


EBI(N)

Shrimp

$4.95  


HAMACHI(N)

Yellow tail

$6.25  


HOTATE(N)

Scallop

$7.50  


IKA(N)

Squid

$5.95  


IKURA(N)

Salmon roe

$7.95  


KANI(N)

Crab stick

$4.50  


MAGURO(N)

Tuna

$5.95  


SABA(N)

Mackerel

$5.95  


SAKE(N)

Salmon

$5.95  


SMOKED SAKE(N)

Smoked salmon

$6.50  


SHIRO MAGURO(N)

White tuna

$5.95  


TOBIKO(N)

Flying fish roe

$5.50  


TAKO(N)

Octopus

$6.50  


UNAGI(N)

Fresh water eel

$5.95  


INARI(N)

Fried bean curd

$4.50  


TAMAGO(N)

Cooked egg

$4.50  


VEGETARIAN ROLL

ASPARAGUS ROLL

Deep fried asparagus with unagi sauce

$7.50  


AVOCADO ROLL

avocados

$5.50  


AVOKYU ROLL

avocado and cucumber

$5.95  


FUTO MAKI

Assorted vegetables

$7.95  


KAPPA MAKI

Cucumber

$5.00  


OSHINKO ROLL

Pickled radish

$5.00  


VEGAN ROLL

Avocado, cumcumber and shitake mushroom

$6.95  


VEGE TEMPURA ROLL

Fried yam, carrot, gabocha with sweet sauce

$8.95  


YAM TEMPURA ROLL

Deep fried yam, avocado with sweet sauce

$8.95  


VEGAN CHOICE ROLL

Fried asparagus, avocado topped avocado, cucumber with sweet sauce

$13.00  


SPRING ROLL

Cucumber, avocado, carrot & Cilantro

$8.95  


DAMO PREMIUM ROLL

ACE ROLL

Salmon, hamachi, tuna, crab, unagi, shrimp tempura with spicy mayo, unagi sauce

$14.50  


BAJA ROLL

Salmon, cucumber, lemon, cilantro topped scottish salmon

$14.95  


BAY ISLAND ROLL

Crab, avocado topped spicy scallop abked with house mayo, ubagi sauce

$13.95  


CALIENTE ROLL

Spicy tuna, fried asparagus topped tuna, jalapeno with unagi sauce

$14.95  


CHERRY BLOSSOM

Salmon, avocado topped tuna

$14.95  


CONTRA COSTA ROLL

Fried soft shell crab topped tuna, salmon, avocado with spicy mayo, unagi sauce

$15.75  


CRAZY SCALLOP ROLL

Crab, shrimp tempura topped tuna, salmon, shrimp, avocado, spicy scallop with
unagi sauce

$15.95  


DAMO SPECIAL ROLL

Spicy tuna, cream cheese, shrimp tempura topped tuna, white tuna, avocado with
spicy mayo, unagi sauce

$15.75  


FLAMING TIGER ROLL

Shrimp tempura, cheese, jalapeno topped tuna, avocado, flaming with spicy mayo,
unagi sauce

$16.50  


HAWAIIAN ROLL

Spicy tuna, cucumber white tuna topped with ponzu sauce

$14.95  


HOKAIDO ROLL

Spicy crab, shrimp tempura topped hokaido scallop, salmon, avo with unagi sauce

$15.75  


JUMBO SPIDER ROLL

Fried soft shell crab topped unagi, hamachi, avocado with unagi sauce

$16.50  


KING KONG ROLL

Tuna, hamachi, salmon, red snapper topped avocado, seaweed salad with spicy
mayo, sriracha sauce

$15.75  


KOKOMO ROLL

Spicy crab, soicy scallop topped tuna, hamachi, avocado

$15.75  


LAM BATA ROLL

Tuna, salmon topped avocado with spicy mayo, sriracha

$12.75  


MEXICO CITY ROLL

Cheese, shrimp tempura, crab topped spicy tuna, unagi with spicy mayo, unagi
sauce, jalapeno

$15.75  


PLEASANT HILL ROLL

Spicy tuna, cucumber, avocado, topped spicy crab, scallop, unagi sauce

$14.75  


RAINBOW CRUNCH

Crab, shrimp tempura topped tuna, salmon, shrimp, fried crumb with spicy mayo,
unagi sauce

$15.75  


SNOW WHITE ROLL

Crab, shrimp tempura topped spicy tuna, red snapper, super white tuna with spicy
mayo, unagi sauce

$15.75  


SUPER DRAGON ROLL

Crab, shrimp tempura topped eel, avocado with unagi sauce

$13.95  


TOKYO TOWER ROLL

Shrimp tempura, crab topped smokes salmon, avocado, spicy scallop with unagi
sauce

$15.95  


VOLCANO ROLL

Shrimp temputa topped spicy tuna, crunch with spicy mayo, unagi sauce

$15.95  


DAMO HOUSE ROLL

49ERS ROLL

Crab, avocado, topped salmon, lemon

$13.50  


CA ROLL

Crab, avocado

$5.95  


CATERPILLAR ROLL

Unagi, cucumber, topped avocado with unagi sauce

$13.50  


CRUNCH ROLL

Crab, avocado, crunch with unagi sauce

$7.25  


C.H.T ROLL

Crab, hamachi, tuna with tobiko

$10.00  


DOUBLE S ROLL

Spicy salmon, crab and cucumber

$9.95  


FAIR WAY ROLL

Shrimp tempura, crab topped salmon, avocado with unagi sauce

$9.95  


GODZILLA ROLL

Fried jalapeno, cheese and spicy tuna with unagi sauce

$7.95  


KRAZY KAT ROLL

Salmon, yellow tail and avocado with unagi sauce

$9.95  


LION KING ROLL

Crab, avocado topped salmon, baked with house mayo, unagi sauce

$12.50  


PHILADELPHIA ROLL

Smoked salmon, cream cheese and avocado

$9.95  


POKI POKI ROLL

Spicy tuna, cucumber with seaweed salad

$9.95  


RAINBOW ROLL

Crab, avocado topped Chef's choice assortment of fish

$12.50  


RED HEAD ROLL

California topped spicy tuna with spicy mayo

$9.50  


ROCK & ROLL

Unagi and avocado with unagi sauce

$9.95  


SALMON SKIN ROLL

Deep fried salmon skin, cucumber with unagi sauce

$7.95  


SHRIMP TEMPURA

Fried shrimp, crab, avocado with crumb and unagi sauce

$9.50  


SPICY TUNA ROLL

Spicy tuna and cucumber

$8.95  


SPIDER ROLL

Soft shell crab, avocado, cucmber, crab with unagi sauce, tobiko

$12.50  


SUPER CA ROLL

Crab, avocado, topped unagi and avocado with unagi sauce

$12.95  


ZIANTS ROLL

Fresh salmon, avocado topped spicy salmon

$10.95  


TEKKA MAKI

Tuna roll

$6.50  


SAKE MAKI

Salmon roll

$6.50  


DEEP FRIED ROLLS

KARAI TUNA ROLL

Deep fried spicy tuna roll with unagi sauce

$8.95  


KRISPY ROLL

Deep fried assortment of fish, avocado with unagi sauce

$10.50  


PHILLY HIGH FIVE

Salmon, cream cheese, basil fried roll with unagi sauce

$9.95  


ROCKY MOUNTAIN

Fried california roll with unagi sauce

$7.95  


HANGOVER ROLL

Fried tuna, salmon, hamachi&cream cheese roll topped spicy tuna, scallop with
spicy mayo, unagi sauce

$15.50  


OCTAVIO ROLL

Avocado, cheese, basil with sweet sauce

$8.95  


DESSERT

BANANA TEMPURA ICE CREAM



$6.95  


GREEN TEA ICE CREAM



$3.50  


SIDE ORDER

MISO SOUP



$1.95  


MISO SOUP(L)



$5.99  


RICE



$1.95  


HOUSE SALAD



$0.00  



YOUR ORDER

AS A GUEST
or
SIGN IN
$0.00 0

Your cart is empty.


Back to Menu
0
CONTINUE TO PAYMENT
$0.00

0
VIEW ORDER
$0.00



LOGIN AS

AS A GUEST
or
SIGN IN
Edit Comment



QUICK LINKS

 * HOME
 * STORE INFO
 * ORDER ONLINE


ADDRESS

 * 508 Contra Costa Blvd Ste #R
   Pleasant Hill, CA 94523


CONTACT US

 * (925) 288-0007
 * 

--------------------------------------------------------------------------------

 * 
 * 

 * CANCELLATION POLICY
 * PRIVACY POLICY
 * ACCESSIBILITY STATEMENT

All Rights Reserved © Damo Sushi

LOGIN

Invalid email or password, please try again
Remember me Forgot Password?
LOGIN
SUBMIT
PROCEED AS GUEST

No account yet? Sign up






Close



GUEST LOGIN

+1


SUBMIT
SUBMIT
Something went wrong!

No account yet? Sign up



Our website uses cookies to personalize your experience. Under certain state
laws, collection of data through third-party cookies for targeted advertising
and similar purposes may be considered a "sale." If you wish to opt out of such
a "sale" of your personal information, please click Cookie Preferences. You may
also use this tool to learn more about our use of cookies and set your
preferences.

Accept All Cookies