@media not screen, screen and (min-width: 569px) {

  #sp-site-navigation-1 ul ul li > a{
    color : #333333;
    background-color : #f1f4d0;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul ul li > a:hover{
    background-color : #e6eabb;
  }

  #sp-site-navigation-1::after{
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #6f9501;
    border-bottom-color : #ffffff;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 0px;
    left : 0px;
    content : "";
  }

  #sp-site-navigation-1::before{
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #ffffff;
    border-bottom-color : #6f9501;
    display : block;
    position : absolute;
    top : 0px;
    right : 0px;
    left : 0px;
    content : "";
  }

  #sp-site-navigation-1 > ul{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    border-left-width : 1px;
    border-left-style : solid;
    border-left-color : #6f9501;
  }

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    color : #eaff01;
    background-image : url(img/back-main-nav-01-hover.png);
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    color : #eaff01;
    background-image : url(img/back-main-nav-01-hover.png);
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    color : #eaff01;
    background-image : url(img/back-main-nav-01-hover.png);
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #eaff01;
    background-image : url(img/back-main-nav-01-hover.png);
  }

  #sp-site-navigation-1 > ul > li > a{
    font-size : 1.4rem;
    line-height : 1;
    color : #ffffff;
    padding-top : 17px;
    padding-left : 20px;
    padding-right : 20px;
    padding-bottom : 17px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-left-style : solid;
    border-right-style : solid;
    border-left-color : #9ecd12;
    border-right-color : #6f9501;
    display : block;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #eaff01;
    background-image : url(img/back-main-nav-01-hover.png);
  }
}

@media screen and (max-width: 568px) {

  #sp-site-navigation-1{
    font-size : 1.3rem;
    margin-top : 0px;
  }

  #sp-site-navigation-1 .menu-toggle{
    font-size : 1.3rem;
    background-color : #fdbb36;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
    padding-top : 12px;
    padding-bottom : 12px;
  }

  #sp-site-navigation-1 li > a:active{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-1 li > a:hover{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-1 ul li{
    line-height : 1.5;
    text-align : left;
  }

  #sp-site-navigation-1 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #83a520;
    padding-top : 9px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 8px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #9ac423;
  }

  #sp-site-navigation-1 ul ul li > a{
    padding-left : 40px;
    padding-right : 10px;
  }

  #sp-site-navigation-1 ul ul ul li > a{
    padding-left : 55px;
  }

  #sp-site-navigation-1 > ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-1 > ul li.current-menu-item > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-1 > ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-1 > ul li.current_page_item > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }
}

#sp-table-1, #sp-table-2, #sp-table-4, #sp-table-5{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-1 > tbody > tr > td, #sp-table-2 > tbody > tr > td, #sp-table-4 > tbody > tr > td, #sp-table-5 > tbody > tr > td{
  background-color : #ffffff;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}

#sp-table-1 > tbody > tr > th, #sp-table-2 > tbody > tr > th, #sp-table-4 > tbody > tr > th, #sp-table-5 > tbody > tr > th{
  font-weight : bold;
  color : #333333;
  background-color : #f0f7d5;
  vertical-align : top;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}

#sp-block-container-3 > .large{
  font-size : 1.5em;
}

#sp-block-container-3 > .medium{
  font-size : 1em;
}

#sp-block-container-3 > .x-large{
  font-size : 2em;
}

#sp-block-container-3 > .x-small{
  font-size : 0.8em;
}

#sp-block-container-3 > .xx-large{
  font-size : 3em;
}

#sp-block-container-3 > .xx-small{
  font-size : 0.7em;
}

#sp-block-container-3 > em{
  font-style : oblique;
  color : #2c7af5;
}

#sp-block-container-3 > h1{
  color : #515151;
  border-left-width : 15px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
}

#sp-block-container-3 > h2{
  color : #515151;
  border-bottom-width : 2px;
  border-bottom-style : dashed;
  border-bottom-color : #2c7af5;
}

#sp-block-container-3 > h3{
  font-size : 1.3em;
  color : #515151;
  border-top-width : 1px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-top-style : dashed;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : #2c7af5;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-3 > h4{
  font-size : 1.2em;
  color : #515151;
  border-left-width : 5px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-3 > h5{
  font-size : 1em;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-3 > h6{
  font-size : 1em;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #2c7af5;
}

#sp-block-container-3 > p{
  line-height : 1.4;
  color : #515151;
  text-align : left;
  text-indent : 1em;
  margin-top : 0.5em;
  margin-left : 0.5em;
  margin-right : 0.5em;
  margin-bottom : 0.5em;
}

#sp-block-container-3 > p.indent{
  padding-left : 15px;
}

#sp-block-container-3 > p.small{
  font-size : 0.9em;
}

#sp-block-container-3 > strong{
  font-weight : bold;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #2c7af5;
}

.page-information#content #page-content{
  font-size : 1.4rem;
  color : #669900;
}

#sp-block-container-1{
  border-right-color : initial;
  font-size : 1.2rem;
  font-family : "ＭＳ Ｐゴシック";
  color : #669900;
  background-color : #f5fae6;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-bottom-color : #d7d7d7;
}

#sp-block-container-1 > p{
  font-size : 1.3rem;
  color : #000000;
}

#sp-item-gallery-1{
  color : #97ca00;
}

#sp-item-gallery-1 > ul > li{
  width : 195px;
  height : 220px;
}

#sp-item-gallery-1 > ul > li p.item-gallery-title{
  color : #97ca00;
}

#sp-object-1{
  background-image : none;
  background-repeat : repeat;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/site-title4.png);
}

#sp-site-branding2-1 > .site-description{
  font-size : 1.2rem;
}

@media not screen, screen and (min-width: 569px) {

  #sp-block-container-1{
    padding-top : 0px;
    padding-left : 1000px;
    padding-right : 1000px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : -1000px;
    margin-right : -1000px;
    margin-bottom : 0px;
    min-height : 466px;
  }

  #sp-block-container-1::after{
    background-color : #ffffff;
    margin-left : -1000px;
    margin-right : -1000px;
    height : 4px;
    display : block;
    content : "";
  }

  #sp-block-container-115{
    min-height : 672px;
  }

  #sp-block-container-122{
    min-height : 305px;
  }

  #sp-block-container-125{
    min-height : 500px;
  }

  #sp-block-container-128{
    margin-right : 73px;
    width : 653px;
    min-height : 3316px;
  }

  #sp-block-container-130{
    margin-top : 0px;
    width : 715px;
    min-height : 60px;
  }

  #sp-block-container-131{
    width : 715px;
  }

  #sp-block-container-140{
    min-height : 298px;
  }

  #sp-block-container-142{
    min-height : 65px;
  }

  #sp-block-container-144{
    min-height : 64px;
  }

  #sp-block-container-148{
    min-height : 61px;
  }

  #sp-block-container-153{
    min-height : 592px;
  }

  #sp-block-container-2{
    margin-top : -3px;
    margin-bottom : 58px;
    min-height : 137px;
  }

  #sp-block-container-24{
    width : 588px;
    min-height : 92px;
  }

  #sp-block-container-3{
    width : 289px;
    min-height : 42px;
  }

  #sp-block-container-37{
    margin-top : 0px;
  }

  #sp-block-container-61{
    min-height : 387px;
  }

  #sp-block-container-62{
    min-height : 342px;
  }

  #sp-block-container-66{
    width : 648px;
    min-height : 468px;
  }

  #sp-block-container-67{
    margin-top : -1px;
    width : 649px;
    min-height : 326px;
  }

  #sp-button-5{
    width : 297px;
    height : 65px;
  }

  #sp-button-97{
    margin-bottom : -1px;
  }

  #sp-image-1{
    margin-left : 10px;
    margin-right : 42px;
    width : 130px;
    height : 72px;
  }

  #sp-image-10{
    width : 193px;
    height : 110px;
  }

  #sp-image-100{
    width : 218px;
    height : 163px;
  }

  #sp-image-101{
    width : 221px;
    height : 164px;
  }

  #sp-image-102{
    width : 261px;
    height : 175px;
  }

  #sp-image-103{
    width : 250px;
    height : 186px;
  }

  #sp-image-104{
    width : 276px;
    height : 207px;
  }

  #sp-image-105{
    width : 284px;
    height : 188px;
  }

  #sp-image-106{
    width : 286px;
    height : 214px;
  }

  #sp-image-107{
    width : 269px;
    height : 201px;
  }

  #sp-image-108{
    width : 236px;
    height : 170px;
  }

  #sp-image-109{
    width : 224px;
    height : 148px;
  }

  #sp-image-11{
    width : 179px;
    height : 136px;
  }

  #sp-image-110{
    width : 235px;
    height : 175px;
  }

  #sp-image-111{
    width : 324px;
    height : 229px;
  }

  #sp-image-112{
    width : 247px;
    height : 169px;
  }

  #sp-image-113{
    width : 248px;
    height : 160px;
  }

  #sp-image-114{
    width : 275px;
    height : 206px;
  }

  #sp-image-115{
    width : 288px;
    height : 177px;
  }

  #sp-image-116{
    width : 278px;
    height : 184px;
  }

  #sp-image-117{
    width : 295px;
    height : 206px;
  }

  #sp-image-118{
    width : 233px;
    height : 174px;
  }

  #sp-image-119{
    width : 314px;
    height : 234px;
  }

  #sp-image-12{
    width : 243px;
    height : 127px;
  }

  #sp-image-120{
    width : 332px;
    height : 197px;
  }

  #sp-image-121{
    width : 308px;
    height : 230px;
  }

  #sp-image-122{
    width : 323px;
    height : 214px;
  }

  #sp-image-123{
    width : 252px;
    height : 168px;
  }

  #sp-image-124{
    width : 330px;
    height : 212px;
  }

  #sp-image-125{
    width : 271px;
    height : 203px;
  }

  #sp-image-127{
    width : 200px;
    height : 150px;
  }

  #sp-image-128{
    width : 198px;
    height : 148px;
  }

  #sp-image-129{
    width : 191px;
    height : 142px;
  }

  #sp-image-13{
    width : 169px;
    height : 116px;
  }

  #sp-image-130{
    width : 270px;
    height : 202px;
  }

  #sp-image-131{
    width : 149px;
    height : 109px;
  }

  #sp-image-132{
    width : 242px;
    height : 181px;
  }

  #sp-image-133{
    width : 230px;
    height : 172px;
  }

  #sp-image-134{
    width : 227px;
    height : 170px;
  }

  #sp-image-135{
    width : 231px;
    height : 173px;
  }

  #sp-image-136{
    width : 321px;
    height : 239px;
  }

  #sp-image-137{
    width : 231px;
    height : 292px;
  }

  #sp-image-138{
    width : 384px;
    height : 284px;
  }

  #sp-image-139{
    width : 294px;
    height : 219px;
  }

  #sp-image-140{
    width : 235px;
    height : 176px;
  }

  #sp-image-141{
    width : 240px;
    height : 180px;
  }

  #sp-image-142{
    width : 288px;
    height : 214px;
  }

  #sp-image-143{
    width : 285px;
    height : 212px;
  }

  #sp-image-144{
    width : 291px;
    height : 216px;
  }

  #sp-image-145{
    width : 293px;
    height : 182px;
  }

  #sp-image-146{
    width : 261px;
    height : 195px;
  }

  #sp-image-147{
    width : 251px;
    height : 188px;
  }

  #sp-image-148{
    width : 263px;
    height : 196px;
  }

  #sp-image-149{
    width : 437px;
    height : 222px;
  }

  #sp-image-15{
    width : 203px;
    height : 136px;
  }

  #sp-image-150{
    width : 293px;
    height : 219px;
  }

  #sp-image-151{
    width : 588px;
    height : 314px;
  }

  #sp-image-152{
    width : 253px;
    height : 165px;
  }

  #sp-image-153{
    margin-bottom : 0px;
    width : 220px;
    height : 165px;
  }

  #sp-image-154{
    width : 291px;
    height : 209px;
  }

  #sp-image-155{
    width : 278px;
    height : 203px;
  }

  #sp-image-156{
    width : 275px;
    height : 203px;
  }

  #sp-image-157{
    width : 247px;
    height : 185px;
  }

  #sp-image-158{
    width : 277px;
    height : 207px;
  }

  #sp-image-159{
    width : 282px;
    height : 211px;
  }

  #sp-image-16{
    width : 255px;
    height : 135px;
  }

  #sp-image-160{
    width : 311px;
    height : 232px;
  }

  #sp-image-161{
    width : 460px;
    height : 320px;
  }

  #sp-image-162{
    width : 330px;
    height : 229px;
  }

  #sp-image-163{
    width : 265px;
    height : 198px;
  }

  #sp-image-164{
    width : 617px;
    height : 866px;
  }

  #sp-image-165{
    width : 588px;
    height : 880px;
  }

  #sp-image-167{
    width : 339px;
    height : 284px;
  }

  #sp-image-168{
    width : 530px;
    height : 299px;
  }

  #sp-image-170{
    width : 289px;
    height : 215px;
  }

  #sp-image-171{
    width : 253px;
    height : 189px;
  }

  #sp-image-172{
    width : 283px;
    height : 212px;
  }

  #sp-image-173{
    width : 245px;
    height : 206px;
  }

  #sp-image-174{
    width : 362px;
    height : 225px;
  }

  #sp-image-175{
    width : 274px;
    height : 179px;
  }

  #sp-image-176{
    width : 280px;
    height : 209px;
  }

  #sp-image-177{
    width : 512px;
    height : 252px;
  }

  #sp-image-178{
    width : 156px;
    height : 117px;
  }

  #sp-image-179{
    width : 209px;
    height : 152px;
  }

  #sp-image-18{
    width : 215px;
    height : 161px;
  }

  #sp-image-180{
    width : 214px;
    height : 141px;
  }

  #sp-image-181{
    width : 212px;
    height : 159px;
  }

  #sp-image-182{
    width : 187px;
    height : 139px;
  }

  #sp-image-183{
    width : 295px;
    height : 226px;
  }

  #sp-image-184{
    width : 338px;
    height : 254px;
  }

  #sp-image-185{
    width : 244px;
    height : 167px;
  }

  #sp-image-186{
    width : 261px;
    height : 135px;
  }

  #sp-image-187{
    width : 241px;
    height : 150px;
  }

  #sp-image-188{
    width : 203px;
    height : 151px;
  }

  #sp-image-189{
    width : 288px;
    height : 140px;
  }

  #sp-image-19{
    width : 214px;
    height : 160px;
  }

  #sp-image-190{
    width : 219px;
    height : 163px;
  }

  #sp-image-191{
    width : 116px;
    height : 181px;
  }

  #sp-image-192{
    width : 368px;
    height : 392px;
  }

  #sp-image-193{
    width : 396px;
    height : 312px;
  }

  #sp-image-195{
    width : 299px;
    height : 241px;
  }

  #sp-image-2{
    width : 607px;
    height : 321px;
  }

  #sp-image-21{
    width : 209px;
    height : 116px;
  }

  #sp-image-23{
    width : 245px;
    height : 123px;
  }

  #sp-image-24{
    width : 353px;
    height : 183px;
  }

  #sp-image-25{
    width : 241px;
    height : 139px;
  }

  #sp-image-26{
    width : 144px;
    height : 127px;
  }

  #sp-image-27{
    width : 120px;
    height : 93px;
  }

  #sp-image-29{
    width : 233px;
    height : 154px;
  }

  #sp-image-30{
    width : 235px;
    height : 132px;
  }

  #sp-image-31{
    width : 316px;
    height : 184px;
  }

  #sp-image-32{
    width : 195px;
    height : 127px;
  }

  #sp-image-33{
    width : 256px;
    height : 191px;
  }

  #sp-image-34{
    width : 290px;
    height : 193px;
  }

  #sp-image-35{
    width : 115px;
    height : 225px;
  }

  #sp-image-37{
    width : 165px;
    height : 172px;
  }

  #sp-image-38{
    width : 141px;
    height : 141px;
  }

  #sp-image-39{
    width : 250px;
    height : 168px;
  }

  #sp-image-40{
    width : 254px;
    height : 161px;
  }

  #sp-image-41{
    width : 153px;
    height : 204px;
  }

  #sp-image-43{
    width : 251px;
    height : 164px;
  }

  #sp-image-44{
    width : 249px;
    height : 165px;
  }

  #sp-image-45{
    width : 171px;
    height : 177px;
  }

  #sp-image-46{
    width : 267px;
    height : 200px;
  }

  #sp-image-47{
    width : 270px;
    height : 180px;
  }

  #sp-image-5{
    width : 244px;
    height : 182px;
  }

  #sp-image-50{
    width : 228px;
    height : 171px;
  }

  #sp-image-51{
    width : 293px;
    height : 219px;
  }

  #sp-image-52{
    width : 317px;
    height : 237px;
  }

  #sp-image-53{
    width : 187px;
    height : 249px;
  }

  #sp-image-54{
    width : 392px;
    height : 181px;
  }

  #sp-image-55{
    width : 258px;
    height : 192px;
  }

  #sp-image-56{
    width : 175px;
    height : 233px;
  }

  #sp-image-57{
    width : 179px;
    height : 119px;
  }

  #sp-image-58{
    width : 189px;
    height : 125px;
  }

  #sp-image-59{
    width : 280px;
    height : 165px;
  }

  #sp-image-6{
    width : 220px;
    height : 146px;
  }

  #sp-image-60{
    width : 254px;
    height : 190px;
  }

  #sp-image-61{
    width : 218px;
    height : 163px;
  }

  #sp-image-62{
    width : 218px;
    height : 130px;
  }

  #sp-image-63{
    width : 173px;
    height : 86px;
  }

  #sp-image-64{
    width : 392px;
    height : 179px;
  }

  #sp-image-67{
    width : 386px;
    height : 212px;
  }

  #sp-image-68{
    width : 286px;
    height : 170px;
  }

  #sp-image-69{
    width : 345px;
    height : 170px;
  }

  #sp-image-7{
    width : 169px;
    height : 253px;
  }

  #sp-image-70{
    width : 256px;
    height : 98px;
  }

  #sp-image-71{
    width : 295px;
    height : 169px;
  }

  #sp-image-72{
    width : 362px;
    height : 208px;
  }

  #sp-image-73{
    width : 195px;
    height : 109px;
  }

  #sp-image-74{
    width : 215px;
    height : 121px;
  }

  #sp-image-75{
    width : 209px;
    height : 141px;
  }

  #sp-image-76{
    width : 241px;
    height : 169px;
  }

  #sp-image-77{
    width : 268px;
    height : 162px;
  }

  #sp-image-78{
    width : 236px;
    height : 152px;
  }

  #sp-image-79{
    width : 185px;
    height : 138px;
  }

  #sp-image-80{
    width : 114px;
    height : 139px;
  }

  #sp-image-81{
    width : 301px;
    height : 225px;
  }

  #sp-image-82{
    width : 247px;
    height : 188px;
  }

  #sp-image-84{
    width : 263px;
    height : 185px;
  }

  #sp-image-85{
    width : 300px;
    height : 207px;
  }

  #sp-image-86{
    width : 288px;
    height : 175px;
  }

  #sp-image-87{
    width : 298px;
    height : 218px;
  }

  #sp-image-88{
    width : 361px;
    height : 216px;
  }

  #sp-image-89{
    width : 226px;
    height : 154px;
  }

  #sp-image-9{
    width : 231px;
    height : 148px;
  }

  #sp-image-90{
    width : 245px;
    height : 183px;
  }

  #sp-image-91{
    width : 242px;
    height : 181px;
  }

  #sp-image-92{
    width : 270px;
    height : 202px;
  }

  #sp-image-93{
    width : 271px;
    height : 202px;
  }

  #sp-image-94{
    width : 277px;
    height : 191px;
  }

  #sp-image-95{
    width : 144px;
    height : 182px;
  }

  #sp-image-96{
    width : 316px;
    height : 236px;
  }

  #sp-image-97{
    width : 316px;
    height : 235px;
  }

  #sp-image-98{
    width : 474px;
    height : 282px;
  }

  #sp-image-99{
    width : 214px;
    height : 159px;
  }

  #sp-item-gallery-1{
    margin-top : 8px;
    min-height : 952px;
  }

  #sp-item-gallery-2{
    width : 805px;
  }

  #sp-object-1{
    width : 290px;
    height : 255px;
  }

  #sp-page-title-6{
    width : auto;
  }

  #sp-page-title-7{
    width : 650px;
  }

  #sp-photo-motion-1{
    width : 648px;
    height : 453px;
  }

  #sp-photo-motion-13{
    width : 588px;
    height : 260px;
  }

  #sp-photo-motion-15{
    height : auto;
  }

  #sp-photo-motion-6{
    width : 602px;
    height : 220px;
  }

  #sp-photo-motion-7{
    width : 602px;
    height : 220px;
  }

  #sp-photo-motion-8{
    width : 584px;
    height : 350px;
  }

  #sp-site-branding2-1{
    margin-bottom : -33px;
    width : 1024px;
    min-height : 116px;
  }

  #sp-site-branding2-1 > .extra{
    margin-left : 138px;
    margin-bottom : 0px;
    width : 267px;
    min-height : 56px;
  }

  #sp-site-branding2-1 > .site-description{
    width : 512px;
    height : 28px;
    top : 20px;
    bottom : auto;
    right : auto;
    left : -21px;
  }

  #sp-site-branding2-1 > .site-title{
    width : 322px;
    height : 53px;
  }

  #sp-site-navigation-1{
    min-height : 51px;
  }

  #sp-table-1{
    width : 648px;
    min-height : 61px;
  }

  #sp-table-2{
    margin-right : 57px;
    width : 638px;
    min-height : 296px;
  }

  #sp-table-3{
    margin-bottom : 61px;
    width : 589px;
    min-height : 936px;
  }

  #sp-table-4{
    min-height : 314px;
  }

  #sp-table-5{
    width : 601px;
  }
}

@media screen and (max-width: 568px) {

  #sp-block-container-1{
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #sp-block-container-1::after{
    background-color : #ffffff;
    width : 100%;
    height : 1px;
    display : block;
    content : "";
  }

  #sp-image-1{
    margin-left : 31px;
    margin-right : -51px;
    width : 204px;
    height : 120px;
  }
}
