/* カスタマイズ用CSS */
td.friday_color {
    color: #a6cb4c !important;
    background: #ffffff !important;
}
button.ec-blockBtn--cancel.contact {
    background-color: #dcb62c;
    border-color: #dcb52b;
}

.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }
  .loader::after {
    animation: loader 0.5s linear infinite;
    border: 1px solid orange;
    border-radius: 50%;
    border-right: 1px solid rgba(255, 165, 0, 0.2);
    border-top: 1px solid rgba(255, 165, 0, 0.2);
    content: "";
    height: 70px;
    width: 70px; }

@keyframes loader {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=tt.css.map */



 /* 各日のヘッダー背景色 */
.fc-daygrid-day-top { background-color: transparent;
}
 
/* 本日のヘッダー背景色*/ 
.fc-day-today .fc-daygrid-day-top { background-color: #fddcab; } 
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0em;
    background-color: #ffffff69;
}
/*各日のイベント背景色 */
.fc-daygrid-day-frame { background-color: #ffffff; } 
.fc-daygrid-day-frame {
    background-color: #ffffffb8 !important;
}
/* 曜日ヘッダーと各日の変な隙間を消す */
table.fc-scrollgrid-sync-table { margin: 0 0 20px 0 !important; } 
/* 曜日ヘッダーの変な隙間を消す */
table.fc-col-header { margin: 0; } 
/* 土曜日のヘッダー背景色 */
 
th.fc-day-sat {
    background-color: #e7f9ff !important;
}
 
/* 日曜日のヘッダー背景色 */
th.fc-day-sun { background-color: #ffeaea !important; } 
.fc .fc-scrollgrid-section table {
    height: 1px;
    background-color: #fff;
}
 
/*ツールバー内の日付を他の h2 より小さくしたかった */
.fc .fc-toolbar-title { font-size: 1.5em; padding: 5px 10px 0px; }
.fc-day-sun {
    background-color: #ff2b2b7a !important;
}
.fc-day-sat {
    background-color: #a7ebff !important;
}
.fc-event-title {
    font-size: 6px !important;
    clear: #000 !important;
}
.fc-daygrid-block-event .fc-event-title {
    padding: 1px;
    color: #000 !important;
}
.holiday{
    /*background-color: #f45656;*/
}
.holiday {
    background-color: #ffe5e4 !important;
}
.fc-daygrid-day-frame.holiday {
    background-color: #ff3939 !important;
}
.fc-h-event {
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid #ffe5e4;
    background-color: #ffe5e4 !important;
     
    background-color: var(--fc-event-bg-color, #3788d8);
}

  
　
    
 


body {
    /*font-family:游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "Roboto Slab", Garamond, "Times New Roman", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif !important;*/
    
    font-family: "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    
    color: #525263;
    transition: z-index 0ms 5.28455ms;
    margin: 0;
    background-image: url(https://sase-nouen.jp/homepage/wp-content/uploads/2021/04/main_back_washi4.jpeg) !important;
}
.ec-layoutRole {
    width: 100%;
    transition: transform 0.3s;
    background: #fff0 !important;
}
 
img {
    border-style: none;
    filter: contrast(1.2);
}
.swiper-container {
  position: relative; /* ← swiper.cssに含まれています */
}

.swiper-container:before {
  content: "";
  display: block;
  padding-top: calc(9/16*100%); /* 縦/横*100の値を書く */
}

.swiper-wrapper {
  position: absolute; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
  top: 0;
  left: 0;
}

.swiper-wrapper img {
    width: 100%;
    height: auto;
}
ul {
  list-style: none;
}
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}













#logo {
			 width:14%;
     height: 14%;
  
     display: block;
     text-indent: -9999px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
    
 
#logo {
    width: 14%;
    height: 14%;
    background: url(images/logo-retina.png) no-repeat;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    margin-left: 7%;
    margin-bottom: -2%;
    margin-top: 2%;
}
 
header#siteHead .inner nav#gNav {
    position: absolute;
    top: 10px;
    right: 30px;
}

header#siteHead .inner {
    width: 88%;
    margin: 0 auto;
    position: relative;
}

article
header#siteHead {
    height: 240px;
}

header#siteHead .inner nav#gNav ul {
    display: -ms-flexbox;
    display: flex;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
} 

header#siteHead .inner nav#gNav ul li a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 108%;
    color: #222;
    position: relative;
}

header#siteHead .inner nav#gNav ul li a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 108%;
    color: #222;
    text-decoration: none !important;
    position: relative;
}
header#siteHead .inner nav#gNav ul li {
    margin: 0 0 0 2.4em;
}
header#siteHead .inner nav#gNav ul li a span {
    font-size: 77%;
    color: #999;
    display: block;
    line-height: 1;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
header#siteHead .inner nav#gNav ul li a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 108%;
    color: #222;
    position: relative;
}


}




@media screen and (max-width: 10000px) and (min-width: 769px){
/*    section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
 
video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background: url('../images/bg.png') no-repeat;
  background-size: cover;
  z-index: -1;
}*/
    .ec-footerTitle .ec-footerTitle__copyright {
    margin-top: 5%;
    font-size: 16px;
    color: #000;
}
    .ec-footerNavi .ec-footerNavi__link {
    display: inline-block;
    color: #000;
}
    p.shop_name_p {
    display: none !important;
} 
    .xbtn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    padding: 10px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
}

    /*== ボタン共通設定 */
.xbtn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
  
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.xbtn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.xbtn:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#33333359;;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}











    .side_2 img {
    width: 47% !important;
    margin-left: 7%;
    filter: contrast(1.5) brightness(1.1)opacity(0.7);
}
    .top_img_taue_pre1 img {
    text-align: right !important;
    margin-left: 49%;
    width: 50%;
    filter: contrast(1.3) brightness(1.1)opacity(0.8);
}
    .ec-layoutRole__header {
    background-image: url(https://sase-nouen.jp/homepage/wp-content/uploads/2021/05/12.jpg);
    background-size: cover;
    background-position: bottom;
}
    .top_master2 img {
    width: 87% !important;
    margin-left: 13%;
     
    filter: contrast(1.2)brightness(1.3);

}
    .footer_mb{
        display: none;
    }
    .cal_mb{
        display: none !important;
    }
 
    /* カスタマイズ用CSS */

.loader {
  align-items: center;
  background: #ffffffb8; 
  /*background-image: url('https://sase-nouen.jp/homepage/wp-content/uploads/2021/04/rice_mochi_main-scaled.jpg') ; */
  background-size: contain !important;
  background-repeat: no-repeat;
  bottom: 0;
  display: flex;
  text-align: center !important;
  vertical-align: center !important;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }
  
  .loader::after {
    animation: loader 0.5s linear infinite;
    border: 1px solid orange;
    border-radius: 50%;
    border-right: 1px solid rgba(255, 165, 0, 0.2);
    border-top: 1px solid rgba(255, 165, 0, 0.2);
    content: "";
    height: 70px;
    width: 70px; }
    
    
    header#siteHead .inner nav#gNav {
    position: absolute;
    top: 10px;
    right: 0;
}

  header#siteHead .inner nav#gNav {
    position: absolute;
    top: 10px;
    right: 30px;
}



    #logo {
    width: 14%;
    height: 14%;
    background: url(images/logo-retina.png) no-repeat;
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    margin-left: 7%;
    margin-bottom: 22%;
    margin-top: 2%;
}
    .ec-itemNav__nav {
    display: inline-block;
    width: 90%;
    margin-bottom: 2%;
}

    .fc .fc-toolbar-title {
    font-size: 1.15em;
    font-weight: bold;
    color: #06515d;
    margin: 2%;
    /*font-family: "A1 Mincho" !important;*/
    letter-spacing: 0.2em;
 
    white-space: nowrap;
}
    .fc .fc-button-primary:disabled {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: #2c3e5087;
    border-color: #2C3E50;
    border-color: #92b5d87a;
    /* display: none; */
}

 


    .ec-itemNav__nav li a {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    margin: 0;
    padding: 16px;
    height: auto;
    color: #2e3233;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
}
    .ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    
}
    div#calendar {
    width: 90% !important;
    margin-left: 28%;
    margin-bottom: 30%;
}
    .fc .fc-scrollgrid-liquid {
    height: 85%;
}
    .fc-toolbar-chunk {
    margin-left: 2%;
}
    .fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #8a212194;
    border: 1px solid transparent;
    padding: 0.5em 0.25em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
    white-space: nowrap;
}
 .fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #be7e7c;
    background-color: #be7e7c;
    border-color: #a04847;
    border-color: #a04847;
}
    button.fc-today-button.fc-button.fc-button-primary {
   /* display: none !IMPORTANT;*/
}
    .fc .fc-toolbar-title {
    font-size: 1.35em;
    margin: 0;
}
.fc .fc-toolbar-title {
    font-size: 1.22em;
    margin: 2%;
    white-space: nowrap !IMPORTANT;
}
    .fc .fc-button-primary:disabled {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50);
    /*display: none;*/
}
.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #8a212194;
    border: 1px solid transparent;
    padding: 0.5em 0.25em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
}
    div#calendar {
    width: 90% !important;
}
    .fc-view-harness.fc-view-harness-active {
    height: 395px !important;
    width: 260px !important;
}

    
    .sasenouen_rice_pic1 img{
        width: 30% !important;
    }
            .map_pic1 img {
    width: 28%;
    margin-bottom: 8%;
}
        .rice_pic1 img {
    width: 18%;
}
    .mochi_pic1 img {
    width: 18%;
}
    .ec-blockTopBtn {
    right: 30px;
    bottom: 30px;
  /*  display: none !important;*/
}

.ec-blockTopBtn {
     
    position: fixed;
    width: 9%;
    height: 140px;
    right: 0% !important;
    
   
    bottom: 10px;
    cursor: pointer;
    color: #ffffff00;
    text-align: center;
    line-height: 40px;
    opacity: 0.8;
    background-image: url(https://sase-nouen.jp/online-shop/img/totop.png);
    background-repeat: no-repeat;
    background-color: #9da3a900;
}
/*
    #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: #fff0;
    background-image: url('https://sase-nouen.jp/homepage/wp-content/uploads/2021/04/totop.png') ;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    width: 100px;
    height: 100px !important;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
   filter: contrast(1.5);
    text-decoration: none;
}
*/
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
    width: 100%;
    cursor: pointer;
    padding: 8px 24px 8px 8px;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: #71631b;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
}
    .fa-shopping-cart:before,.fa-lock:before,.fa-heart:before,.fa-user:before {
   
    color: #6d4d03;
}
 
    body {
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;

        
        
       color: #525263;
       transition: z-index 0ms 5.28455ms;
       background: #ffffff;
       margin: 0;
}


    /*スライダー*/
        .main_visual.sp.slick-initialized.slick-slider {
    display: none;
}
    
    /*スライダーend*/
     
     
    .tb-rl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    }
    ul.ec-footerNavi a {
        font-family: "A1 Mincho" !important;
        font-weight: bold;
}

p.tb-rl.rice.typesquare_tags {
    color: #000000;
    /* font-family: "Roboto", Sans-serif; */
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 10px;
    font-family: "A1 Mincho" !important;
}
      .top_v{
        display: none !important;
    } 
　
        .top_vpc{
        width: 80% !important;
    }
    .rice_box_main1.pc img {
    width: 23% !important;
}

.elementor-1061 .elementor-element.elementor-element-952da58 {
    color: #000000;
    /* font-family: "Roboto", Sans-serif; */
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 10px;
    font-family: "A1 Mincho" !IMPORTANT;
}



.rice_exam2 p {
    margin-left: 34%;
    font-size: 24px;
    line-height: 2.1em;
    margin-top: 2%;
    margin-bottom: 4%;
    letter-spacing: 0.3em;
        font-family: "A1 Mincho" !IMPORTANT;
}
 

/*foter_start_pc*/    

    .ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 30px;
    background: #88ce18;
}




.ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 30px;
    background: #483602d1;
}



.ec-footerTitle .ec-footerTitle__logo a:before {
	content:"";
	margin-bottom: -0.5em !important;
	    margin-right: 0.3em;
	display:inline-block;
	width:1.7em;
	height:1.7em;
	background:url(https://sase-nouen.jp/online-shop/img/footer_logo.png) no-repeat !important;
	background-size:contain;
}

.ec-footerRole {
    border-top: 1px solid #ffffff;
    margin-top: 30px;
    background-size: cover;
    /*background-image: url(https://sase-nouen.jp/homepage/wp-content/uploads/2021/04/sase_farms_land1.png);*/
    background-repeat: none;
    /* background-color: white; */
    　
    background-blend-mode: lighten;
    background-color: #d8a283;
    
}
/*foter_end_sp*/
body {
    color: #525263;
    transition: z-index 0ms 5.28455ms;
    margin: 0;
    
}


.ec-footerTitle .ec-footerTitle__logo a {
    font-size: 24px;
    font-family: "A1 Mincho" !important;
    color: #000;
}


}




@media screen and (max-width: 768px) and (min-width: 1px){
    
    _:lang(x)::-internal-media-controls-overlay-cast-button, header#siteHead .inner nav#gNav ul {
    display: -ms-flexbox;
    display: flex;
    display: none !important;
}

    #logo {
    width: 45% !important;
    height: 10%;
    background: url(images/logo-retina.png) no-repeat;
    background-size: 80%;
    display: block;
    text-indent: -9999px;
    margin-left: 26% !important;
    margin-bottom: 7%;
    margin-top: 12%;
}
    .ec-productRole__SNS_Share li svg {
    height: 40px !important;
    margin-left: 25% !important;
    margin-top: 30% !important;
    width: auto;
    vertical-align: middle;
}
    .ec-price .ec-price__tax {
    font-size: 20px;
}
    .ec-price .ec-price__price {
    display: inline-block;
    padding: 0 0.3em;
    font-size: 28px !important;
    font-weight: bold;
}
    .ec-productRole .ec-productRole__priceRegularTax {
    margin-left: 5px;
    font-size: 17px !important;
}
    span.ec-productRole__priceRegularPrice {
    font-size: 23px !important;
    letter-spacing: 1px;
}
    .ec-productRole {
    
    font-size: 18px !important;
    line-height: 1.9 !important;
    color: #000000;
    
}
    img.taue_top_img {
    width: 100%;
}
    
    p.shop_name_p {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #000;
} 
    .xbtn {
    position: relative;
    overflow: hidden;
    margin-top: 10%;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    padding: 10px 6px;
    text-align: center;
    outline: none;
    transition: ease .2s;
}

    /*== ボタン共通設定 */
.xbtn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
  margin-top: 10%;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
    border: 1px solid #555;/* ボーダーの色と太さ */
    padding: 10px 6px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.xbtn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

.xbtn:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#33333359;;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}







    .loader {
    align-items: center;
    background: #ffffffb3;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
    .ec-blockTopBtn {
    display: none;
    position: fixed;
    /* margin-top: -10% !important; */
    width: 27%;
    height: 19%;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    color: #ffffff00;
    text-align: center;
    line-height: 40px;
    background-image: url(https://sase-nouen.jp/online-shop/img/totop.png);
    opacity: 0.8;
    background-color: #9da3a900;
    background-repeat: no-repeat;
}
    .footer_pc{
        display: none !important;
    }
    .ec-secHeading .ec-secHeading__ja {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .15em;
    vertical-align: 2px;
}
    .ec-newsRole .ec-newsRole__newsDate {
    display: block;
    margin: 15px 0 5px;
    font-size: 18px;
    letter-spacing: 0.3em;
    color: black;
}
    .ec-newsRole .ec-newsRole__newsTitle {
    display: inline-block;
    margin-bottom: 10px;
    width: 100% !important;
    font-size: 18px;
    font-weight: bold;
    color: #7D7D7D;
    line-height: 1.6;
    letter-spacing: 0.3em;
}
.ec-newsRole .ec-newsRole__newsDescription {
    display: none;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.3em !important;
    overflow: hidden;
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 600;
}


.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 600;
}

    p.tb-rl.rice.typesquare_tags {
    font-size: 1.6em;
    margin-bottom: 10%;
}


    .rice_exam2 {
    margin-left: 8% !important;
    letter-spacing: 0.3em;
    line-height: 2.3em;
    font-size: 1.4em;
    margin-bottom: 10%;
    margin-top: 10%;
    font-weight: 600;
}

 


.map_pic1 img {
    width: 64% !important;
    margin-bottom: 11%;
    margin-top: 7%;
}



.ec-drawerRole {
    overflow-y: scroll;
    background: #dee0444a;
    width: 260px;
    height: 100vh;
    transform: translateX(-300px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: z-index 0ms 1ms;
}
    header#siteHead .inner nav#gNav {
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
}
    .space_pc {
    display: none;
}
    .iide_mountain_range_pic1 img {
   
    width: 100% !important;
}
        .sasenouen_rice_pic1 img{
        width: 70% !important;
    }
                .map_pic1 img {
    width: 24%;
}
            .rice_pic1 img {
    width: 18%;
}
    .mochi_pic1 img {
    width: 18%;
}
    .rice_box_main1.pc img {
    width: 95%;
}
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
    width: 100%;
    cursor: pointer;
    padding: 8px 24px 8px 8px;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: #71631b;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
}
    .fa-shopping-cart:before,.fa-lock:before,.fa-heart:before,.fa-user:before {

    color: #6d4d03;
}
    body {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #525263;
    transition: z-index 0ms 5.28455ms;
    background: #ffffff;
    margin: 0;
}
    /*スライダー*/
        .main_visual.pc.slick-initialized.slick-slider {
    display: none;
}
    
    /*スライダー*/
        .tb-rl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    }
    
            .top_v{
         width: 100% !important;
    }
    .top_vpc{
         display: none !important;
    }
    
    
 
/*foter_start_sp*/

    .ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 30px;
    background: #88ce18;
}




.ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 30px;
    background: #483602d1;
}
 
 
 
 
 
 
 
 .ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 0px !important;
    background: #483602d1;
    background-size: contain;
    /*background-image: url(https://sase-nouen.jp/homepage/wp-content/uploads/2021/04/sase_farms_land1.png); */
    background-repeat: none;
    /* background-color: white; */
    background-color: #d8a283;
    background-blend-mode: lighten;
}


.ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 0px !important;
    background: #483602d1;
    background-size: cover;
    background-image: url(/online-shopping/html/user_data/assets/img/user_img/scene_m1.png);
    /* background-image: url(https://sase-nouen.jp/homepage/wp-content/uploads/2021/04/sase_farms_land1.png); */
    background-repeat: none;
    
    /* background-color: white; */
    background-color: #d8a283;
    background-blend-mode: lighten;
}

 
 .ec-drawerRole .ec-headerLinkArea {
    background: #bb984a;
}
 
 .ec-footerNavi .ec-footerNavi__link a {
    display: block;
    border-bottom: 1px solid #7d7d7d;
    padding: 15px 0;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    font-weight: 500 !important;
    color: #000000 !important;
    font-size: 18px !important;
}

.ec-footerTitle .ec-footerTitle__logo a {
    font-size: 22px;
    color: inherit;
    font-weight: 600 !important;
    color: #000000 !important;
}
.ec-footerTitle .ec-footerTitle__copyright {
    font-size: 17px;
    color: #000000 !important;
    font-weight: 500 !important;
    padding: 5% 5% 5% 5%;
}

/*foter_end_sp*/




.ec-shelfRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 1.9;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
    
}





@media only screen and (min-width: 769px){
.ec-itemNav__nav li {
    float: left;
    width: auto;
    margin-left: 1px;
}
}

@media screen and (max-width: 10000px) and (min-width: 769px){
    
    .ec-footerRole {
    border-top: 1px solid #7d7d7d;
    margin-top: 0px !important;
    background: #483602d1;
    background-size: cover !important;
    background-image: url(/online-shopping/html/user_data/assets/img/user_img/scene_m1.png) !important;
    /* background-image: url(https://sase-nouen.jp/homepage/wp-content/uploads/2021/04/sase_farms_land1.png); */
    background-repeat: none;
    
    /* background-color: white; */
    background-color: #d8a283;
    background-blend-mode: lighten;
    background-repeat: no-repeat !important;
}


    .ec-productRole__SNS_Share li svg {
    height: 40px !important;
    width: auto;
    margin-left: 9px;
    vertical-align: middle;
}
    
    .ec-productRole {
    
    font-size: 21px;
    line-height: 1.7;
    
}
 
    
.ec-itemNav__nav {
    display: inline-block;
    width: 100%;
    margin-bottom: 2%;
    text-align: center !IMPORTANT;
}

}
@media screen and (max-width: 10000px) and (min-width: 769px){
.ec-itemNav__nav li a {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    margin: 0;
    padding: 16px;
    height: auto;
    color: #0b313a;
    font-size: 16px;
    font-weight: 600 !IMPORTANT;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    background: #a6cb4c;
    border-bottom: 2px solid #E8E8E8;
}

.ec-footerTitle .ec-footerTitle__logo a:before {
	content:"";
	margin-bottom: -0.5em !important;
	    margin-right: 0.3em;
	display:inline-block;
	width:1.7em;
	height:1.7em;
	background:url(https://sase-nouen.jp/online-shopping/img/footer_logo.png) no-repeat !important;
	background-size:contain;
}
    
    
    
}


.ec-itemNav__nav li ul li a {
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 22px 16px 16px;
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-align: left;
    background: #f3e564de;
}




@media only screen and (min-width: 768px){
.ec-categoryNaviRole a:hover {
    text-decoration: none;
    transition: all .8s;
    
}
}

 @media only screen and (min-width: 768px){
.ec-itemNav__nav li ul {
    display: block;
    z-index: 100;
    position: absolute;
    transition: all .5s;
}
}


.ec-itemNav__nav > li:hover li:hover > a {
	background: #ecbe21;
	transition: all .8s;
}

/*商品カテゴリータイトルテキスト*/
p.itemcate_title {
    text-align: center;
    
    margin-bottom: 5%;
    font-weight: bold;
    letter-spacing: 0.8em;
    font-size: 19px;
}



_:-ms-lang(x)::-ms-backdrop, header#siteHead .inner nav#gNav {
  display: -ms-flexbox !important;
    display: flex !important;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, header#siteHead .inner nav#gNav {
  display: -ms-flexbox !important;
    display: flex !important;
}


_:-ms-lang(x)::-ms-backdrop, header#siteHead .inner nav#gNav ul li a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 108%;
    color: #222;
    position: relative;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, header#siteHead .inner nav#gNav ul li a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 108%;
    color: #222;
    position: relative;
}

_:-ms-lang(x)::-ms-backdrop, header#siteHead .inner nav#gNav {
    position: absolute;
    top: 32%;
    right: 2%;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, header#siteHead .inner nav#gNav {
    position: absolute;
    top: 32%;
    right: 2%;
}

_:-ms-lang(x)::-ms-backdrop, header#siteHead .inner nav#gNav ul li a span {
    font-size: 77%;
    color: #999;
    display: block;
    line-height: 1;
}


_:lang(x)::-internal-media-controls-overlay-cast-button, header#siteHead .inner nav#gNav ul li a span {
    font-size: 77%;
    color: #999;
    display: block;
    line-height: 1;
}


_:lang(x)::-internal-media-controls-overlay-cast-button, header#siteHead .inner nav#gNav ul li {
    margin: 0 0 0 2.4em;
}

header#siteHead .inner nav#gNav ul li {
    margin: 0 0 0 2.4em;
}


_:-ms-lang(x)::-ms-backdrop, header#siteHead .inner nav#gNav ul {
    display: -ms-flexbox;
    display: flex;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, header#siteHead .inner nav#gNav ul {
    display: -ms-flexbox;
    display: flex;
}