/* RESET */
.header:before {
  display: none;
}
.header h1,
.header h2,
.header h3 {
  background: transparent;
  font-family: serif;
  color: #219f9e;
}
.header h2,
.header h3 {
  font-weight: bold;
}
.header h1:before,
.header h2:before,
.header.h-2:before,
.header.h-3:before,
.header h1:after,
.header h2:after,
.header h3:after {
  display: none;
}

/* ARTICLE */
.section article p {
  line-height: 1.8;
  font-size: 15px;
}










/* nav */
.nav-site .bg-theme-light {
  background-color: transparent !important;
}
.nav-site li:nth-child(1),
.nav-site li:nth-child(4) {
  background-color: #99e5e4 !important
}



/* layout */
.header-local {
  margin-bottom: 30px;
}
.header-local .section {
  margin-bottom: 0;
}
.row-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  background-color: #efefef;
}
@media (min-width: 768px) {
  .row-wrapper:before {
    top: -30px;
    left: 170px;
  }
  .col-main  .col-inner {
    padding: 0 30px;
  }
}
.heading h1,
.heading h2,
.heading h3 {
  background-color: #efefef;
}

.col-main {
  margin-bottom: 30px;
}
.col-main > .col-inner > .csc-tx_contentdesigner_storeinclude {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.footer-local .col-inner {
  margin: 0 30px;
  padding: 30px 20px 10px;
  border-radius: 5px;
  background-color: #fff;
}
.footer-local .section {
  margin-bottom: 0;
}
.footer-local .section-sns,
.footer-local .lv2 {
  display: none;
}
@media (min-width:992px) {
  .footer-local .csc-tx_contentdesigner_storeinclude:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    content: '';
    border-right: 1px solid #e6e6e6;
  }
}
@media (max-width:991px) {
  .footer-local .csc-tx_contentdesigner_storeinclude:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    border-bottom: 1px solid #e6e6e6;
  }
  .footer-local .items-hero {
    padding-bottom: 30px;
  }
}

.footer-all {
  padding-top: 0;
}

.well {
  background-color: #fff;
}










/* flickity */
.items-flickity {
  height: 296px;
  padding: 8px;
  border-radius: 5px;
  background-color: #fff;
}
.col-hero .csc-pwteaser_pi1 {
  margin-bottom: 0;
  padding-bottom: 30px;
  overflow: hidden;
  max-height: 346px;
}
.col-hero .csc-pwteaser_pi1 .flickity-page-dots {
  bottom: -20px;
  padding-right: 10px;
  text-align: right;
}
.col-hero .csc-pwteaser_pi1 .flickity-page-dots .dot {
  width: 28px;
  height: 8px;
  margin: 0 5px;
  border-radius: 0;
  background: #c3c3c3;
  opacity: 1;
}
.col-hero .csc-pwteaser_pi1 .flickity-page-dots .dot.is-selected {
  background: #219f9e;
}






/* .items */
.items-stack {
  margin-right: -5px;
  margin-left: -5px;
}
.items-stack > .item {
  padding: 5px;
  background-color: transparent;
}
.items-stack .item > a {
  padding: 8px;
  border-radius: 5px;
  background-color: #fff;
}
.items.items-side-md .item-content {
  padding: 10px;
}
.pagets__ArticleHome .item .cat-818 .label-chiramise {
  border-color: #219f9e;
  background-color: #219f9e;
  color: #fff;
}


























/* ------------------------------------------------------------ */
/* icomoon */
/* ------------------------------------------------------------ */

@font-face {
  font-family: 'icomoon';
  src:url('/typo3conf/ext/ii_assets/Resources/Public/Fonts/nanaoh/icomoon.eot?-nyiaqb');
  src:url('/typo3conf/ext/ii_assets/Resources/Public/Fonts/nanaoh/icomoon.eot?#iefix-nyiaqb') format('embedded-opentype'),
    url('/typo3conf/ext/ii_assets/Resources/Public/Fonts/nanaoh/icomoon.woff?-nyiaqb') format('woff'),
    url('/typo3conf/ext/ii_assets/Resources/Public/Fonts/nanaoh/icomoon.ttf?-nyiaqb') format('truetype'),
    url('/typo3conf/ext/ii_assets/Resources/Public/Fonts/nanaoh/icomoon.svg?-nyiaqb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-truck:before {
  content: "\e60a";
}
.icon-chiramise:before,
.icon-article:before {
  content: "\e600";
}
.icon-new:before {
  content: "\e601";
}
.icon-backnumber:before {
  content: "\e602";
}
.icon-onayami:before {
  content: "\e603";
}
.icon-kaimono:before {
  content: "\e604";
}
.icon-recipe:before {
  content: "\e605";
}
.icon-uranai:before {
  content: "\e606";
}
.icon-sake:before {
  content: "\e607";
}
.icon-video15:before {
  content:  "\f008";
}
