/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.kita_pc {
  display: block !important;
}
.kita_sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .kita_pc {
    display: none !important;
  }
  .kita_sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {}
body {
  font-size: 1.4rem; /* 14px */
  line-height: 1.6;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background: url("/img/bg01.jpg");
  background-size: 100%;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #143B14;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
/*font*/
/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/img/bg02.jpg");
  background-size: 100%;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  line-height: 1.4;
}
#page-top a:hover {
  background: #000;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/* テキスト */
.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.kita_f-bg {
  padding: 3em 0em 2em;
  position: relative;
  color: #fff;
  background: url("/img/bg02_sp.jpg");
  background-size: 100%;
}
.kita_footer_logo {
  width: 15%;
  margin: 0 auto 1em;
}
.kita_footer_txt {
  width: 90%;
  margin: 0 auto 1.5em;
  position: relative;
}
.kita_footer_txt img {
  width: 40%;
  margin: 0 auto 1.5em;
}
.kita_footer_txt p {
  font-size: 1.4rem;
  line-height: 2;
}
.kita_footer_nav {
  display: none;
}
.kita_f_link {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
}
.kita_f_link a {
  color: #fff;
  padding: 0 5px;
}
.kita_f_link a:hover {
  text-decoration: underline;
}
.kita_cr {
  margin: 1.5em auto 0;
  font-size: 1.0rem;
  line-height: 3;
  color: #A0A0A0;
}
.kita_comp_list.wide {
  padding: 0em 0;
  width: 100%;
}
.kita_comp_list.wide img {
  margin: 1em auto;
}
.kita_comp_list {
  width: 90%;
  margin: 2em auto;
}
.kita_comp_list li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  text-align: left;
}
.kita_comp_list li dt {
  width: 25%;
}
.kita_comp_list li dd {
  width: 75%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#kawa_map_canvas {
  width: 100%;
  height: 500px;
  margin: 2em auto 0;
}
/* top */
/* mainv */
.kita_mv {
  padding: 80px 0 70px;
  position: relative;
}
.kita_mv_img {
  position: absolute;
  background: url("/img/mv_bg.jpg");
  background-size: 100%;
  bottom: 0;
  left: 20px;
  padding: 20px 20px 80px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  z-index: 2;
  color: #fff;
  font-size: 1.2rem;
}
.kita_mv_img span img {
  display: block;
  width: 28px;
  margin: 0 0 0 5px;
}
.kita_mv_txt {
  position: absolute;
  text-align: right;
  bottom: 30px;
  right: 10px;
  width: calc(100% - 130px);
}
/*==================================================
スライダーのためのcss
===================================*/
.mv_slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: calc(100vh - 150px); /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("/img/mv01.jpg");
}
.slider-item02 {
  background: url("/img/mv02.jpg");
}
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: calc(100vh - 150px); /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
.slick-slide {
  min-height: calc(100vh - 150px) !important;
}
.kita_top_about_bg {
  padding: 3em 0 3em;
}
.kita_top_about_ttl.white {
  color: #fff;
}
.kita_scrolldown {
  display: none;
}
.kita_top_about_ttl span {
  display: block;
  color: #143B14;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin: 0 auto 1em;
}
.kita_top_about_ttl img {
  width: 50px;
  margin: auto;
}
.kita_top_about {}
.kita_top_about div {
  width: 90%;
  margin: 2em 0 1em auto;
}
.kita_top_about p {
  text-align: left;
  width: 80%;
  margin: 0em auto 0;
}
.top_about_btn {
  margin: 1em auto 0;
  line-height: 1;
}
.top_about_btn img {
  margin: 0 0 0 10px;
  width: 20px;
}
.kita_top_pickup_bg {
  padding: 3em 0;
  background: url("/img/bg02_sp.jpg");
  background-size: 100%;
}
.kita_top_pickup {
  width: 80%;
  margin: auto;
}
.kita_top_pickup li {
  margin: 8em auto 0em;
  position: relative;
  padding: 0 0 2em;
}
.kita_top_pickup li p {
  padding: 5em 1em 1em;
  background: url("/img/bg01.jpg");
  background-size: 100%;
}
.kita_top_pickup li p img {
  width: auto;
  height: 55px;
  display: block;
  margin: 0 auto 0.5em;
}
.kita_top_pickup_img {
  position: absolute;
  width: 80%;
  top: -6.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
}
.kita_top_pickup_btn {
  position: absolute;
  bottom: -0em;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
  width: 100%;
}
.kita_top_pickup_ap01 {
  display: none;
}
.kita_top_pickup_ap02 {
  display: none;
}
.kita_top_recommend_bg {
  padding: 3em 5%;
}
.kita_top_ttl img {
  width: auto;
  height: 20px;
}
.kita_top_price_wrap {
  border-bottom: 1px solid #143B14;
  border-top: 1px solid #143B14;
  padding: 1.5em 0;
  margin: 0 auto 3em;
}
.kita_top_price {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.5em auto 0em;
  justify-content: flex-start;
}
.kita_top_price li {
  flex: 0 1 46%;
  justify-content: center;
  margin: 1em 2% 0em;
  font-size: 1.3rem;
}
.kita_top_news {
  margin: 3em auto 0;
}
.kita_top_newsl {
  letter-spacing: 2px;
  color: #143B14;
  text-align: left;
  font-size: 1.2rem;
}
.kita_top_newsl span {
  display: block;
  font-size: 2.0rem;
}
.kita_top_newsc {
  text-align: left;
  margin: 1em auto 2em;
}
.kita_top_newsc li {
  padding: 0.5em 0;
  border-bottom: 1px solid #143B14;
}
.kita_top_newsc li:last-child {}
.kita_top_newsc li span {
  display: block;
  color: #143B14;
  font-size: 1.2rem;
  margin: 0 auto 0.3em;
}
.kita_top_newsr {
  margin: 1em auto 0;
  line-height: 1;
  text-align: right;
}
.kita_top_newsr img {
  margin: 0 0 0 10px;
  width: 20px;
}
/* about */
.about_mv {
  padding: 80px 0 0 0;
  width: 85%;
  margin: 0 auto 0 0;
  position: relative;
}
.about_mv p {
  position: absolute;
  top: 80px;
  right: -12%;
  width: 6%;
}
.about_mv div {
  position: absolute;
  bottom: -2px;
  left: 5%;
  width: 80%;
}
.about_top_bg {
  padding: 4em 0;
}
.about_top {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin: 0 auto 1.5em;
}
.about_top div {
  width: 20px;
}
.about_top p {
  width: calc(100% - 40px);
  text-align: left;
  line-height: 1.8;
  letter-spacing: 2px;
}
.about_top p span {
  display: block;
  font-size: 1.9rem;
  margin: 0 auto 0.5em;
}
.about_top_ttl {
  text-align: left;
  letter-spacing: 2px;
  margin: 2em auto 0;
  color: #143B14;
  width: 90%;
}
.about_top_close {
  width: 90%;
  margin: 0.5em auto 0;
}
.about_top_closel {}
.about_top_closer {
  text-align: left;
  position: relative;
  margin: 1em auto 0;
  line-height: 1.8;
  letter-spacing: 2px;
}
.about_top_closer div {
  margin: 1em 0 0 auto;
  width: 60%;
}
.recipe {
  padding: 3em 0;
  width: 90%;
  margin: auto;
  position: relative;
}
.recipe_txt {
  text-align: left;
}
.recipe_txt div {
  font-size: 2rem;
  margin: 0 auto 1em;
  letter-spacing: 2px;
}
.recipe_txt p {
  margin: 1em auto;
  line-height: 1.8;
  letter-spacing: 2px;
}
.recipe_img {
  display: none;
}
.recipe_ap {
  text-align: left;
  color: #143B14;
  margin: 0 auto 0.5em;
}
.about_close {
  padding: 2em 0 3em;
  background: #fff;
  background-image: url("/img/bg02.jpg");
  background-size: 95%;
  background-position: top 0 right 0;
  background-repeat: no-repeat;
}
.about_close_ttl {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.about_close_img {
  width: 90%;
  margin: 1em auto 0 0;
  position: relative;
  color: #fff;
}
.about_close_img div {
  position: absolute;
  top: 0;
  right: -8%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.0rem;
}
.about_close_point {
  width: 90%;
  margin: 2em auto 0;
}
.about_close_point div {
  display: none;
}
.about_close_point p {
  text-align: left;
  margin: 1em auto 0;
  letter-spacing: 2px;
}
.about_close_point p span {
  display: block;
  font-size: 1.8rem;
  margin: 0 auto 1em;
  text-align: center;
}
.about_close_point p img {
  width: 50%;
  margin: 0 auto 1em;
}
.about_close_list {
  width: 90%;
  margin: auto;
}
.about_close_list li {
  margin: 3em auto 0;
}
.about_close_list li span {
  display: block;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
}
.about_close_list li img {
  margin: 1em auto 0;
}
.about_close_list li:last-child img {
  width: 70%;
  margin: 1em auto 0;
}
/* pp */
.kita_pagetitle {
  margin: 100px auto 0 0;
  padding: 1.5em 5% 1.5em;
  background: url("/img/bg02.jpg");
  background-size: 100%;
  color: #fff;
  text-align: left;
  width: calc(90% - 10%);
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.kita_pp {
  padding: 1em 0 3em;
  width: 90%;
  margin: auto;
  text-align: left;
}
.kita_pp div {
  padding: 0 0 0.5em;
  border-bottom: 0.5px solid #143B14;
  margin: 2em auto 1em;
  font-weight: bold;
  font-size: 1.5rem;
  color: #143B14;
}
/* guide */
.kita_guide_bg {
  padding: 2em 0;
  width: 90%;
  margin: auto;
}
.kita_guide_sidenav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 1em;
  justify-content: space-between;
  z-index: 2;
}
.kita_guide_sidenav li {
  width: calc(50% - 1.4rem);
  line-height: 1.6;
  padding: 0.5em 0 0.5em 1.4rem;
  list-style-type: none !important;
  text-align: left;
}
.kita_guide_sidenav li:before {
  font-family: FontAwesome;
  content: "\f105"; /*アイコンの種類*/
  position: absolute;
  left: 0em; /*左端からのアイコンまでの距離*/
  color: #143B14; /*アイコン色*/
}
.kita_guide_sidenav li:nth-of-type(even):before {
  left: 50%;
}
.kita_guide_sidenav li a {
  color: #143B14;
}
#guide01, #guide02, #guide03, #guide04, #guide05, #guide06 {
  z-index: -2;
  margin-top: -100px;
  padding-top: 100px;
}
.kita_guide_contents {
  margin: 3em auto 0;
}
.kita_guide_ttl {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  padding: 0 0 0.5em 0.5em;
  border-bottom: 1px solid #143B14;
  border-left: 5px solid #143B14;
  color: #143B14;
}
.kita_guide_txt {
  text-align: left;
  margin-bottom: 2em;
}
.kita_guide_txt span {
  font-weight: bold;
  font-size: 1.5rem;
}
.kita_guide_flow {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 1em;
  justify-content: space-between;
  align-items: center;
}
.kita_guide_flowl {
  width: 15%;
}
.kita_guide_flowl img {
  width: 100%;
  height: auto;
}
.kita_guide_flowr {
  text-align: left;
  width: 80%;
}
.kita_guide_flowr span {
  font-weight: bold;
  letter-spacing: 2px;
  color: #143B14;
}
/* topics */
.kita_contents {
  padding: 2em 0;
  width: 90%;
  margin: auto;
  max-width: 1000px;
}
.kita_contents_main {
  margin: 0 auto 3em;
}
.sidenav {
  text-align: left;
}
.sidenav div {
  margin: 0 auto 0.5em;
  color: #143B14;
  letter-spacing: 2px;
  padding: 0 0 0 40px;
}
.sidenav div:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0%;
  width: 30px;
  height: 1px;
  content: '';
  background: #143B14;
}
.sidenavi_list {
  position: relative;
}
.sidenavi_list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5rem;
  list-style-type: none !important;
}
.sidenavi_list li:before {
  font-family: FontAwesome;
  content: "\f105"; /*アイコンの種類*/
  position: absolute;
  left: 0em; /*左端からのアイコンまでの距離*/
  color: #143B14; /*アイコン色*/
}
.kita_news {}
.kita_news li {
  position: relative;
  padding: 0.8em 0;
  border-bottom: 1px solid #143B14;
  text-align: left;
}
.kita_news li:last-child {}
.kita_news li::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0%;
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 400;
  color: #143B14;
}
.kita_news li div {
  font-size: 1.2rem;
  color: #143B14;
  margin: 0 auto 0.5em;
}
.kita_news li span {
  display: inline-block;
  background: #143B14;
  color: #fff;
  padding: 2px 10px;
  font-size: 1.0rem;
  margin: 0 0 0 10px;
}
.topics_txt {
  text-align: left;
  margin: 1em auto;
}
.topics_txt a {
  text-decoration: underline;
}
.topics_txt img {
  max-width: 100%;
  height: auto;
  margin-bottom: 6px;
}
.topics_txt p {
  margin-bottom: 6px;
}
.topics_ttl {
  text-align: left;
  border-bottom: 1px solid #143B14;
  padding: 0 0 0.5em;
  margin: 0 auto 1em;
}
.topics_ttl div {
  font-size: 1.2rem;
  margin: 0 0 0.5em;
}
.topics_ttl div span {
  display: inline-block;
  background: #143B14;
  color: #fff;
  padding: 0.2em 1em;
  margin: 0 0px 0 10px;
}
.topics_ttl p {
  font-size: 1.6rem;
  letter-spacing: 1px;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  body {
    font-size: 1.5rem; /* 15px */
    line-height: 1.8;
  }
  .kita_f-bg {
    padding: 5em 0 4em;
    position: relative;
	    background: url("/img/bg02.jpg");
  }
  .kita_footer {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    padding: 0 15% 0 10%;
  }
  .kita_footer_txt {
    width: 320px;
    margin: 0 0 0 0;
    line-height: 2;
    text-align: left;
  }
  .kita_footer_txt p {
    font-size: 1.5rem;
  }
  .kita_footer_txt img {
    width: 50%;
  }
  .kita_footer_nav {
    width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: flex-end;
  }
  .kita_footer_nav li {
    width: auto;
    margin: 0 0 0 40px;
    text-align: left;
  }
  .kita_footer_nav li span {
    display: block;
    margin: 0 auto 0.3em;
    font-size: 2.0rem;
    letter-spacing: 2px;
  }
  .kita_footer_nav li a {
    color: #fff;
  }
  .kita_footer_nav li a:hover {
    color: #A0A0A0;
  }
  .kita_f_link {
    padding: 0 15% 0 10%;
    text-align: right;
  }
  .kita_cr {
    position: absolute;
    bottom: 5em;
    right: 5%;
    font-size: 1.1rem;
    margin: 0em auto 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    text-orientation: sideways
  }
  #kawa_map_canvas {
    margin: 4em auto 0;
    height: 500px;
  }
  /* mainv */
  .kita_mv {
    padding: 80px 0 70px 0;
  }
  .kita_mv_img {
    left: 100px;
    padding: 30px 30px 30px;
  }
  .kita_mv_img span img {
    width: 35px;
    margin: 0 0 0 5px;
  }
  .kita_mv_txt {
    width: 500px;
    bottom: 17px;
    right: 50px;
  }
  .kita_scrolldown {
    display: block;
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 50%;
    bottom: 70px;
    /*全体の高さ*/
    height: 80px;
    z-index: 2;
    background: #fff;
    width: 1px;
  }
  /*Scrollテキストの描写*/
  .kita_scrolldown span {
    /*描画位置*/
    position: absolute;
    left: -20px;
    top: -25px;
    /*テキストの形状*/
    color: #eee;
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
  /* 線の描写 */
  .kita_scrolldown::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    left: -1px;
    /*線の形状*/
    width: 3px;
    height: 30px;
    background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 2s ease-in-out infinite;
    opacity: 0;
  }
  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 30px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 70px;
      opacity: 0;
    }
  }
  .kita_top_about_bg {
    padding: 5em 0 6em;
    position: relative;
  }
  .kita_top_about_ttl {
    font-size: 2.0rem;
    letter-spacing: 2px;
  }
  .kita_top_about_ttl span {
    font-size: 3.5rem;
    font-weight: bold;
    margin: 0 auto 1em;
    letter-spacing: 4px;
  }
  .kita_top_about {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 3em auto 0em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .kita_top_about div {
    width: 48%;
    margin: 0;
  }
  .kita_top_about p {
    padding: 0 5% 0 0%;
    width: calc(50% - 5%);
    margin: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    line-height: 2.8;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .kita_top_about p img {
    width: 27px;
    margin: 0 0 0 40px;
  }
  .top_about_btn {
    margin: 0;
    position: absolute;
    left: 8%;
    text-align: left;
    bottom: 4em;
    line-height: 1.3;
  }
  .top_about_btn img {
    margin: 0 0 0 10px;
    width: 30px;
  }
  .kita_top_pickup_bg {
    padding: 5em 0;
    background: url("/img/bg02.jpg");
    position: relative;
  }
  .kita_top_pickup {
    max-width: 1050px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 4em auto 0em;
    justify-content: space-between;
  }
  .kita_top_pickup li {
    width: 47%;
    margin: 0em;
    position: relative;
    padding: 0 0 2em;
  }
  .kita_top_pickup li p {
    padding: 6em 2em 1em;
  }
  .kita_top_pickup li p img {
    height: 70px;
  }
  .kita_top_pickup_img {
    width: 60%;
    top: -7em;
  }
  .kita_top_pickup_ap01 {
    display: block;
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    color: #fff;
    right: 1%;
    bottom: 20%;
    letter-spacing: 2px;
  }
  .kita_top_pickup_ap01:before {
    position: absolute;
    top: 0;
    left: 47%;
    width: 1px;
    height: 70px;
    content: '';
    background: #fff;
  }
  .kita_top_pickup_ap01 span {
    position: relative;
    padding: 80px 0 0 0;
    ;
  }
  .kita_top_pickup_ap02 {
    display: block;
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    color: #fff;
    top: 12em;
    right: 3%;
  }
  .kita_top_pickup_ap02 img {
    width: 30px;
  }
  .kita_top_pickup_ap02 span {
    display: block;
    letter-spacing: 2px;
  }
  .kita_top_recommend_bg {
    padding: 5em 0;
    max-width: 1100px;
    margin: auto;
  }
  .kita_top_ttl img {
    height: 30px;
  }
  .kita_top_price_wrap {
    padding: 2.5em 0;
    margin: 0 auto 5em;
  }
  .kita_top_price {
    margin: 2em auto 0em;
    justify-content: space-between;
  }
  .kita_top_price li {
    flex: 0 1 22%;
    margin: 0em;
    font-size: 1.6rem;
  }
  .kita_top_news {
    margin: 6em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .kita_top_newsl {
    width: 20%;
    font-size: 1.5rem;
  }
  .kita_top_newsl span {
    font-size: 3.0rem;
  }
  .kita_top_newsc {
    width: 60%;
    margin: 0em;
  }
  .kita_top_newsc li {
    padding: 1.5em 0;
  }
  .kita_top_newsc li:last-child {
    border-bottom: none;
  }
  .kita_top_newsc li span {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .kita_top_newsr {
    width: 20%;
    margin: 0;
    align-self: flex-end;
  }
  /* about */
  .about_mv {
    padding: 80px 0 0 0;
    width: 90%;
    margin: 0 auto 0 0;
  }
  .about_mv p {
    position: absolute;
    top: 80px;
    right: -5%;
    max-width: 22px;
  }
  .about_mv div {
    max-width: 500px;
  }
  .about_top_bg {
    padding: 6em 0;
  }
  .about_top {
    max-width: 900px;
    margin: 0 auto 3em;
  }
  .about_top div {
    width: 28px;
  }
  .about_top p {
    width: calc(100% - 140px);
    text-align: left;
    line-height: 2.3;
  }
  .about_top p span {
    font-size: 2.5rem;
    line-height: 2;
  }
  .about_top_img {
    max-width: 900px;
    margin: auto;
  }
  .about_top_ttl {
    margin: 3em auto 0;
    width: 90%;
    font-size: 2.0rem;
  }
  .about_top_close {
    width: 100%;
    margin: 1.5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .about_top_closel {
    width: 60%;
  }
  .about_top_closer {
    width: 30%;
    margin: 0;
    line-height: 2.2;
    padding: 0 5% 0 0;
  }
  .about_top_closer div {
    margin: 4em 0 0 auto;
    width: 60%;
  }
  .recipe {
    padding: 6em 0;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .recipe_txt {
    width: 50%;
  }
  .recipe_txt div {
    font-size: 3rem;
  }
  .recipe_txt p {
    margin: 1em auto 3em;
    line-height: 2.2;
  }
  .recipe_img {
    display: block;
    width: 45%;
  }
  .recipe_ap {
    position: absolute;
    top: 6em;
    left: -60px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0;
  }
  .about_close {
    padding: 5em 0;
    background-size: 90%;
  }
  .about_close_ttl {
    font-size: 2.5rem;
  }
  .about_close_img {
    width: 90%;
    margin: 1.5em auto 0 0;
  }
  .about_close_img div {
    right: -5%;
    letter-spacing: 2px;
    font-size: 1.4rem;
  }
  .about_close_point {
    max-width: 800px;
    margin: 4em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .about_close_point div {
    display: block;
    width: 30%;
  }
  .about_close_point p {
    width: 65%;
    margin: 0;
    line-height: 2.2;
  }
  .about_close_point p span {
    line-height: 1.7;
    font-size: 2.5rem;
    margin: 0 auto 0.5em;
    text-align: left;
  }
  .about_close_point p img {
    margin: 0;
  }
  .about_close_list {
    max-width: 1000px;
    margin: 5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .about_close_list li {
    width: 48%;
    margin: 0;
    position: relative;
  }
  .about_close_list li span {
    font-size: 2.5rem;
    line-height: 1.6;
  }
  .about_close_list li img {
    margin: 1.5em auto 0;
  }
  .about_close_list li:last-child img {
    width: 66%;
    margin: 1.5em auto 0;
  }
  .about_close_list div {
    position: absolute;
    bottom: 3em;
    right: -50px;
    width: 180px;
  }
  /* pp */
  .kita_pagetitle {
    padding: 2em 0 2em 10%;
    margin: 140px auto 0 0;
    font-size: 2.5rem;
    width: calc(90% - 10%);
  }
  .kita_pp {
    padding: 2em 0 5em;
    width: 90%;
    max-width: 900px;
  }
  .kita_pp div {
    font-size: 1.8rem;
  }
  .kita_comp_list {
    margin: 5em auto;
    max-width: 900px;
  }
  .kita_comp_list.wide {
    padding: 0em 0em 2em;
    max-width: 100%;
    margin: auto;
  }
  .kita_comp_list.wide img {
    width: 300px;
  }
  .kita_comp_list li {
    padding: 20px 0;
  }
  /* guide */
  .kita_guide_bg {
    padding: 5em 0 5em;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .kita_guide_sidenav {
    width: 15%;
    display: block;
    margin: 0;
  }
  .kita_guide_sidenav li {
    width: calc(100% - 1.4rem);
    padding: 0em 0 1.5em 1.4rem;
  }
  .kita_guide_sidenav li:before {
    font-family: FontAwesome;
    content: "\f105"; /*アイコンの種類*/
    position: absolute;
    left: 0em; /*左端からのアイコンまでの距離*/
    color: #143B14; /*アイコン色*/
  }
  .kita_guide_sidenav li:nth-of-type(even):before {
    left: 0%;
  }
  #guide01, #guide02, #guide03, #guide04, #guide05, #guide06 {
    margin-top: -100px;
    padding-top: 100px;
  }
  .kita_guide_contents {
    width: 80%;
    margin: 0;
  }
  .kita_guide_ttl {
    font-size: 2rem;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
  .kita_guide_txt {
    margin-bottom: 4em;
  }
  .kita_guide_txt span {
    font-size: 1.7rem;
  }
  .kita_guide_flow {
    width: 100%;
    margin: 0 0 2em 0;
    align-items: center;
  }
  .kita_guide_flowl {
    width: 7%;
  }
  .kita_guide_flowl img {
    width: 100%;
  }
  .kita_guide_flowr {
    text-align: left;
    width: 90%;
  }
  .kita_guide_flowr span {
    font-size: 2.0rem;
  }
  /* topics */
  .kita_contents {
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .kita_contents_main {
    width: 75%;
    margin: 0 0em;
  }
  .sidenav {
    width: 20%;
  }
  .sidenavi_list {
    position: -webkit-sticky; /*Safari*/
    position: sticky;
    /*固定したい位置*/
    top: 100px;
  }
  .sidenavi_list li {
    padding: 1em 0 1em 1.5rem;
  }
  .kita_news li {
    padding: 1.5rem 0;
  }
  .topics_txt {
    margin: 2em auto;
  }
  .topics_ttl {
    margin: 0 auto 2em;
  }
  .topics_ttl div {
    font-size: 1.3rem;
  }
  .topics_ttl p {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}

/***************/
.blog_pager1 {
        width: 100%;
        margin-bottom: 0px;
        height: 50px;
        padding-top: 30px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 30px;
}
.wp-pagenavi {
        clear: both;
        text-align: center;
        height: 0px;
        padding-top: 0px;
}
.wp-pagenavi a, .wp-pagenavi span {
        color: #999;
        background-color: #FFF;
        border: solid 1px #e0e0d2;
        padding: 8px 15px;
        margin: 0 2px;
        white-space: nowrap;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        text-align: center;
        text-decoration: none;
}
.wp-pagenavi a:hover {
        color: #FFF;
        background-color: #000000;
        border-color: #000000;
}
.wp-pagenavi span.current {
        color: #FFF;
        background-color: #000000;
        border-color: #000000;
        font-weight: bold;
}
