@charset "utf-8";
/* html,bodyタグの設定 */
@font-face {
  font-family: Josefin;
  src: url(fonts/JosefinSlab-Thin.ttf) format("truetype");
}
/* dancing-script-700 - latin */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/dancing-script-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/dancing-script-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/dancing-script-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/dancing-script-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/dancing-script-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/dancing-script-v15-latin-700.svg#DancingScript') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'ifo';
  src:  url('../fonts/ifo.eot?f8iwmz');
  src:  url('../fonts/ifo.eot?f8iwmz#iefix') format('embedded-opentype'),
    url('../fonts/ifo.ttf?f8iwmz') format('truetype'),
    url('../fonts/ifo.woff?f8iwmz') format('woff'),
    url('../fonts/ifo.svg?f8iwmz#ifo') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ifo-"], [class*=" ifo-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ifo' !important;
  speak: never;
  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;
}

.ifo-icon1:before {
  content: "\e600";
  color: #fff;
}
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@100&display=swap');

html,body {
  background-color: #fff;
  font-family: 'Noto Serif JP', 'Sawarabi Mincho',  serif;
  font-weight: 400; /* normal */
  font-size: 16px;
  letter-spacing: 1px;
  height: 100%;
}
body {
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

html.noscroll{
  position: fixed;
  width: 100%;
  top:0;
  left: 0;
  height: 100%;
  overflow-y: scroll !important;
  z-index: 10;
 }

/* 全体を囲う大枠 */
div#contents {
  background-color: #fff;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
}

/* ボディ */
/* ボディの大枠 */
div#body-bk {
  width: 100%;
  background-color:#fff;
  margin: 60px auto;
  box-sizing: border-box;
}
     
/* ボディ */
div#body{  
  background-color:#fff;
  text-align: center;
}

/* フッターの背景 */
div#footer-bk {
  background-color: #434343;
  width: 100%;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}
div#copy {
  background-color: #000000;
  color: #fff;
}
/* 地図 */
#map { position: absolute; top: 0; bottom: 0; width: 100%; }

.mapbox {
  position: relative;
  margin: 1.5em auto;
  width: 90vw;
  height: 60vw;
}

#gmap {
  position: absolute;
  width: 100%;
}
#gmap p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 6px 6px 6px;
  font-size: 0.9em;
  background-color: #222;
  color: #55ada1;
  font-family: 'Noto Sans JP', sans-serif;
}
/* フッターの表示領域 */
div#footer{
  max-width: 90%;
  margin: 0 auto 1em;           /* 中央揃え */
  color: #eee;
  box-sizing: border-box;
}
.tbox {
  max-width: 90%;
  margin:0px auto;
  line-height: 1.7em;
  padding: 10px 0 15px 0;
  font-size: 0.8em;
  box-sizing: border-box;
}
.tbox5 {
  text-align: center;
  max-width: 90%;
  margin:0px auto;
  line-height: 1.2em;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  box-sizing: border-box;
}
.tbox5 a {
  color: #88ff88;
  text-decoration:none; 
}
.tbox5 a:link {
  color: #88ff88;
  text-decoration:none; 
}
.tbox5 a:visited {
  color: #88ff88;
  text-decoration:none; 
}
.tbox5 a:hover {/*マウスが上に乗っている状態*/
  color:#FF0099; ←ピンク色
  text-decoration:underline; ←下線を表示
}

#box-1 {
  display: flex;
  flex-direction: column;
}
#box-2 {
  background-color: #666;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
h3 {
  transform-origin: left top;
  transform   : scale(0.9, 1);
  font-size: 1.8em;
  font-family: 'Josefin Slab', serif;
  margin-top: 20px;
  margin-left: 5%;
  text-align:left;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  width: 100%;
  box-sizing: border-box;
}
h4 {
  transform-origin: left top;
  transform   : scale(0.7, 1);
  font-size: 1.8em;
  margin-top: 5px;
  margin-left: 5%;
  text-align:left;
  line-height: 2em;
  width: 100%;
  box-sizing: border-box;
}
h4 img {
  width: 18px;
  margin-right:10px;
  vertical-align: middle;
}
h4 span{
  vertical-align: middle;
}
h5 {
  color: #55ada1;
  transform-origin: left top;
  transform   : scale(0.9, 1);
  font-size: 1.8em;
  font-family: 'Josefin Slab', serif;
  margin-top: 20px;
  margin-left: 5%;
  text-align:left;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#box-1 h5::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: -2px; /*下線の上下位置調整*/
  display: inline-block;
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #55ada1; /*下線の色*/
  box-sizing: border-box;
}
h5 img {
  width: 40px;
  margin-bottom:-2px;
  margin-right:10px;
  vertical-align: middle;
}
h5 span{
  vertical-align: middle;
}
h6 {
  color: #55ada1;
  margin-top: 20px;
  border-bottom: 1px solid #55ada1;
  padding-bottom: 1px;
}
.text-box1 {
  max-width: 90%;
  font-size: 1.3em;
  margin:15px 5% 0;
  line-height: 1.8em;
  text-align: left;
  color: #666666;
  box-sizing: border-box;
}
.text-box1 p {
  display: inline-block;
}
.text-box {
  max-width: 90%;
  margin:10px auto;
  line-height: 1.7em;
  box-sizing: border-box;
}
.text-box p {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  display: inline-block;
  text-align: left;
  position: relative;
}
.text-box img {
  bottom: -160px;
  right: -50px;
  max-width: 70%;
  position: absolute;
  box-sizing: border-box;
}
.spf {
  width: 100%;
  color: #fafafa;
  background-color:#333;
  text-align:center;
  box-sizing: border-box;
}

.mmm {
  max-width: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
}

.example {/*親div*/
  position: relative;
  max-width:90%;
  box-sizing: border-box;
  margin: auto;
}
.example2 {/*親div*/
  position: relative;
  max-width:90%;
  box-sizing: border-box;
  margin: auto;
}
.ctg {
  position: absolute;
  top: 5%;
  right: 5%;
  color: #fff;
  font-size: 1.8em;
  font-family: 'Dancing Script', cursive;
}
.msg {
  position: absolute;
  top: 50%;;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateX(-50%) translateY(-50%) scale(1.2, 2.8);
  color: #fff;
  word-break: keep-all;
}

.brd {
  position: absolute;
  top: 50%;;
  left: 42%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateX(-50%) translateY(-50%) scale(1.3, 2.4);
  color: #fff;
  word-break: keep-all;
  font-size: 1em;
  text-align:left;
}
.hama {
  color: #fff;
  word-break: keep-all;
  font-size: 0.8em;
}
.about {
  position: absolute;
  top: 50%;;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateX(-50%) translateY(-50%) ;
  color: #fff;
  word-break: keep-all;
  font-size: 1.5em;
  font-family: 'Josefin Slab', serif;
}
.soda {
  color: #fff;
  word-break: keep-all;
  font-family: 'Noto Serif', 'Sawarabi Mincho', serif;
}


.min {
  width: 95%;
  margin:0 auto;
  display: flex;
  justify-content:space-around;
  box-sizing: border-box;
}
.min img {
  max-width: 28%;
  object-fit: contain;
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.6));
  box-sizing: border-box;
}

.box {
  border: solid 1px #555;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  width: 90%;
  justify-content:center;
  align-items: center;
  margin:0 auto;
  box-sizing: border-box;
}
figure {
  margin-right: 10px;
  width: 30%;
  box-sizing: border-box;
}
figure img {
  min-width: 120px;
  max-width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}
.parent {
  margin-left: 20px;
  width: 250px;
  box-sizing: border-box;
}
img{
  vertical-align:bottom;
}
#footer a {
  color: #88ff88;
}
#footer a:link {
  color: #88ff88;
}
#footer a:visited {
  color: #88ff88;
}
#footer a:hover {/*マウスが上に乗っている状態*/
  color:#FF0099; ←ピンク色
  text-decoration:underline; ←下線を表示
}
.example a {
  color: #447F78;
}
.example a:link {
  color: #447F78;
}
.example a:visited {
  color: #447F78;
}
.example a:hover {/*マウスが上に乗っている状態*/
  color:#FF0099; ←ピンク色
  text-decoration:underline; ←下線を表示
}
.example2 a {
  color: #88fff1;
}
.example2 a:link {
  color: #88fff1;
}
.example2 a:visited {
  color: #88fff1;
}
.example2 a:hover {/*マウスが上に乗っている状態*/
  color:#FF0099; ←ピンク色
  text-decoration:underline; ←下線を表示
}
/*** kitten page ***/

.box-k {
  padding-top : 20px;
  padding-bottom : 20px;
  border: none;
  font-size: 13px;
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  width: 90%;
  margin:0 auto;
  justify-content: space-around;
  align-items: center;
  font-family: 'Josefin Slab',"Noto Sans JP", serif;
  box-sizing: border-box;
}
.box-k a {
 color:#000;
 text-decoration:none;
}
.koneko {
  color: #999;
  margin-top: 20px;
  background-color:  transparent;
  box-shadow: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  padding: 2px;
  font-size: 2em;
  text-align:left;
}
.kitten-title {
  text-align:left;
  margin:0 auto;
  width: 90%;
  box-sizing: border-box;
}
.kittens {
  color: #999;
  font-family: 'Josefin Slab', serif;
  font-size: 1.5em;
  margin-top: 5px;
  margin-left: 8px;
  background-color:  transparent;
  box-shadow: none;
  border-bottom: 0px;
  text-decoration: none;
}
.text_content {
  width: 13em;
  line-height: 20px;
  align-items: center;
  box-sizing: border-box;
}
.kitten {
  position: relative;
  overflow: hidden;
  margin-left: 1em;
}
.kitten .chi {
  height: 135px;
  width: 200px;
  object-fit: cover;
  z-index: 1;
  box-sizing: border-box;
}
.kitten .sex{
  width: 20px;
  opacity: 0.95; 
  position: absolute;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}
.catsvg {
  width: 17px;
  margin-bottom: 3px;
}
.sell {
  color: #0088dd;
  font-weight: bold; 
}
.con {
  color: #ee5550;
  font-weight: bold; 
}
.sol {
  color: gray;
  font-weight: bold; 
}
.name-b {
  display: inline-block;
  color: #666666;
  border-bottom: 1px solid #6d9eeb;
  padding-bottom: 1px;
}
.name-g {
  display: inline-block;
  color: #666666;
  border-bottom: 1px solid #cc4125;
  padding-bottom: 1px;
}
.day {
  font-size: 0.8em;
}
hr {
  width: 90%;
  height: 1px;
  background: linear-gradient(to right, white, #228910, white);
  border: none;
  box-sizing: border-box;
}
.keisai {
  margin-top: 30px;
  background-color:  #228910;
  text-align: center;
  padding: 0.4em;
  width: 100%;
  z-index: 2;
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.keisai a {
  color: #fff;
  text-decoration:none; 
}
.keisai a:link {
  color: #fff;
  text-decoration:none; 
}
.keisai a:visited {
  color: #fff;
  text-decoration:none; 
}
.keisai a:hover {/*マウスが上に乗っている状態*/
  color:#FF0099; ←ピンク色
  text-decoration:underline; ←下線を表示
}

/***  information page ***/

.info {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  position: relative;
  box-sizing: border-box;
}
.info::before {
  content: '';
  position: absolute;
  bottom: 0px; /*下線の上下位置調整*/
  display: inline-block;
  width: 100%; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(0%); /*位置調整*/
  background-color: #43e627; /*下線の色*/
  box-sizing: border-box;
}
.info h2 {
  color: #43e627;
  transform-origin: left top;
  transform: scale(0.9, 1);
  font-size: 1.8em;
  font-family: 'Josefin Slab', serif;
  border-bottom: hidden;
}
.info img {
  height: 1.1em;
  margin-top: 16px;
  border-bottom: 2px solid #fff;
  padding-bottom: 0px;
  line-height: 24px;
}
.info span {
  margin-left: 5px;
}

.box-c {
  width: 90%;
  margin:1em auto 1.5em;
  box-sizing: border-box;
}
.box-d {
  text-align: center;
}
.box-e {
  display: inline-block;
  text-align: left;
  line-height: 4em;
}
.infot {
  margin-top: 10px;
  transform-origin: left top;
  transform: scale(0.7, 1) ;
  font-size: 1.8em;
  line-height: 2em;
  color: #666666ff;
}
.ques {
  color: #93c47d;
}
.answ {
  color: #400000;
}
table {
  width: 100%;  
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}
th, td {
  border:solid 1px #aaaaaa;
}
th {
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
td {
  width: 70%;
  vertical-align: middle;
}
.pori {
  width: 90%;
  border:solid 1px #aaaaaa;
  margin: 2em auto 2em;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}
.pori p {
  margin: 5px;
}

/** profile page **/

.prof  img {
  width: 100vw;
  box-sizing: border-box;
}
#box-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#box-3 h5 img {
  width: 40px;
  margin-bottom: 4px;
  margin-right:10px;
  vertical-align: middle;
}
#box-3 h5::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 4px; /*下線の上下位置調整*/
  display: inline-block;
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #55ada1; /*下線の色*/
  box-sizing: border-box;
}
#family {
  width: 90%;
  overflow: hidden;/*float解除*/
  margin: 1.5em auto;/*画像の周りの余白*/
  box-sizing: border-box;
}
#family .space {
  float: right;/*画像の位置を右下にしたい場合はright*/
  height: 2.8em/*画像上の余白の高さ*/
}
#family img {
  width: 30%;
  float: right;/*画像の位置を右下にしたい場合はright*/
  clear: both;/*.spaceのfloat解除*/
  margin: 0.5em 1em 0 1em;/*画像の周りの余白*/
}
.naka {
  color: #55ada1;
  margin: 0.5em 0;/*画像の周りの余白*/
}
#parent {
  display: flex;
  justify-content: center;
}
#seikaku {
  font-weight: bold;
  font-size: 1.4em;
  font-family: 'Noto Sans JP', sans-serif;
  display: inline-block;
  border-bottom: solid 2px #444;
}
#room {
  text-align: center;
}
#room p {
  width: 90%;
  display: inline-block;
  text-align: left;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}
#room img {
  width: 100%;
  margin: 0.5em 0;/*画像の周りの余白*/
  box-sizing: border-box;
}

/***  special food page  ***/

.exa {/*親div*/
  position: relative;
  max-width:100%;
  box-sizing: border-box;
}
.frogo {
  max-width: 100%;
  height: auto;
  width: 1900px;
  box-sizing: border-box;
  }
.f-ta {
  position: absolute;
  top: 50%;;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateX(-50%) translateY(-50%) scale(1.2, 2.5);
  color: #fff;
  word-break: keep-all;
  display:inline-block;
  white-space: nowrap;
}
#ftxt {
  word-break: keep-all;
}
.ifo-icon1 {
  font-size: 0.87em;
}
#foods {
  display:grid;
  grid-template-columns: 5% 40% 10px 48% 5%;
  grid-template-areas:
        ".. areaA .. areaB .."
        ".. areaA .. areaC ..";
}
#itemA {
  grid-area: areaA;
}
#itemB {
  grid-area: areaB;
}
#itemC {
  grid-area: areaC;
  font-size: 1.5vh;
}
.eat {
  position: relative;
  margin: 3em auto 2em;
  padding: 1em 0.5em 0.5em 0.6em;
  color: #555555; /* 文章色 */
  background-color: #fff; /* 背景色 */
  border: 3px solid #55ada1; /* 枠線の太さ・色 */
  border-radius: 5px;
  width: 90%;
  box-sizing: border-box;
}
.eat::before {
  content: "Eat a Fresh Chicken";
  font-family: 'Josefin Slab', serif;
  position: absolute;
  background-color: #ffffff;
  transform: translateX(18%) translateY(58%) scale(1.5, 2.5);
  color: #55ada1;
  left: 20px;
  top: -33px;
  padding: 10px;
  line-height: 0px;
}
.eat p {
  padding-bottom: 0.7em;
}
.box-c p {
  padding-bottom: 0.5em;
}
.fff {
  position: absolute;
  top: 25%;;
  left: 5%;
  transform-origin: left top;
  transform: scale(1.5, 2.8);
  color: #fff;
  word-break: keep-all;
}
.ftxts {
  font-family: 'Josefin Slab', serif;
  transform: translateX(-50%) translateY(-50%) scale(1.5, 2.8);
  color: #fff;
}
.ftt {
  font-size: 0.8em;
  color: #fff;
  word-break: keep-all;
}
.pay {
  text-align: center;
  font-size: 0.7em;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 1em auto;
  width: 90%;
  box-sizing: border-box;
}
.cost {
  display: flex, table;
  vertical-align: middle;
  margin: 1em auto;
  width: 90%; 
  box-sizing: border-box;
}
.cost-l {
  display: table-cell;
  text-align: left;
  font-size: 1.2em;
  color: #666;
  vertical-align: middle;
}
.cost-r {
  display: table-cell;
  font-size: 0.7em;
  color: #666;
  vertical-align: middle;
}
.f-rogo {
  color: #55ada1;
  transform-origin: left top;
  transform: scale(0.9, 1);
  font-size: 1.4em;
  font-family: 'Josefin Slab', serif;
  margin-top: 20px;
  margin-left: 5%;
  text-align:left;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.f-rogo::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: -2px; /*下線の上下位置調整*/
  display: inline-block;
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #55ada1; /*下線の色*/
  box-sizing: border-box;
}
.f-rogo img {
  width: 40px;
  margin-bottom:5px;
  margin-right:5px;
  vertical-align: middle;
}

/**  contact form **/

.friend {
  margin-top: 15px;
  margin-left: 5%;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 10em 1em 10em;
  grid-template-areas:
        "li1  ..  li2 ";
}
.line1 {
  grid-area: li1;
  justify-self: center;
  align-self: center;
}
.line2 {
  font-size: 0.9em;
  width: 10em;
  grid-area: li2;
  text-align: left;
  justify-self: center;
  align-self: center;
}
.contact {
  width: 90%;
  margin: 0 5%;
  box-sizing: border-box;
}
iframe#iframe {
  width: 100%;
  border: none;
  box-sizing: border-box;
}
#thx {
  font-family: 'Noto Serif JP', 'Sawarabi Mincho',  serif;
  margin: 3em auto;
  padding: 1em;
  text-align: center;
  align-items: center;
  width: 90%;
  background-color: rgb(59,215,117,0.15);
  box-shadow: 0 0 5px 1px #b2b2b2;
  border-radius: 10px;
}
#thx img {
  margin-top: 1em;
  width: 40%;
}
#comp {
  font-size: 1.3em;
  margin: 1em auto;
  font-weight: 900;
  color: #009356;
}
#popo {
  text-align: left;
  color: #888;
}
#auto-mail {
  text-align: left;
  font-size: 0.8em;
  color: #888;
}
#modoru {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
#modoru button {
  padding: 15px 30px;
  background: none;
  border: none;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  cursor: pointer;
  color: #4ca37c;
}
#modoru button::after,
#modoru button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #74bf9d;
  transition: transform .2s ;
}
#modoru button::after {
  transform: translate(3px, 3px);
}
#modoru button::before {
  transform: translate(-3px, -3px);
}
#modoru button:hover::after,
#modoru button:hover::before {
  transform: translate(0);
}


/* メニュー */

#global-nav {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 5;
  box-sizing: border-box;
}

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.inner{
  background-color: #000;
  display: flex;
  -webkit-display: flex;
  align-items: center;
}

.navi {
  margin-right: 10px;
}

#nav {
  width:830px;
  padding:0;
  margin:0;
  list-style-type: none;
}
#nav li {
  width:75;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
  flex-grow:1;
  border-left: 1px solid #444;
}
#nav li a {
  width:auto;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  text-shadow:0 -1px 0px #333,0 1px 0px #555;
  padding:10px 0;
  text-decoration:none;
  display:block;
  background:#000;
}
#nav li a:hover {
  background:#555;
}

.flex {
    display: flex;
    justify-content: space-between
}
.current {
  width:auto;
  color:#aa8;
  font-size:14px;
  font-weight:bold;
  text-shadow:0 -1px 0px #333,0 1px 0px #555;
  padding:10px 0;
  text-decoration:none;
  display:block;
  background:#222;
  line-height:36px;
  font-weight: bold;
}


/* リセットCSS */

button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button:hover {
  cursor: pointer;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn {
  /* ボタンの配置位置  */
  position: absolute;
  top: 1px;
  right: 16px;
  /* ボタンの大きさ  */
  width: 48px;
  height: 48px;
  /* バーガーの線をボタン範囲の中心に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 最前面に */
  z-index: 10;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
  /* 線の長さと高さ */
  width: 100%;
  height: 4px;
  /* バーガー線の色 */
  background-color: #eee;
  /* バーガー線の位置基準として設定 */
  position: relative;
  transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  /* 基準線と同じ大きさと色 */
  position: absolute;
  transition: .5s;
}


.btn-line::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eee;
  /* 上の線の位置 */
  transform: translateY(-16px);
}


.btn-line::after {
  content: "menu";
  color: #eee;
  /* 下の線の位置 */
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(8px);
}

/***** メニューオープン時 *****/
.btn-line.open {
  transition: .5s;
}

.btn-line.open::before {
  content: "";
  transform: translateY(0);
}

.btn-line.open::after {
  content: "close";
}
/* ここまでボタンアニメーション */

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/

/**************** 以下、メニューのスタイリング ****************/
.menu {
  position: fixed;
  /* メニューの位置マイナス指定で画面外に */
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  /* メニューを縦に */
  display: flex;
  flex-direction: column;
  color: #ffd700;
  background-color: rgba(20, 193, 139, 1);
  transition: .3s ease-in;
  font-family: 'Josefin Slab',"Noto Sans JP", serif;
  box-sizing: border-box;
}

.menu li:first-of-type {
  font-size: 24px;
  display: block;
  margin: 1em;
  padding: 1.8em 0 0 0;
  /* メニューテキスト位置をリスト内中心に */
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-list {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 0.8em;
  padding: 0;
  /* メニューテキスト位置をリスト内中心に */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.menu-list a {
  position: relative;
  display: inline-block;
  text-decoration:none;
  color: #ddd;
}
.menu-list a:visited {
  color: #ddd;
}
.menu-list a:hover {
  color: #eef;
  text-shadow: 1px 2px 5px #5ef;
  transform: scale(1.15, 1.15);
  transform-origin: center top;
  transition: transform .3s;
}
.menu-list a::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #eef;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.menu-list a:hover::after {
  transform: scale(1, 1);
}
.menu.open {
  transition: 1s ease-in;
  visibility: visible;
}


/**************** ここまで、メニューのスタイリング ****************/


/***フローチャート***/

ul.arrowlist{
    list-style: none;
    padding: 0 10px 15px 10px;
    margin: 15px 0;
    border: 2px solid #e8e8e8; /* 外枠ボーダー 好みに合わせて */
    background-color: #e8fcf3; /* 背景色 好みに合わせて */
}
ul.arrowlist::before{
    content: attr(data-title)"";
    display: block;
    padding: 10px;
    margin: 0 -10px 15px -10px;
    background-color: #e8e8e8; /* タイトル背景色 好みに合わせて */
    text-align: center;
    font-weight: bold;
}
ul.arrowlist li{
  display: table;
  margin: 0 auto;
  display: table;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  border: 2px solid #e8e8e8; /* ブロックボーダー 好みに合わせて */
  background-color: #FFF;
  border-radius: 10px;
  text-align: center;
}
ul.arrowlist li:not(:last-child){
  margin-bottom: 30px;
}
ul.arrowlist li:not(:last-child)::after{
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  text-align: center;
  color: #37AB9D; /* 矢印の色 好みに合わせて */
}
.flex-container {
  padding: 0 5px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#right {
  text-align: right;
  margin-right : 20px;
}
@media screen and (max-width:1067px) { 
.navi {
  display:none;
}
.example img {
  max-width: 100%;
  height: auto;
  width: 1200px;
  box-sizing: border-box;
  }
.example2 img {
  max-width: 100%;
  height: auto;
  width: 1200px;
  box-sizing: border-box;
  }
.mmm {
 width: 100vw;
  box-sizing: border-box;
}
h1 {
  margin: 0px auto;
}
#topji {
  display:none;
}
}
@media screen and (min-width:1068px) { 
.sma {
 display:none;
}
.example img {
  max-width: 100%;
  height: auto;
  width: 1200px;
  box-sizing: border-box;
  }
#global-nav {
  position: fixed;
}
#disdis {
  visibility:collapse;
  height: 0;
  display:none;
  font-size: 0;
}
#tope {
  display:none;
}
#body {
  margin-top: 50px;
}
.mapbox {
  display:none;
}
}