@media(min-width:810px){
/* PC用 */
/* リセット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{
    display: none;
}
.logo{
    display: none;
}
.navigation{
    display: none;
}
header{
    background-color: #ffe6bc;
    margin-left: auto;
    margin-right: auto;
}

#headerTop{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
#logo{
    float: left;
    margin-top: 10px;
  }
#logo img{
    border-radius: 20%;
}
header img{
    width: auto;
    height: 60px;
}

#goods{
    float: right;
}

#goods a{
    color: #a54928;
    display: block;
    font-size: 18px;
    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: 25px;
}
#sns img{
    width: 30px;
    height: auto;
    margin-left: 30px;
    padding-top: 15px;
}

#top{
    margin-top: 20px;
}

/* グローバルナビ */


#gnavi{
    background-color: #ffe6bc;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10%;
  }
#gnavi ul{
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#gnavi ul li{
    font-size: 20px;
    text-align: center;
}

#gnavi ul li a{
    color: #a54928;
}
#gnavi ul li a:hover{
    opacity: 0.8;
}


/* グローバルナビのお芋ちゃん */
#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;
  }
/* ここまでヘッダー */

#slider{
    display: none;
}

#top img{
    width: 80%;
    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{
    width: 80%;
    margin-left: 10%;
    margin-right: auto;
    text-align: center;
    line-height: 3;
}
#topText h1{
    margin-top: 50px;
    margin-bottom: 50px;
}
#topText span{
    font-size: 28px;
}
#topText img{
    width: 30%;
    border-radius: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
#video video{
    width: 90%;
    position: relative;
    margin: 5%;
}


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

#calendar img{
    width: 300px;
}


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

#ceo img{
    width: 50%;
}

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

.viewMore {
	position: relative;
	border: none;
	border-bottom: 1px solid #a54928;
	width: 300px;
	max-width: 90%;
    left: 50%;
    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: 283px;
    height: 222px;
    margin: 50px auto;
    background: url(images/icon2-trans.png);
    animation: fuwafuwa 2s infinite;
 }

#fuwafuwa2 {
    width: 230px;
    height: 171px;
    margin: 50px auto;
    background: url(images/mini1-trans.png);
    animation: fuwafuwa 2s infinite;
 }
 #fuwafuwa3 {
    position: relative;
    left: 45%;
    width: 15%;
    height: 105px;
    background: url(images/icon-trans.png);
    background-size: 100px;
    background-repeat: no-repeat;
    animation: fuwafuwa 2s infinite;
 }
 #fuwafuwa4 {
    position: relative;
    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);
    }
  }
  @keyframes fuwafuwa4 {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0px);
    }
  }
#fuwafuwa a {
    left: 20%;
    position: relative;
    bottom: -30px;
}
#fuwafuwa2 a {
    left: -20%;
    position: relative;
    bottom: -20px;
}
#fuwafuwa3 a {
    position: absolute;
    bottom: 90px;
}


.moveflow {
    display:none;
  }
  
#moveTop{
    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;
}
footer img{
    width: auto;
    height: 40px;
    border-radius: 20%;
    position: relative;
    margin: 10px;
}
#footerFlex{
    display: flex;
}
footer ul{
    display: flex;
    max-width: 500px;
    position: absolute;
    left: 30%;
}
.border2{
    width: 160px;
    color: #a54928;
    margin-left: auto;
}

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



#top h1{
    color: #a54928;
    font-size: 32px;
    position: relative;
}

#top h2{
    color: #a54928;
    width: 40%;
    font-size: 32px;
    position: relative;
    left: 40%;
    }

.story{
    margin: 50px;
    line-height: 3;
    max-width: 90%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

#history-flex{
    display: flex;
    justify-content: space-around;
    margin-right: auto;
    margin-left: auto;
    color: #a54928;
    text-align: left;
    max-width: 90%;
    padding: 50px;
}

#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: 230px;
    display: block;
    margin-top: 20px;
    margin-right: 80%;
}

#history-flex li{
    margin-right: 50px;
}

#seikyoiku img{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20%;
}
#imo3 img{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40%;
}
#imo2 img{
    width: 50%;
    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;
}

.flex{
    display: flex;
    margin: 50px;
}
.image img {
    position: relative;
    width: 80%;
}
#imo12 img{
    width: 80%;
    position:relative;
}

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

#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: 30%;
    padding-left: 100px;
}

#sns1 h3{
    color: #a54928;
    font-size: 25px;
    padding-top: 15px;
}

#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%;
}
table .p1 th {
	border-color: white;
}

#map-company{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 150px;
    margin-bottom: 100px;
}


/* イベントページ */

#top-event {
    position: relative;
    left:5%;
    margin-bottom: 50px;
}
#top-event a {
    text-align: center;
}
.event-flex img {
    width: 90%;
    height: auto;
    margin-top: 15px;
}
.event-flex {
    display: flex;
    justify-content: space-around;
    max-width: 90%;
}
.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;
}
.event-flex a{
    font-size: 18px;
}
#gallary{
    left: 5%;
    position: relative;
}
#event{
    clear: both;
    padding-top: 100px;
}
#event span{
    display: block;
    color: #a54928;
    font-size: 16px;
    text-align: center;
}
#event h2{
    width: 400px;
    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: 70px;
    color: #a54928;
}

.topic{
    text-decoration: underline;
    font-weight: bold;
}
#postcard img {
    width: 20%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
#hanbai{
    position: relative;
    left: 40%;
    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{
    display: flex;
}
#angya-flex img{
    width: 50%;
    height: 50%;
    margin-left: 10%;
}

/* イベントページのリスト　もっと見るの箇所 */
.container {
    width: 100%;
    margin: 0 auto;
  }
  .container .list {
    flex-wrap: wrap;
    display: flex;
      list-style: none;
      padding: 0;
      border: none;
  }
  
  .list li {
      box-sizing: border-box;
      text-align: center;
      height: auto;
      transition: all 0.4s ease 0s;
      width: 25%;
      margin-bottom: 80px;
      color: #a54928;
      font-weight: 500;
  }
  
  .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: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20%;
}

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

/* 子どもトップの文字列 */
.wrap { 
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content {      
    width:auto;
    height: auto;
    margin-bottom: 50px;
}
p {
    font-size: 23px;
    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;}

}