@media(max-width:811px){
/* モバイル */
/* リセットCSS */
*{
    margin: 0;
    padding: 0;
  }
  li{
    list-style: none;
  }
  img{
    display: block;
  }
  a{
    text-decoration: none;
  }

  body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;  }

/*メイン部分*/
body{
    background-color: #fcfcd3;
}

body .bx-wrapper{
    max-width: 500px;
}
/* ハンバーガーナビ */

.header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .logo {
    font-weight: 700;
    padding-left: 14px;
  }
  .hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #a54928;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: #ffe6bc;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999;
    opacity: 95%;
    right: 0px;
  }
  .navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation__list-item {
    border-bottom: solid 1px #ffe6bc;
  }
  .navigation__list-item:first-child {
    border-top: solid 1px #ffe6bc;
  }
  .navigation__link {
    color: #a54928;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    transition: .5s;
  }
  @media (hover: hover) and (pointer: fine) {
    .navigation__link:hover {
      background: #ffe6bc;
    }
  }

/* ヘッダー */
#headerTop{
    display: none;
  }

.header img{
    width: auto;
    height: 40px;
    border-radius: 20%;
    margin-top: 5%;
}
#goods{
    margin-top: 32px;
    margin-bottom: 20px;
}

#goods a{
    color: #a54928;
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

#sns div{
    display: flex;
}
#sns h3{
    color: #a54928;
    font-size: 20px;
    padding-top: 20px;
}
#sns img{
    width: 30px;
    height: auto;
    margin-left: 30px;
    padding-top: 15px;
}

#top{
    margin-top: 20px;
}

/* グローバルナビ */


#gnavi{
    display: none;
  }



/* グローバルナビのお芋ちゃん */
#gnavi ul li a::before{
    content: "";
    display: inline-block;
    background-image: url(images/icon-trans.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}

/* グローバルナビの横線 */
#gnavi a::after{
    content: "";
    border-right: 1px solid #a54928;
    margin-left: 50px;
  }

/* ナビを小さくして上に固定 */

.fixed {
    position: fixed;
    top: 0;
    width: 90%;
    z-index: 10000;
    transform: .5s;
}
#gnavi.fixed ul li a{
    padding: 8px 0;
}
/* ここまでヘッダー */

#sliderp{
    display: none;
}

#top img{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
#jump{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 23px;
}
a{
    background-color: transparent;
    color: #a54928;
}

h1{
    color: #a54928;
    text-align: center;
}

#topText{
    line-height: 3;
    margin: 5%;
}
#topText h1{
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 28px;
}
#topText span{
    font-size: 28px;
}
#topText img{
    width: 80%;
    border-radius: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#video video{
    width: 100%;
}


#activities{
    clear: both;
    padding-top: 50px;
}
#activities span{
    display: block;
    color: #a54928;
    font-size: 16px;
    text-align: center;
}
#activities h2{
    width: 90%;
    font-size: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: #a54928;
}

#calendar img{
    width: 300px;
}


#arigato img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20%;
}

#ceo img{
    width: 100%;
}

/* もっと見るボタン */

.viewMore {
	position: relative;
	border: none;
	border-bottom: 1px solid #a54928;
	width: 300px;
	max-width: 90%;
    margin: 50px;
}
.viewMore::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #a54928;
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}
.viewMore a:hover{
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
}
.viewMore a:hover ::before{
    right: -2.5em;
}


/* ふわふわアイコンたち */
#fuwafuwa {
    width: 80%;
    height: 222px;
    margin: 50px auto;
    background: url(images/icon2-trans.png);
    animation: fuwafuwa 2s infinite;
    background-repeat: no-repeat;
 }

#fuwafuwa2 {
    width: 80%;
    height: 190px;
    margin: 50px auto;
    background: url(images/mini1-trans.png);
    animation: fuwafuwa 2s infinite;
    background-repeat: no-repeat;
 }
 #fuwafuwa3 {
    position: relative;
    width: 50%;
    left: 30%;
    height: 130px;
    background: url(images/icon-trans.png);
    background-size: 100px;
    background-repeat: no-repeat;
    animation: fuwafuwa 2s infinite;
    margin-top: 40px;
 }
 #fuwafuwa4 {
    position: relative;
    width: 50%;
    left: -10%;
    height: 65px;
    background: url(images/mini3-trans.png);
    background-size: 100px;
    background-repeat: no-repeat;
    animation: fuwafuwa 2s infinite;
 }
 
 @keyframes fuwafuwa {
   0% {
     transform: translateY(0px);
   }
   50% {
     transform: translateY(-30px);
   }
   100% {
     transform: translateY(0px);
   }
 }
 @keyframes fuwafuwa2 {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @keyframes fuwafuwa3 {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0px);
    }
  }

#fuwafuwa a {
    left: 20%;
    position: relative;
    bottom: -30px;
}
#fuwafuwa2 a {
    left: -3%;
    position: relative;
    bottom: -20px;
}
#fuwafuwa3 a {
    position: absolute;
    bottom: 120px;
}


.moveflow {
    display:none;
  }
  
#moveTop{
    display: none;
    color: #a54928;
    position: fixed;
    right: 50px;
    bottom: 150px;
    top: 600px;
    z-index: 3;
}

footer{
    border-top: 1px solid #ffe6bc;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10%;
}
#footerFlex{
    display: flex;
}
footer h1{
    background-color: transparent;
    width: 300px;
}
footer img{
    width: auto;
    height: 40px;
    border-radius: 20%;
    position: relative;
    margin: 10px;
}

footer ul{
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    flex-wrap: wrap;
    height: 50px;
    margin-left: 5%;
}
.border2{
    width: 160px;
}

/* コンセプトページ */



#top h1{
    color: #a54928;
    font-size: 32px;
    position: relative;
}
#top h2{
    color: #a54928;
    font-size: 32px;
    position: relative;
    left: 10%;
    margin-top: 50px;
}

.story{
    margin: 20px;
    line-height: 3;
    max-width: 90%;
    display: block;
    margin-bottom: 50px;
    font-size: 14px;
}

#history-flex{
    color: #a54928;
    padding: 20px;
}

#history-flex ul ::before{
    content: "";
    display: inline-block;
    background-image: url(images/clover-trans.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}

#history-flex img{
    width: 100%;
    display: block;
    margin-top: 20px;
}

#seikyoiku img{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20%;
}
#imo3 img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40%;
}
#imo2 img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.bx-wrapper{
    max-width: initial;
    display: block;
}

#business-image{
    display: flex;
    padding: 100px;
    max-width: 80%;
    margin-left: 10%;
}
#business-image img{
    width: 50%;
    border-radius: 100%;
    cursor: pointer;
}
.business a {
  line-height: 5;
  color: black;
  font-size: 18px;
}

#business-image img:hover{
    transform:scale(1.1);
	  transition:0.5s;
}

.image img {
    position: relative;
    width: 100%;
}
#imo12 img{
    width: 100%;
}

/* お問い合わせページ */

#qanda {
    margin-top: 50px;
}
#qanda a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 30px;
    font-size: 18px;
}
#sns1 div{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

#sns1 h3{
    font-size: 18px;
}
#sns1 img{
    width: 30px;
    height: auto;
    margin-left: 30px;
    padding-top: 15px;
}
#form iframe{
    width: 100%;
}
#form a{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 30px;
    font-size: 18px;
}

#companyTitle{
    font-size: 23px;
    text-align: center;
    margin: 50px;
}
table {
    line-height: 2.5em;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }
.p1 td {
	padding: 14px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #646566;
}
td span {
	font-size: 90%;
}
.p1 th {
	border-color: white;
}
#map-company{
    margin-bottom: 100px;
}
#map-company iframe{
    width: 100%;
}


/* イベントページ */

#top-event {
    position: relative;
    left:5%;
    margin-bottom: 50px;
}
#top-event a {
    text-align: center;
}
.event-flex img {
    width: 80%;
    height: 80%;
    margin-bottom: 40px;
}
.event-flex {
    max-width: 90%;
    margin: 5%;
}
.event-flex a{
    font-size: 18px;
}
.clover ::before{
    content: "";
    display: inline-block;
    background-image: url(images/clover-trans.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}
#gallary{
    left: 5%;
    position: relative;
}
#event{
    clear: both;
    padding-top: 50px;
}
#event span{
    display: block;
    color: #a54928;
    font-size: 16px;
    text-align: center;
}
#event h2{
    font-size: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: #a54928;
}
.border{
    border-bottom: solid 1px;
    width: 35px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #a54928;
}
.topic{
    text-decoration: underline;
    font-weight: bold;
}
#postcard img {
    width: 80%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
#hanbai{
    position: relative;
    left: 5%;
    font-size: 20px;
    margin-bottom: 50px;
}
.events{
    color: white;
    background-color: #a54928;
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
}

#angya{
    margin-right: auto;
    margin-left: auto;
    color: #a54928;
    text-align: center;
    max-width: 90%;
    line-height: 3;
}

#angya ul ::before{
    content: "";
    display: inline-block;
    background-image: url(images/clover-trans.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}

#angya-flex img{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* イベントページのリスト　もっと見るの箇所 */
.container {
    width: 100%;
    margin: 0 auto;
  }
.list li {
    transition: all 0.4s ease 0s;
    width: 100%;
    color: #a54928;
}

.list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}
.more {
    text-align: center;
  }
  
  .more button {
    background-color: #ffe6bc;
    border: none;
    cursor: pointer;
    outline: none;
    color: #a54928;
    padding: 0;
    line-height: 40px;
    width: 180px;
    border-radius: 20px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    transition: 0.3s ease-in-out;
  }
  .more button:hover {
      background: #FFF;
      color: #a54928;
      box-shadow: 0 15px 30px -5px rgb(0 0 0 / 25%);
      transform: translateY(-4px);
  }



/* 子ども食堂ページ */

#kodomo-top img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* ふわっと */
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 2s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/* 子どもトップの文字列 */
.wrap { 
    display:flex;
    justify-content: center;
    text-align: center;
}
.content {      
    width:auto;
    height: auto;
}
p {
    font-size: 20px;
    color: #a54928;
    line-height: 3em;
}

#omoiPics img{
    width: 20%;
    border-radius: 90%;
    position: absolute;
}



 
/*以下フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 6s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
 
/*以下遅延の指定*/
.txt01 {animation-delay: 0.1s;}
.txt02 {animation-delay: 0.5s;}
.txt03 {animation-delay: 0.9s;}
.txt04 {animation-delay: 1.2s;}
.txt05 {animation-delay: 1.6s;}
.txt06 {animation-delay: 2s;}
.txt07 {animation-delay: 2.4s;}

}