@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/kokoro.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200|Quicksand&display=swap&subset=japanese');
/********リセット********/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, dl {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  outline: none;
  cursor: pointer;
}
a:focus {
  outline: none;
}
ins {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
/********サイト全体**********/
* {
  margin: 0;
  padding: 0;
}
html {
  font-family: 'Kokoro', 'Noto Serif JP';
  font-weight: 200;
  color: #1e1e1e;
}
#wrapper {
  position: relative;
  overflow: hidden;
}
a:hover {
  color: #a4a4a4;
}
.alphabet {
  font-family: 'Quicksand', sans-serif;
}
h1, h3, h4, th {
  font-weight: normal;
}
/************英語フォント*************
font-family: 'Quicksand', sans-serif;
//明朝体
font-family: 'Noto Serif JP', serif;
/*************色*********
文字やラインなど基本的に：#1e1e1e
文字のホバー色：#a4a4a4
背景のグレー：#f8f6f6
/************************************/
/***********SPここから**************/
/******SPサイト全体**************/
html, body, main {
  width: 100%;
  min-height: 100vh;
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
section {
  margin: 150px auto;
  text-align: left;
}
.inner1080 {
  width: 95%;
}
/*セクションのタイトルと説明SP*/
.heading {
  position: relative;
  text-align: center;
}
.heading img {
  width: 50%;
  height: auto;
}
.index {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.index.anime {
  animation: heading-scale 1s forwards;
  -webkit-animation: heading-scale 1.5s forwards;
}
@keyframes heading-scale {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 5% 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
-webkit-@keyframes heading-scale {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 5% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.heading h2 {
  font-size: 2rem;
}
.heading p {
  font-family: 'Quicksand', sans-serif;
}
/*見出し下線*/
.heading p::after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 11px;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #1e1e1e;
}
.Content-description {
  margin: 30px auto 0;
  width: 100%;
  text-align: left;
}
/*********ヘッダー**SP********/
#pcnav {
  display: none;
}
#spnav {
  display: block;
}
.spnav_logo {
  width: 5%;
}
/*********ヘッダー*SP*********/
/**ナビゲーション*/
header {
  margin: 0 auto;
  text-align: center;
  width: 100vw;
  overflow: hidden;
}
/*メインビジュアルSP*/
#mainVisual {
  position: relative;
  width: 100vw;
  height: auto;
  box-sizing: border-box;

}

#mainVisual .mv {
  width: 100%;
  height: auto;
  object-position: 50% 100%;
     opacity: 0.05;
  animation: mv-anime 2s ease-out forwards;
}
@keyframes mv-anime {
  0% {
    opacity: 0.05;
       filter: blur(10px);
  }
  65% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#mainVisual h1 {
  position: absolute;
  right: 15vw;
  top: 13%;
  width: 30vw;
  font-size: 1.7vw;
    animation: mvtxt-anime 2s ease-out forwards;
    animation-delay:2s;
    opacity:0;
}
@keyframes mvtxt-anime {
  0% {
    opacity: 0.05;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#mainVisual h1 span {
  font-size: 3.3vw;
}
#mainVisual h1 img {
  width: 36%;
}
.basicplan {
  position: absolute;
  bottom: 5%;
  right: 5%;
  margin: 0 auto;
  text-align: right;
  font-size: 1.9vw;
  color: #FFF;
}
/** トグル SP**/
.navToggle {
  display: block;
  position: fixed;
  width: 15vw;
  height: 15vw;
  top: 0;
  right: 0;
  color: #1e1e1e;
  background: #FFF;
  z-index: 99998;
  border: solid 1px #1e1e1e;
}
.navToggle span {
  position: absolute;
  display: block;
  width: 60%;
  border-bottom: solid 1px #1e1e1e;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 20%;
}
.navToggle span:nth-child(1) {
  top: 30%;
  transform-origin: left bottom;
}
.navToggle span:nth-child(2) {
  top: 48%;
  transform-origin: left
}
.navToggle span:nth-child(3) {
  top: 69%;
  transform-origin: right bottom;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(3) {
  top: 15%;
  left: -7%;
  width: 90%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2) {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
}
.navToggle.active span:nth-child(1) {
  top: 15%;
  right: 8%;
  width: 90%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#spnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transform: translateY(-105%);
  transition: all 0.6s;
  z-index: 999;
}
#spnav.active {
  transform: translateY(0%);
}
#spnav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 5%;
  box-sizing: border-box;
}
/*ロゴ*/
.spnav_logo {
  position: absolute;
  left: 5%;
  top: 1%;
  width: 12%;
}
/*h100*/
#spnav ul li {
  display: inline-block;
  width: 100%;
  font-size: 4vw;
  line-height: 3vw;
}
/*spnavサイトタイトル*/
#spnav ul li h2 {
  line-height: 3.6rem;
  margin-bottom: 20px;
}
#spnav ul li h2 span {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
/*spnavリンク*/
#spnav ul li a img {
  vertical-align: middle;
  width: 15%;
  padding-right: 7%;
}
#spnav ul li a {
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  padding-left: 25vw;
  box-sizing: border-box;
}
/*プラポリSNS*/
#spnav ul .column {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 10vw;
}
#spnav ul .column ul {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: 10px;
  font-size: 2.4rem;
}
#spnav ul .column ul li {
  padding: 5px 0;
}
#spnav ul .column ul a {
  padding: 0;
}
/*sns*/
#spnav ul .column .spnav_sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 75px;
  padding: 0;
}
#spnav ul .column .spnav_sns li {
  padding: 0;
}
#spnav ul .column .spnav_sns img {
  width: 9.5vw;
  height: auto;
  padding: 7px;
}
/*spnav copyright*/
#spnav .spnav_copyright {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 50px;
}
#spnav .spnav_copyright p a {
  display: inline;
  padding: 0;
}
#spnav ul li a:active {
  background: #1e1e1e;
  color: #fff;
}
/*******SP**shop-info*********/
#shop-info ul {
  display: flex;
  flex-direction: column;
  margin: 70px auto;
}
#shop-info ul .info_content {
  width: 90%;
  margin: 20px auto;
}
#shop-info ul li figure img {
  width: 100%;
  height: auto;
}
#shop-info ul li figure h3 {
  margin: 10px auto;
  font-size: 1.8rem;
  text-align: center;
}
/*SP3本たて線*/
.line {
  display: none;
}
/********SP*menu*********/
#menu {
  position: relative;
  padding-top: 100px;
}
/*ねこ*/
.menu_cat {
  position: absolute;
  bottom: 91.5%;
  left: 0;
  width: 49%;
  height: auto;
  z-index: 2;
}
/***menu表**SP******/
.menu-details {
  margin-top: 70px;
}
.menu-detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.menu-detail:nth-child(2) {
  flex-direction: row-reverse;
}
.menu-detail:nth-child(2) table {
  margin-bottom: 0;
}
.menu-detail table {
  position: relative;
  width: 100%;
  margin: 100px 0;
  /*間隔*/
  border-collapse: separate;
  border-spacing: 5px 15px;
}
.menu-detail table caption {
  position: relative;
  text-align: left;
  font-size: 1.8rem;
}
/*table caption下線SP*/
.menu-detail table caption::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100px;
  height: 2px;
  background-color: #1e1e1e;
}
/*メニュー内容SP*/
.menu-detail table th {
  text-align: left;
  line-height: 2rem;
}
.menu-detail table td {
  text-align: right;
}
.menu-ita {
  font-size: 1.4rem;
  line-height: 1.9rem;
}
/*etcSP*/
.menu-detail table tfoot {
  border-spacing: 0 20px;
}
.menu-detail table tfoot td {
  position: relative;
  margin-right: 5px;
}
/*etcの…*/
.dot {
  position: absolute;
  top: -0.3rem;
  width: 1rem;
  height: 0.4rem;
  color: #1e1e1e;
}
/*食べ物の写真SP*/
/*pasta */
.pasta {
  position: absolute;
  right: 0%;
  top: 25%;
  width: 150px;
  height: auto;
  z-index: -1;
}
/*pasta sp*/
.bruschetta {
  position: absolute;
  left: 0%;
  top: 65%;
  width: 215px;
  height: auto;
  z-index: -1;
}
/******sp***plan*********/
#plan {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 95%;
  padding-top: 90px;
}
/*ねこイラスト*/
.plan_cat {
  position: absolute;
  bottom: 95%;
  right: 0%;
  width: 50%;
  height: auto;
  z-index: 2;
}
/*planコンテンツsp*/
.plan_background {
  position: relative;
  margin-top: 20px;
}
/*グレーの背景*/
.plan_background::after {
  content: "";
  position: absolute;
  top: 7%;
  right: 8%;
  width: 100%;
  height: 95%;
  background: #f8f6f6;
  z-index: -5;
}
.plan_background ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
/*二重線込みsp*/
.plan_background ul li {
  position: relative;
  width: 280px;
  margin: 10px auto;
  padding: 15px 0;
  background: #fff;
  border: solid 1px #1e1e1e;
  box-sizing: border-box;
  animation: bound 3s infinite;
}
.plan_background ul li .margin {
  margin-top: 30px;
}
.plan_background ul li h4 {
  font-size: 1.8rem;
}
.plan_background ul li .note {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  font-size: 2.1rem;
}
.price > span {
  display: inline-block;
}
.price > span:nth-child(1) {
  width: 3em;
  text-align: right;
}
.price > span:nth-child(2) {
  width: 4.5em;
  text-align: right;
}
.price > span:nth-child(3) {
  width: 2em;
  text-align: left;
}
.plan_background ul li:nth-child(2) {
  animation-delay: 0.5s;
}
@keyframes bound {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
/*二重線sp*/
.plan_background ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 101.5%;
  height: 101%;
  border-right: solid 1px #1e1e1e;
  border-bottom: solid 1px #1e1e1e;
}
/*補助金sp*/
.subsidy {
  display: flex;
  max-width: 758px;
  height: auto;
  margin: 30px auto 0;
  text-align: left;
}
.subsidy p {
  margin: 0 5px;
}
.window {
  margin-left: 3px;
}
/********SP*flow*********/
#flow {
  position: relative;
}
.flowchart {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 auto;
  text-align: center;
}
/*猫*/
.flow_cat {
  position: absolute;
  bottom: 97%;
  left: 0%;
  width: 34%;
  height: auto;
  z-index: 2;
}
/*足跡*/
.footprint {
  width: 95%;
  margin: 20px auto;
}
.footprint img {
  width: 100%;
  height: auto;
}
/*******チャート*SP******/
.flowchart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*チャートアイコン*/
.pic_chart {
  height: 140px;
  /*画像縦横中央*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pic_chart img {
  width: auto;
  height: auto;
}
/*チャート文章*/
.flowchart li {
  position: relative;
  margin: 30px auto;
  width: 60%;
}
.flowchart li p {
  text-align: left;
}
.flowchart li .chart-topic {
  position: static;
  margin: 10px auto;
  font-size: 1.8rem;
  text-align: center;
}
/*矢印SP*/
.flowchart li::after {
  content: "";
  display: block;
  margin: 30px auto 0 auto;
  width: 30px;
  height: 5px;
  background: no-repeat url(../images/flow/arrow.svg);
  background-size: contain;
  transform: rotate(90deg);
}
.flowchart li .chart-topic::before {
  content: none;
}
.flowchart li .chart-topic::after {
  content: none;
}
.flowchart li:nth-child(5)::before {
  content: none;
}
.flowchart li:nth-child(5)::after {
  content: none;
}
/********access*SP********/
.access_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  box-sizing: border-box;
}
.access_content table {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.access_content table caption {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 20px;
}
.access_content table tr {
  height: 35px;
  line-height: 35px;
  font-size: 1.3rem;
}
.access_content table tr th {
  width: 20%;
}
.access_content table tr td {
  width: 80%;
}
/*手書き線SP*/
.access_content table::before {
  content: "";
  position: absolute;
  left: -1.5%;
  display: block;
  width: 103%;
  height: 4px;
  background-image: url(../images/access/line1.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.access_content table td::after {
  content: "";
  position: absolute;
  left: -1.5%;
  display: block;
  width: 103%;
  height: 4px;
  background-image: url(../images/access/line2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.access_content table td:nth-child(5) {
  display: none;
}
/*地図イラストSP*/
.map {
  width: 95%;
  height: auto;
  text-align: center;
}
.map img {
  width: 100%;
  height: auto;
}
.map p {
  text-align: right;
}
/*矢印*/
.map_arrow {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 7px;
}
.map_arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 50px;
  border-bottom: solid 1px #1e1e1e;
}
.map_arrow::after {
  content: "";
  position: absolute;
  display: block;
  top: 10%;
  right: 0;
  width: 10px;
  height: 1px;
  background: #1e1e1e;
  transform: rotate(30deg);
}
/*hover*/
.map a:hover .map_arrow::before {
  border-color: #a4a4a4;
}
.map a:hover .map_arrow::after {
  background: #a4a4a4;
}
.map a:hover img {
  opacity: 0.7;
  transition: 0.2s;
}
/********contact*SP********/
.annotation, .submit_button {
  text-align: center;
  margin-top: 28px;
}
#contact form {
  width: 90%;
  margin: 0 auto;
}
input[type="text"], input[type="email"], textarea {
  border: none;
}
form label {
  color: #a4a4a4;
}
/*name email SP*/
.form_layout {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 24px auto;
  border-bottom: solid 1px #1e1e1e;
}
input[type="text"] {
  width: calc(100% - 60px);
  height: 30px;
}
input[type="email"] {
  width: calc(100% - 120px);
  height: 30px;
}
/*textarea*SP*/
.form_layout2 {
  width: 100%;
  height: 100px;
}
textarea {
  width: 100%;
  resize: none;
  border-bottom: solid 1px #1e1e1e;
}
/*form送信ボタンSP*/
input[type="button"] {
  width: 100%;
  height: 50px;
  cursor: pointer;
  background: #FFF;
  border: solid 1px #1e1e1e;
  font-family: 'Kokoro', 'Noto Serif JP';
  -webkit-appearance: none;
}
button[type="button"]:active {
  background: #1e1e1e;
  color: #fff;
  border: none;
}
#contact img {
  margin-top: 20px;
  width: 50%;
}
/**バナー・トップに戻る*SP*/
/*banner*/
.banner {
  position: fixed;
  bottom: 25%;
  right: 0;
  transform: translateX(100%);
  width: 30%;
  height: auto;
  transition: all 0.2s;
  z-index: 100;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner a {
  display: block;
  background: #fff;
}
.banner a img {
  vertical-align: middle;
  transition: all 0.2s;
}
.banner a:active img {
  opacity: 0.7;
}
.show {
  transform: translateX(0%);
}
/*topへSP*/
.pagetop {
  position: absolute;
  right: 0;
  bottom: 0.9%;
  width: 10%;
  z-index: 10;
}
.pagetop img {
  width: 100%;
  height: auto;
}
.pagetop:active {
  opacity: 0.7;
  transition: 0.2s;
}
/*SP*footer**********/
footer {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
#footer_nav1, #footer_nav2 {
  display: none;
}
.copyright {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
}
/*****************SPここまで***************/
/*****************PCここから***************/
@media screen and (min-width:760px) {
  /******サイト全体**************/
  html, body, main {
    height: 100%;
  }
  #wrapper {
    position: relative;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  section {
    margin: 200px auto;
    text-align: left;
  }
  .inner1080 {
    max-width: 1080px;
  }
  .link-position {
    display: block;
    padding-top: 90px !important;
    margin-top: 90px !important;
  }
  /*セクション見出し*/
  .heading h2 {
    font-size: 2.4rem;
    height: 3.7rem;
  }
  .heading p {
    font-size: 1.8rem;
  }
  .heading p::after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 11px;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: #1e1e1e;
  }
  .Content-description {
    margin: 30px auto 0;
    max-width: 596px;
    text-align: left;
  }
  /*********ヘッダー**********/
  /**ナビゲーション*1080*101*/
  header {
    margin: 0 auto;
    text-align: center;
    width: 100vw;
    max-height: 880px;
    overflow: hidden;
  }
  /*メインビジュアル*/
  #mainVisual {
    position: relative;
    width: 100vw;
    max-height: 880px;
    padding-top: 100px;
    box-sizing: border-box;
  }
  #mainVisual .mv {
    width: 100%;
    max-height: 880px;
    object-fit: cover;
    object-position: 50% 100%;
  }
  #mainVisual h1 {
    position: absolute;
    right: 11%;
    top: 28%;
    font-size: 1.4vw;
  }
  #mainVisual h1 span {
    font-size: 2.5vw;
  }
  #mainVisual h1 img {
    width: 45%;
  }
  .basicplan {
    position: absolute;
    top: 94.5%;
    right: 11%;
    margin: 0 auto;
    text-align: right;
    font-size: 1.6rem;
    color: #FFF;
  }
  /*ページ最上部*/
  #spnav {
    display: none;
  }
  .navToggle {
    display: none;
  }
  #pcnav {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    z-index: 99999;
  }
  .pcnav_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
  }
  /*サイトロゴ*/
  .site-logo {
    margin: 0 5px;
  }
  .site-logo img {
    vertical-align: bottom;
  }
  /*ページ内リンク*/
  #pcnav nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    background: #fff;
  }
  .pcnav_inner nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    transition: all 0.3s ease;
  }
  .pcnav_inner nav ul li {
    line-height: 2rem;
    transition: transform 0.5s linear;
  }
  .pcnav_inner nav ul li a {
    display: inline-block;
    height: 100%;
    font-size: 1.2rem;
  }
  .site-logo {
    width: 182px;
    height: auto;
    font-size: 1.3rem;
  }
  .pcnav_inner ul li a span {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-family: 'Quicksand', sans-serif;
  }
  /*スクロール後の変化*/
  div#pcnav.scroll {
    position: fixed;
    top: 0;
    height: 70px;
    padding: 6px 0;
  }
  div#pcnav.scroll .pcnav_inner {
    height: 58px;
  }
  div#pcnav.scroll nav {
    width: 72%;
  }
  div#pcnav.scroll nav ul {
    height: 70px;
    align-items: center;
  }
  div#pcnav.scroll .site-logo {
    width: 182px;
    height: auto;
    font-size: 1.3rem;
  }
  div#pcnav.scroll .site-logo img {
    width: 100%;
    height: auto;
  }
  /*pcnav hover*2*10*/
  .pcnav_inner ul li:hover {
    transform: translateY(5px);
    transition: 0.4s;
    color: #1e1e1e;
  }
  .pcnav_inner ul li a:hover {
    color: #1e1e1e;
  }
  .pcnav_inner li::before {
    content: "";
    display: none;
    margin: 0 auto;
    width: 2px;
    height: 10px;
    border-radius: 2px;
    background: #1e1e1e;
  }
  .pcnav_inner li:hover::before {
    display: block;
  }
  /*********shop-info*********/
  #shop-info ul {
    display: flex;
    flex-direction: row;
    margin: 70px auto;
  }
  #shop-info ul .info_content {
    width: 27%;
    margin: 0 auto;
  }
  #shop-info ul li figure img {
    width: 100%;
    height: auto;
  }
  #shop-info ul li figure h3 {
    margin: 30px auto 35px;
    ;
    font-size: 1.8rem;
    text-align: center;
  }
  /*3本たて線*/
  .line {
    display: block;
    position: relative;
    width: 3%;
  }
  .line img {
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
  }
  /*********menu*********/
  #menu {
    position: relative;
    padding-top: 0;
  }
  /*ねこ*/
  .menu_cat {
    position: absolute;
    top: 0%;
    bottom: inherit;
    left: -7%;
    width: 28%;
    height: auto;
    z-index: 2;
  }
  /***menu表**画像以外1つ676*226******/
  .menu-detail {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .menu-detail:nth-child(2) {
    flex-direction: row-reverse;
  }
  .menu-detail table {
    position: relative;
    width: 63%;
    margin: 50px 5px;
    /*間隔*/
    border-collapse: separate;
    border-spacing: 40px 20px;
  }
  .menu-detail table caption {
    position: relative;
    text-align: left;
    font-size: 1.8rem;
  }
  /*table caption下線*/
  .menu-detail table caption::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background-color: #1e1e1e;
  }
  /*メニュー内容*/
  .menu-detail table th {
    text-align: left;
    line-height: 2rem;
  }
  .menu-detail table td {
    text-align: right;
  }
  .menu-ita {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  /*etc*/
  .menu-detail table tfoot {
    border-spacing: 0 20px;
  }
  .menu-detail table tfoot td {
    position: relative;
    margin-right: 5px;
  }
  /*etcの…*/
  .dot {
    position: absolute;
    top: -0.3rem;
    width: 1rem;
    height: 0.4rem;
    color: #1e1e1e;
  }
  /*食べ物の写真*/
  /*pasta w434px*/
  .pasta {
    position: absolute;
    right: -15%;
    bottom: 45%;
    width: 41%;
    height: auto;
    z-index: -1;
  }
  /*pasta w582px*/
  .bruschetta {
    position: absolute;
    right: 70%;
    left: inherit;
    top: 70%;
    width: 55%;
    height: auto;
    z-index: -1;
  }
  /*********plan*********/
  #plan {
    width: 100%;
    padding-top: 0;
  }
  /*ねこイラスト*/
  .plan_cat {
    position: absolute;
    top: 0;
    right: 6%;
    width: 23%;
    height: auto;
    z-index: 2;
  }
  /*planコンテンツ*/
  /*グレーの背景*/
  .plan_background::after {
    content: "";
    position: absolute;
    top: 7%;
    right: 15%;
  }
  /*658*400*/
  .plan_background ul {
    max-width: 670px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  /*二重線込みで300*400*/
  .plan_background ul li {
    position: relative;
    width: 45%;
    margin: 0 5px;
    padding: 15px 0px;
  }
  /*二重線 spと同じ*/
  /*補助金spと同じ*/
  /*********flow*********/
  /*猫*W357*/
  .flow_cat {
    position: absolute;
    top: 5%;
    left: -13%;
    bottom: inherit;
    width: 30%;
    height: auto;
    z-index: 2;
  }
  /*足跡*999px*/
  .footprint {
    width: 95%;
    margin: 50px auto;
    margin-left: 10%;
  }
  .footprint img {
    width: 100%;
    height: auto;
  }
  /*******チャート*******/
  .flowchart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  /*チャートアイコン*/
  .pic_chart {
    height: 140px;
    /*画像縦横中央*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pic_chart img {
    width: auto;
    height: auto;
  }
  /*チャート文章w187px*/
  .flowchart li {
    position: static;
    float: right;
    max-width: 186px;
    margin: 0;
  }
  .flowchart li p {
    text-align: left;
  }
  .flowchart li .chart-topic {
    position: relative;
    margin: 40px auto 31px;
    font-size: 1.8rem;
    text-align: center;
  }
  /*矢印*/
  .flowchart li::before {
    content: none;
  }
  .flowchart li::after {
    content: none;
  }
  .flowchart li .chart-topic::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2.6vw;
    width: 3vw;
    border-bottom: solid 1px #1e1e1e;
  }
  .flowchart li .chart-topic::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -2.6vw;
    width: 10px;
    height: 1px;
    background: #1e1e1e;
    transform: rotate(30deg);
  }
  .flowchart li:nth-child(5) .chart-topic::before {
    content: none;
  }
  .flowchart li:nth-child(5) .chart-topic::after {
    content: none;
  }
  /********access*********/
  .access_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
    padding-left: 3%;
    box-sizing: border-box;
  }
  .access_content table {
    position: relative;
    width: 48%;
  }
  .access_content table caption {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .access_content table tr {
    height: 43px;
    line-height: 43px;
    font-size: 1.6rem;
  }
  .access_content table tr th {
    width: 20%;
  }
  .access_content table tr td {
    width: 80%;
  }
  /*手書き線*/
  .access_content table::before {
    content: "";
    position: absolute;
    left: -5%;
    display: block;
    width: 105%;
    height: 4px;
    background-image: url(../images/access/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .access_content table td::after {
    content: "";
    position: absolute;
    left: -5%;
    display: block;
    width: 105%;
    height: 4px;
    background-image: url(../images/access/line2.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  /*地図イラストw535*/
  .map {
    width: 51%;
    height: auto;
  }
  .map img {
    width: 100%;
    height: auto;
  }
  .map p {
    text-align: right;
  }
  /*矢印*/
  .map_arrow {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 7px;
  }
  .map_arrow::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    width: 50px;
    border-bottom: solid 1px #1e1e1e;
  }
  .map_arrow::after {
    content: "";
    position: absolute;
    display: block;
    top: 10%;
    right: 0;
    width: 10px;
    height: 1px;
    background: #1e1e1e;
    transform: rotate(30deg);
  }
  /*hover*/
  .map a:hover .map_arrow::before {
    border-color: #a4a4a4;
  }
  .map a:hover .map_arrow::after {
    background: #a4a4a4;
  }
  .map a:hover img {
    opacity: 0.7;
    transition: 0.2s;
  }
  /********contact*600*50と600*100********/
  #contact {
    position: relative;
  }
  #contact form {
    width: 46.3%;
    margin: 0 auto;
  }
  /*name email textarea　SPと同じ*/
  /*form送信ボタン*/
  input[type="button"] {
    width: 100%;
    height: 50px;
    cursor: pointer;
    background: #FFF;
    border: solid 1px #1e1e1e;
    font-family: 'Kokoro', serif;
  }
  input[type="button"]:hover {
    background: #1e1e1e;
    color: #fff;
    border: none;
  }
  #contact img {
    position: absolute;
    bottom: -20%;
    width: 32.5%;
  }
  /**バナー・トップに戻る**/
  /*banner*/
  .banner {
    position: fixed;
    bottom: 40%;
    right: 0;
    max-width: 300px;
    height: auto;
  }
  .banner a:hover img {
    opacity: 0.7;
  }
  /*topへ*/
  .pagetop {
    position: absolute;
    right: 0;
    bottom: 2.5%;
    width: 6%;
    z-index: 10;
  }
  .pagetop:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
  /********footer********/
  footer {
    position: relative;
    margin: 0 auto;
  }
  #footer_nav1, #footer_nav2 {
    display: block;
  }
  #footer_nav1 ul {
    display: flex;
  }
  #footer_nav1 ul li {
    margin: 50px 0;
    height: 50px;
    padding-right: 3vw;
    transition: transform 0.5s linear;
  }
  #footer_nav1 ul li:nth-child(6) {
    padding-right: 0;
  }
  #footer_nav2 {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: inline-block;
    text-align: right;
  }
  .fnav2_wrap {
    display: flex;
  }
  .fnav_sns {
    display: flex;
    margin-right: 30px;
  }
  .fnav_sns li img {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
  .copyright {
    margin-top: 70px;
    height: 50px;
    line-height: 50px;
  }
  /*hoveraction*/
  #footer_nav1 ul li:hover {
    transform: translateY(5px);
    transition: 0.4s;
    color: #1e1e1e;
  }
  #footer_nav1 ul li a:hover {
    color: #1e1e1e;
  }
  #footer_nav1 li::before {
    content: "";
    display: none;
    margin: 0 auto;
    width: 2px;
    height: 10px;
    border-radius: 2px;
    background: #1e1e1e;
  }
  #footer_nav1 li:hover::before {
    display: block;
  }
} /**************PCここまで**********/
@media screen and (min-width:1013px) {
  #pcnav nav {
    width: 72%;
  }
  .pcnav_inner nav ul li a {
    font-size: 1.6rem;
  }
  .site-logo {
    width: auto;
    height: auto;
    font-size: 1.6rem;
  }
  .site-logo h2 img {
    width: 208px;
  }
}
@media screen and (max-width:1000px) {
  /*アクセスのtable*/
  .access_content table tr {
    height: 35px;
    line-height: 35px;
    font-size: 1.2rem;
  }
  .access_content table caption {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:760px) and (max-width:998px) {
  /*チャートアイコン*/
  .pic_chart img {
    width: auto;
    height: 10vw;
  }
  /*チャート文章*/
  .flowchart li {
    width: 18%;
    font-size: 1.4rem;
  }
  .flowchart li .chart-topic {
    position: relative;
    margin: 30px auto 21px;
    font-size: 1.4rem;
    text-align: center;
  }
}
/*chart anime */
path {
  fill: none;
    opacity:0;
}
.active path {
  fill: none;
  stroke: #3d3230;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: flow 3s ease-in forwards;
  animation: flow 3s ease-in forwards;
  opacity:1;
}
@-webkit-keyframes flow {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
@keyframes flow {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  50% {
    fill: transparent; /*透過*/
  }
  100% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
}
.f1,.f2,.f3,.f4,.f5 {width:70%;}

@media screen and (min-width:760px) {
.active path {
  stroke-width: .5;
}
.f1 {width:120px;}
.f2 {width:155px;}
.f3 {width:158px;}
.f4 {width:157px;}
.f5 {width:157px;}
}
