@charset "UTF-8";

/*---------------メニュー枠線---------------*/
#top_menu + .widget_gallery01 .wrapper_item .inner_item {
    border: 1px solid #b39b54;
    padding: 5px;
    height: fit-content;
}
#top_menu2 + .widget_gallery01 .wrapper_item .inner_item {
    border: 1px solid #b39b54;
    padding: 5px;
    height: fit-content;
}

/*---------------メニュー詳細テキスト---------------*/
.widget_gallery01 .menu_more_textarea {
    display: none;
    height: 0;
}

/*-------------------------見出し左右にイラスト追加------------------------------*/
/*-------mv下左の草----------*/
body:after {
  z-index:1;
  content:"";
  position: absolute;
  background-image:url("/common/upload_data/luluatelierjp/image/20230109121101.png");
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  top:76vh;
}

@media screen and (max-width: 100vh){
  body:after {
    top:67vh;
  }
}

@media screen and (max-width:550px){
  body:after {
    left:2.5vw;
    width:60px;
    height:130px;
  }
}

@media screen and (min-width:551px) and (max-width:800px){
  body:after {
    left:6vw;
    width:60px;
    height:130px;
  }
}

@media screen and (min-width:801px) and (max-width:900px){
  body:after {
    left:2vw;
    width:100px;
    height:130px;
  }
}
