@media screen and (min-width: 768px) {
  .sub footer {
    display: grid;
    grid-template: "fmenu-l fmenu-r" "footer  footer"/55% 45%;
  }
  .sub footer .fmenu-ctr {
    grid-area: fmenu-r;
  }
  .sub footer .footer-area {
    grid-area: footer;
  }
}
.sub .more-btn {
  background-color: var(--bgcolor1);
  -webkit-box-shadow: 5px 5px 0 var(--bgcolor5);
          box-shadow: 5px 5px 0 var(--bgcolor5);
  margin: 10px 5px 0 auto;
  text-align: right;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sub .more-btn .arrow {
  color: var(--fontcolor2);
  display: inline-block;
  position: relative;
  padding: 6px 10px 6px 16px;
  text-decoration: none;
}
.sub .more-btn .arrow::after, .sub .more-btn .arrow::before {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
.sub .more-btn .arrow::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 24px solid transparent;
  border-left: 10px solid var(--bgcolor7);
}
@media screen and (min-width: 768px) {
  .sub .more-btn .arrow::before {
    border: 28px solid transparent;
    border-left: 10px solid var(--bgcolor7);
  }
}
.sub .more-btn .en-more {
  display: block;
  font-size: 2rem;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.sub .more-btn .jp-more {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .sub .more-btn .jp-more {
    font-size: 1.4rem;
  }
}

.archive {
  display: grid;
  grid-template-columns: 100%;
}
.archive main {
  display: grid;
  grid-template-columns: 100%;
  margin: 10vw 0 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .archive main {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .archive main {
    grid-template-columns: 1fr 720px 280px 1fr;
    margin-top: 50px;
    width: 100%;
  }
  .archive main .cat-list-area {
    grid-column: 2/3;
  }
  .archive main .archive-ctr {
    grid-column: 2/3;
  }
  .archive main .closure-ctr {
    grid-column: 2/3;
  }
  .archive main .sidenav-ctr {
    grid-column: 3/4;
  }
}
@media screen and (min-width: 1400px) {
  .archive main {
    grid-template-columns: 1fr 920px 280px 1fr;
  }
}

.article,
.shiminbyoin,
.sashiyori,
.nishiko,
.iju,
.meishi {
  display: grid;
  grid-template-columns: 100%;
}
.article main,
.shiminbyoin main,
.sashiyori main,
.nishiko main,
.iju main,
.meishi main {
  display: grid;
  grid-template-columns: 100%;
  margin: 10vw 0 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .article main,
  .shiminbyoin main,
  .sashiyori main,
  .nishiko main,
  .iju main,
  .meishi main {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .article main,
  .shiminbyoin main,
  .sashiyori main,
  .nishiko main,
  .iju main,
  .meishi main {
    grid-template-columns: 1fr 720px 280px 1fr;
    margin-top: 50px;
    width: 100%;
  }
  .article main .article-ctr,
  .shiminbyoin main .article-ctr,
  .sashiyori main .article-ctr,
  .nishiko main .article-ctr,
  .iju main .article-ctr,
  .meishi main .article-ctr {
    grid-column: 2/3;
  }
  .article main .sidenav-ctr,
  .shiminbyoin main .sidenav-ctr,
  .sashiyori main .sidenav-ctr,
  .nishiko main .sidenav-ctr,
  .iju main .sidenav-ctr,
  .meishi main .sidenav-ctr {
    grid-column: 3/4;
  }
}
@media screen and (min-width: 1400px) {
  .article main,
  .shiminbyoin main,
  .sashiyori main,
  .nishiko main,
  .iju main,
  .meishi main {
    grid-template-columns: 1fr 920px 280px 1fr;
  }
}

.sitemap,
.soshiki {
  display: grid;
  grid-template-columns: 100%;
}
.sitemap main,
.soshiki main {
  display: grid;
  grid-template-columns: 100%;
  margin: 10vw 0 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .sitemap main,
  .soshiki main {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .sitemap main,
  .soshiki main {
    margin-top: 50px;
    width: 100%;
  }
}

.inquiry {
  display: grid;
  grid-template-columns: 100%;
}
.inquiry main {
  display: grid;
  grid-template-columns: 100%;
  margin: 10vw 0 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .inquiry main {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .inquiry main {
    margin-top: 50px;
    width: 100%;
  }
}
.inquiry .search-results-ctr {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .inquiry .search-results-ctr {
    max-width: 1080px;
  }
}

.search {
  display: grid;
  grid-template-columns: 100%;
}
.search main {
  display: grid;
  grid-template-columns: 100%;
  margin: 10vw 0 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .search main {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .search main {
    margin-top: 0;
    row-gap: 30px;
    width: 100%;
  }
}
.search .search-results-ctr {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .search .search-results-ctr {
    max-width: 1080px;
  }
}

.not-found,
.error,
.yoyaku {
  display: grid;
  grid-template-columns: 100%;
}
.not-found main,
.error main,
.yoyaku main {
  display: grid;
  grid-template-columns: 100%;
  margin: 10vw 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .not-found main,
  .error main,
  .yoyaku main {
    margin: 5vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .not-found main,
  .error main,
  .yoyaku main {
    margin-top: 50px;
    width: 100%;
  }
}
.not-found .not-found-ctr,
.not-found .yoyaku-ctr,
.error .not-found-ctr,
.error .yoyaku-ctr,
.yoyaku .not-found-ctr,
.yoyaku .yoyaku-ctr {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .not-found .not-found-ctr,
  .not-found .yoyaku-ctr,
  .error .not-found-ctr,
  .error .yoyaku-ctr,
  .yoyaku .not-found-ctr,
  .yoyaku .yoyaku-ctr {
    max-width: 1080px;
  }
}

.sub .header-ctr {
  display: grid;
  margin: 0 0 25px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .sub .header-ctr {
    margin: 0;
  }
}
@media print {
  .sub .header-ctr {
    display: none;
  }
}
.sub .header-area {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 50px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sub .header-area {
    border-bottom: 5px solid var(--bgcolor7);
    display: block;
    grid-row: 1/2;
  }
}
.sub .header-area .sitelogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .sub .header-area .sitelogo {
    max-width: 160px;
    width: 16%;
  }
}
@media screen and (min-width: 1024px) {
  .sub .header-area .sitelogo {
    height: 65px;
    position: absolute;
    top: calc(50px + 2vw);
    left: calc(50% - 512px);
  }
}
@media screen and (min-width: 1400px) {
  .sub .header-area .sitelogo {
    left: calc(50% - 600px);
  }
}
.sub .header-area .symbol-uki {
  height: auto;
  margin-left: 5px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .sub .header-area .symbol-uki {
    margin-left: 10px;
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .sub .header-area .symbol-uki {
    width: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .sub .header-area .symbol-uki {
    margin-left: 0;
  }
}

.sub .search-wrapper {
  margin: 20px auto 25px;
  max-width: 400px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .sub .search-wrapper {
    max-width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .sub .search-wrapper {
    margin: 0;
    max-width: 350px;
  }
}
.sub .search-wrapper .searchInner {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sub .search-wrapper .searchInner {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .sub .search-wrapper .searchInner {
    margin-bottom: 0;
  }
}
.sub .search-wrapper .search-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
          box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
}
.sub .search-wrapper .search-ctr input[type=text] {
  background-color: var(--bgcolor1);
  font-size: 1.4rem;
  height: 30px;
  padding-left: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sub .search-wrapper .search-ctr input[type=text] {
    border-radius: 5px 0 0 5px;
    height: 50px;
  }
}
.sub .search-wrapper .search-ctr button {
  background-color: var(--bgcolor8);
  color: var(--fontcolor1);
  height: 30px;
  padding: 2px;
  text-align: center;
  width: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sub .search-wrapper .search-ctr button {
    border-radius: 0 5px 5px 0;
    height: 50px;
    width: 60px;
  }
}
.sub .search-wrapper .search-ctr .material-icons {
  color: var(--fontcolor1);
  -webkit-filter: drop-shadow(0px 0px 1px #000);
          filter: drop-shadow(0px 0px 1px #000);
  font-size: 180%;
}
.sub .search-wrapper .search-keywordlist h2 {
  color: var(--fontcolor1);
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.sub .search-wrapper .search-keywordlist .keywordlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub .search-wrapper .search-keywordlist .keywordlist .keyword {
  font-size: 1.4rem;
  margin-right: 10px;
}
.sub .search-wrapper .search-keywordlist .keywordlist .keyword a {
  background-color: var(--bgcolor1);
  display: block;
  padding: 5px;
  -webkit-box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
          box-shadow: 1px 1px 1px var(--bgcolor4), -1px 1px 1px var(--bgcolor4), 1px -1px 1px var(--bgcolor4), -1px -1px 1px var(--bgcolor4);
}
@media screen and (min-width: 768px) {
  .sub .search-wrapper .search-keywordlist {
    display: none;
  }
}

.sub .top-img {
  background: url(/assets/img/nishikou.svg) no-repeat center center, var(--bgcolor7);
  background-size: cover;
  -webkit-box-shadow: 5px 5px 0 var(--bgcolor5);
          box-shadow: 5px 5px 0 var(--bgcolor5);
  height: 30vw;
  margin: 7vw auto 0;
  max-height: 150px;
  position: relative;
  width: 94vw;
}
.sub .top-img::after {
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub .top-img {
    background-position: center 45%;
    -webkit-box-shadow: 5px 10px 0 var(--bgcolor5);
            box-shadow: 5px 10px 0 var(--bgcolor5);
    max-width: 1000px;
    margin: 0 auto;
    width: 98%;
  }
}
@media screen and (min-width: 1024px) {
  .sub .top-img {
    height: 200px;
    margin: 40px auto;
    max-height: unset;
  }
}
@media screen and (min-width: 1400px) {
  .sub .top-img {
    max-width: 1200px;
  }
}
@media print {
  .sub .top-img {
    background: url(/assets/img/nishikou.svg) no-repeat center center, var(--bgcolor7) !important;
  }
}
.sub .main-cat-title,
.sub .main-art-title,
.sub .inquiry-title {
  bottom: 10%;
  border-bottom: 1px solid var(--fontcolor2);
  font-size: clamp(1.8rem, 5.6vw, 2.6rem);
  font-weight: 600;
  padding: 0 30px 5px 10px;
  position: absolute;
}
.sub .main-cat-title .title-text,
.sub .main-art-title .title-text,
.sub .inquiry-title .title-text {
  display: block;
  position: relative;
}
.sub .main-cat-title .title-text::after,
.sub .main-art-title .title-text::after,
.sub .inquiry-title .title-text::after {
  border-left: 1px solid var(--fontcolor2);
  bottom: -10px;
  content: "";
  height: 150%;
  max-height: 65px;
  position: absolute;
  right: -10px;
}
@media screen and (min-width: 768px) {
  .sub .main-cat-title .title-text::after,
  .sub .main-art-title .title-text::after,
  .sub .inquiry-title .title-text::after {
    bottom: -15px;
  }
}
@media screen and (min-width: 1024px) {
  .sub .main-cat-title .title-text::after,
  .sub .main-art-title .title-text::after,
  .sub .inquiry-title .title-text::after {
    bottom: -30px;
    height: 200%;
    max-height: 150px;
    right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .sub .main-cat-title,
  .sub .main-art-title,
  .sub .inquiry-title {
    bottom: 20px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .sub .main-cat-title,
  .sub .main-art-title,
  .sub .inquiry-title {
    bottom: 30px;
    font-size: 3.4rem;
    padding: 0 80px 15px 50px;
  }
}
.sub .breadcrumb-ctr {
  display: none !important;
}
.sub .breadcrumb-ctr .breadcrumb {
  color: var(--fontcolor2);
  font-size: calc(1rem + 1.2vw);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sub .breadcrumb-ctr .breadcrumb {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .sub .breadcrumb-ctr {
    display: block !important;
    top: 220px;
    position: absolute;
  }
}
.sub .breadcrumb-ctr a {
  color: var(--fontcolor6);
  text-decoration: underline;
}
.sub .breadcrumb-ctr a:visited {
  color: var(--fontcolor10);
}

.sashiyori .sashiyori-top-ctr {
  background: no-repeat top center/cover url(../img/sashiyori/bg_sashiyoriTop.png);
  margin: 10vw 0 0;
}
@media screen and (min-width: 768px) {
  .sashiyori .sashiyori-top-ctr {
    background-position: bottom center;
    display: grid;
    grid-template-columns: 35% 65%;
    margin-top: 0;
  }
  .sashiyori .sashiyori-top-ctr .sashiyori-title {
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1024px) {
  .sashiyori .sashiyori-top-ctr {
    margin-top: 40px;
    max-height: unset;
  }
  .sashiyori .sashiyori-top-ctr .breadcrumb-ctr {
    margin: 0 auto;
    position: static;
  }
}
.sashiyori .sashiyori-top-ctr .sashiyori-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sashiyori .sashiyori-top-ctr .sashiyori-text {
    margin-top: 7.5vw;
    text-align: left;
    grid-column: 2/3;
  }
}
.sashiyori .sashiyori-top-ctr .sashiyori-text img {
  max-width: 100%;
}
.sashiyori .sashiyori-nav-ctr {
  clear: both;
  margin-top: 60px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sashiyori .sashiyori-nav-ctr {
    grid-column: 1/3;
    grid-row: 2/3;
    margin: 30px 10px 0 10px;
  }
  .sashiyori .sashiyori-nav-ctr .sashiyori-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .sashiyori .sashiyori-nav-ctr {
    max-width: 1000px;
    margin: 30px auto 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .sashiyori .sashiyori-nav-ctr {
    max-width: 1200px;
  }
}
.sashiyori .sashiyori-nav-ctr .sashiyori-nav {
  height: 58vw;
  margin: 0px auto 30px;
  max-height: 185px;
  max-width: 255px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sashiyori .sashiyori-nav-ctr .sashiyori-nav {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
.sashiyori .sashiyori-nav-ctr .sashiyori-nav a {
  color: #333;
  display: block;
  font-weight: 600;
  height: 100%;
  padding: 5px;
  position: relative;
}
.sashiyori .sashiyori-nav-ctr .sashiyori-nav p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/sashiyori/bg_navtext.png) center center no-repeat;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  position: absolute;
  width: 100%;
}
.sashiyori .sashiyori-nav-ctr .sashiyori-nav.sn01 a {
  background: no-repeat top center/contain url(../img/sashiyori/bg_sashiyoriNavi01.png);
}
.sashiyori .sashiyori-nav-ctr .sashiyori-nav.sn02 a {
  background: no-repeat top center/contain url(../img/sashiyori/bg_sashiyoriNavi02.png);
}
.sashiyori .sashiyori-nav-ctr .sashiyori-nav.sn03 a {
  background: no-repeat top center/contain url(../img/sashiyori/bg_sashiyoriNavi03.png);
}
.sashiyori .article-ctr {
  background-color: var(--bgcolor1);
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .sashiyori .article-ctr {
    margin: 0 15px 30px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .sashiyori .article-ctr {
    width: 100%;
  }
}
.sashiyori .article-ctr .sashiyori-cont-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/sashiyori/bg_sashiryoriBorder.jpg) repeat-x left bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5vw 10px;
}
@media screen and (min-width: 1024px) {
  .sashiyori .article-ctr .sashiyori-cont-title {
    padding: 20px 10px;
  }
}
.sashiyori .article-ctr .sashiyori-cont-title h3 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.sashiyori .article-ctr .sashiyori-cont-title h3 img {
  max-width: 240px;
  width: 100%;
}
.sashiyori .article-ctr .sashiyori-cont-title .more-recipe {
  font-size: calc(1rem + 1.2vw);
  font-weight: 600;
}
.sashiyori .article-ctr .sashiyori-cont-title .more-recipe a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fontcolor12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sashiyori .article-ctr .sashiyori-cont-title .more-recipe a::after {
  border-left: 7px solid var(--fontcolor12);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 3px;
  width: 0;
}
@media screen and (min-width: 768px) {
  .sashiyori .article-ctr .sashiyori-cont-title .more-recipe {
    font-size: 1.6rem;
  }
}
.sashiyori .recipe-slider-ctr {
  background-image: url(../img/sashiyori/bg_sashiyoriBorder02.jpg);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 10px;
  margin: 40px 0;
  padding-bottom: 60px;
}
.sashiyori .recipe-cont-box {
  max-width: 1000px;
  margin: 0 auto;
  width: 80vw;
}
@media screen and (min-width: 1024px) {
  .sashiyori .recipe-cont-box {
    width: 90%;
  }
}
.sashiyori .recipe-cont-box .recipe {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sashiyori .recipe-cont-box .recipe {
    margin: 5px;
  }
}
.sashiyori .recipe-cont-box .recipe-img {
  height: 65vw;
  max-height: 350px;
}
@media screen and (min-width: 768px) {
  .sashiyori .recipe-cont-box .recipe-img {
    height: 20vw;
  }
}
@media screen and (min-width: 1024px) {
  .sashiyori .recipe-cont-box .recipe-img {
    height: 150px;
  }
}
.sashiyori .recipe-cont-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.sashiyori .recipe-cont-box .recipe-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sashiyori .sashiyori-news-ctr h3 {
  background: url(../img/sashiyori/bg_sashiryoriBorder.jpg) repeat-x left bottom, url(../img/sashiyori/sashiyori_news_icon.png) no-repeat 5px center;
  color: var(--fontcolor12);
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 5px 15px 45px;
}
.sashiyori .sashiyori-news-list {
  margin: 10px;
}
.sashiyori .sashiyori-news-list .snews {
  margin-bottom: 1em;
  padding: 0 5px 10px 5px;
  border-bottom: 1px solid #A27C66;
}
.sashiyori .sashiyori-news-list .s-date {
  display: inline-block;
  font-size: 80%;
  padding-right: 5px;
  width: 9em;
}
.sashiyori .sashiyori-news-list .s-title {
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sashiyori .sidenav-ctr .sidenav-area {
  background-color: var(--bgcolor1);
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .sashiyori .sidenav-ctr .sidenav-area {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .sashiyori .sidenav-ctr .sidenav-area {
    grid-column: 3/4;
    margin: 0 0 0 30px;
    padding: 0 10px 10px;
  }
}
.sashiyori .sidenav-ctr .sidenav-area .sidenav-item {
  border-bottom: 1px dotted var(--bgcolor3);
  font-size: calc(1rem + 1.2vw);
}
.sashiyori .sidenav-ctr .sidenav-area .sidenav-item a {
  display: block;
  height: 100%;
  padding: 3vw 0 3vw 5vw;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .sashiyori .sidenav-ctr .sidenav-area .sidenav-item {
    font-size: 1.6rem;
  }
  .sashiyori .sidenav-ctr .sidenav-area .sidenav-item a {
    padding: 15px 5px 15px 20px;
  }
}
.sashiyori .sidenav-ctr .side-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid var(--bgcolor7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(1.2rem + 1.5vw);
  padding: 0 5px 5px 10px;
}
.sashiyori .sidenav-ctr .side-title::before {
  background: url(../img/icon/icon_arrow2_r.png) no-repeat center/cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 5px;
}
@media screen and (min-width: 1024px) {
  .sashiyori .sidenav-ctr .side-title::before {
    height: 20px;
    width: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sashiyori .sidenav-ctr .side-title {
    font-size: 1.8rem;
    padding: 10px 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .sashiyori .sidenav-ctr .side-title {
    border-bottom: 3px solid var(--bgcolor7);
    padding: 10px 0;
  }
}
.sashiyori .sidenav-ctr .side-title .title-text {
  padding-left: 10px;
}
.sashiyori {
  /*slick setting*/
}
.sashiyori .slick-slider {
  margin: 0 auto 30px;
  width: 100%;
}
.sashiyori .slick-slider .sliderBtn {
  bottom: -50px;
  font-size: 1.4rem;
  font-weight: 600;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sashiyori .slick-slider .sliderBtn #startBtn,
.sashiyori .slick-slider .sliderBtn #stopBtn {
  border-radius: 8px;
  display: table-cell;
  -webkit-transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
  height: 30px;
  vertical-align: middle;
  width: 80px;
}
.sashiyori .slick-slider .sliderBtn #startBtn {
  background-color: var(--bgcolor17);
  border: 1px solid var(--bgcolor5);
  color: var(--fontcolor2);
}
.sashiyori .slick-slider .sliderBtn #stopBtn {
  background-color: var(--bgcolor24);
  border: 1px solid var(--bgcolor1);
  color: var(--fontcolor7);
}
@media screen and (min-width: 768px) {
  .sashiyori .slick-slider {
    margin: 0 auto 55px;
    width: 100%;
  }
}
.sashiyori .slick-next,
.sashiyori .slick-prev {
  top: 40%;
}
@media screen and (min-width: 768px) {
  .sashiyori .slick-next,
  .sashiyori .slick-prev {
    top: 35%;
  }
}
.sashiyori .slick-next::before,
.sashiyori .slick-prev::before {
  content: "";
  display: block;
  height: 28px;
  width: 14px;
}
.sashiyori .slick-next::before {
  background: url(../img/sashiyori/btn_recipe_next.gif) no-repeat center/cover;
  float: right;
}
.sashiyori .slick-prev::before {
  background: url(../img/sashiyori/btn_recipe_prev.gif) no-repeat center/cover;
  float: left;
}
.sashiyori .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5vw;
  margin: 2.5vw auto 0;
  position: static;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sashiyori .slick-dots {
    bottom: -50px;
    gap: 50px;
    width: 100%;
  }
}
.sashiyori .slick-dots li {
  margin: 0;
  height: auto;
  width: auto;
}
.sashiyori .slick-dots li button {
  background-color: var(--bgcolor23);
  border: 1px solid var(--bgcolor24);
  content: "";
  height: 10px;
  opacity: 1;
  padding: 0;
  width: 10px;
}
.sashiyori .slick-dots li.slick-active button {
  background-color: var(--bgcolor1);
}/*# sourceMappingURL=uki-sashiyori.css.map */