@charset "utf-8";

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #191919;
    
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif!important;
    background-color: #ededed;
    
}

body.home{
    background:#dee0e4 url("/resource/img/top/bg_top.png") no-repeat center top;
    background-size: 1200px auto;
}

@media (max-width: 767px){
	body{
        overflow-x: hidden;
        
	}	
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

br.sp{
    display:none;
}

br.pc{
    display:block;
}

@media (max-width: 767px){
   br.sp{
        display:block;
    } 
    br.pc{
        display:none;
    }
}





/**/

p.hline{
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 0px;
    text-align: center;
    background-color: #06c755;
    position: fixed;
    z-index:9997;
    top:0px;
    display:block;
    width: 100%;

}

p.hline img{
    max-width: 360px!important;
}


header{
    margin: 0px 0px 0px 0px!important;
    padding: 10px 0px 10px 0px!important;
    background-color: #0f6022!important;
    position:relative;
    z-index: 500;
}


#header {
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease;
}

#header.hide {
  transform: translateY(-100%);
}

#header .hh1{
    display: block;
    /* animationプロパティ設定 */
      animation-name: fadeIn;
      animation-fill-mode:forwards;
      animation-duration:1s;
}

#header .hbox{
    margin: 0px auto;
    padding: 6px 0px 0px 0px;
    max-width: 600px;
    position:relative;
}



@keyframes fadeIn{
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}

#header.hide .hh1{
    display:none;
    transition: transform 0.3s ease;
}


#header .hbox .hmenu ul{
    margin: 0px auto;
    width: 98%;
    display:flex;
    justify-content: flex-end;
    position:relative;
}

#header .hbox .hmenu ul li{
    margin-left: 8px;
    width: 44px;
}

#header .hbox .hmenu ul li.histroy{
    margin-left: 8px;
}

#header .hbox .hmenu ul li.menu{
    margin: 0px;
    position:absolute!important;
    left:0px!important;
    top:4px!important;
}

main{
    margin: 55px auto 0px;
    padding: 84px 0px 30px 0px;
    max-width: 600px;
    background-color: #ffffff;
}

.home main{
    margin: -34px auto 0px;
    padding: 20px 0px 30px 0px;
    border-left: solid 12px #0f6022;
    border-right: solid 12px #0f6022;
    
}

.hh1{
    margin: 0px auto 0px;
    max-width: 88px;
    position: absolute;
    top:5px;
    left: 257px;
    z-index:1000;
}

@media (max-width: 767px){
    
    p.hline img{
        width: 80%!important;
    }
    
    #header .hbox .hmenu ul li{
        margin-left: 3px;
        width: 8.5%;
    }
    
    
    .hh1{
        margin: 0px auto 0px;
        max-width: 50px;
        left:43.5%;
        
    }
    
    main{
        margin: 22px auto 0px;
        padding: 80px 0px 30px 0px;
        max-width: 600px;
        background-color: #ffffff;
    }

    .home main{
        margin: -34px auto 0px;
        padding: 20px 0px 30px 0px;
        border:none;

    }
    
    
    
    
}

.slider {
  position: relative;
  overflow: hidden;
}

.keyBox{
    margin: 60px auto 0px;
    max-width: 600px;
    position: absolute;
    top:0; left:0; width:100%;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

.keyBox.active {
  opacity: 1;
  position: relative;
    pointer-events: auto;
}


.keyBox .leadBox{
    margin: 0px auto;
    padding: 80px 0px 0px 0px;
    position: absolute;
    top:0px;
    left:0px;
    z-index:10;
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}



.keyBox.active .leadBox {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s; /* mainkeyが出た後に遅れて出る */
}



.keyBox .leadBox .lead{
    margin: 0px auto 10px;
    width: 78%;
}

.keyBox .leadBox .btn{
    margin: 0px auto;
    width: 60%;
}



/* 最初は表示済み（非透明・初期位置） */
.keyBox .p,
.keyBox .c,
.keyBox .v {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s ease;
}

/* アニメーション用 */
@keyframes scaleBounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scaleX(1.2) scaleY(1.2);
  }
  100% {
    transform: scale(1);
  }
}



.keyBox .p.animate {
  animation: scaleBounce 0.6s ease forwards;
}
.keyBox .c.animate {
  animation: scaleBounce 0.6s ease 0.3s forwards;
}
.keyBox .v.animate {
  animation: scaleBounce 0.6s ease 0.6s forwards;
}




.carousel {
  margin: 0 auto 36px;
  width: 100%;
    max-width: 600px;
  overflow: hidden;
  position: relative;
  cursor: grab;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
.carousel-item {
  padding: 20px 0px 20px 0px;
    flex: 0 0 100%;
  text-align: center;
  background: #f0f0ec;
  font-size: 2rem;
  line-height: 200px;
  height: auto;
  user-select: none;
}

.carousel-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}


.carousel-arrows .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 5px 10px;
  cursor: pointer;
    width: 50px;
}
.carousel-arrows .prev {
  left: 10px;
}
.carousel-arrows .next {
  right: 10px;
}
.carousel-counter {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #cf0f1e;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 30px;
  font-weight: bold;
}

.carousel-counter span {
  font-size: 14px;
  opacity: 0.8;
  margin-left: 4px;
}


.carousel-indicators {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 5px;
}
.carousel-indicators .bar {
  background-color: #ccc;
  transition: background-color 0.3s;
  height: 100%;
}
.carousel-indicators .bar.active {
  background-color: #0f6022;
}



@media (max-width: 767px){
    
    
    .carousel {
        margin:0px 0px 30px 0px;
    }
    
    .carousel-counter {
        font-size: 5.5vw;
    }
    
}



.itemCategory{
    margin: 0px auto 20px;
    max-width: 800px;
}

.itemCategory .tit{
    margin: 0px auto 10px;
    max-width: 200px;
}


.itemCategory .box{
    margin: 0px auto 10px;
    max-width: 600px;
    display:flex;
}

.itemCategory .box p{
    margin: 0px auto;
    width: 48%;
}

.itemCategory .fbnr{
    margin: 0px auto;
    width:98%;
}


@media (max-width: 767px){
    
   .itemCategory{
        margin: 0px auto 20px;
        width: 98%;
    }

    .itemCategory .tit{
        margin: 0px auto 10px;
        width: 50%;
    }	
     
    
    
}




.freshBox .tit,
.dryBox .tit{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
　　transition-delay: 0.5s;
}

.freshBox .tit.active,
.dryBox .tit.active{
  opacity: 1;
  transform: translateY(0);
}



.freshBox{
   margin: 0px auto 40px;
   max-width: 600px;
   width: 100%;
}

.freshBox .tit{
    margin: 0px auto 24px;
    width: 100%;
}

.freshBox .fresh{
    margin: 0px auto 30px;
    max-width: 600px;
    width: 98%;
    border-bottom: dotted 1px #4f4f4f;
}

.freshBox .fresh .pic{
    margin: 0px 0px 12px 0px;
}


.freshBox .fresh .freshItem{
    margin: 0px 0px 14px 0px;
}

.freshBox .fresh .freshItem .item{
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
}

.freshBox .fresh .freshItem .item img{
    margin: 0px 4px 0px 0px;
    width: 120px;
}

.freshBox .fresh .freshItem .item span{
    font-weight: normal;
    font-size: 0.9em;
}


.freshBox .listBtn{
    margin: 0px auto;
    max-width: 400px;
}


.dryBox{
   margin: 0px auto 40px;
   max-width: 600px;
   width: 100%;
}


.dryBox .tit{
    margin: 0px auto 24px;
    width: 100%;
}


.dryBox .dry{
    margin: 0px auto 20px;
    max-width: 600px;
    width: 98%;
    border-bottom: dotted 1px #4f4f4f;
}

.dryBox .dry .pic{
    margin: 0px 0px 12px 0px;
    width: 100%;
    max-width:100%!important;
}


.dryBox .dry .dryItem{
    margin: 0px 0px 14px 0px;
}

.dryBox .dry .dryItem .item{
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
}

.dryBox .dry .dryItem .item img{
    margin: 0px 4px 0px 0px;
    width: 66px;
}

.dryBox .dry .dryItem .item span{
    font-weight: normal;
    font-size: 0.9em;
}


.dryBox .listBtn{
    margin: 0px auto;
    max-width: 400px;
}


.dryBox .dryCnt{
    margin: 0px 0px 0px 0px;
}

.dryBox .dryCnt h3{
    margin: 0px 0px 12px 0px;
    text-align:center;
    font-size: 18px;
}

.dryBox .dryCnt h3 span{
    margin: 0px 3px 0px 3px!important;
    font-size: 1.5em!important;
    font-style: italic!important;
    font-weight: bold!important;
    color: #cc1927!important;
}

.dryBox .dryCnt  h3 span em{
    font-size: 0.7em;
}

.dryBox .dryCnt .txt{
    margin: 0px 0px 28px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 17px;
    
}

.dryBox .dryCnt .txt span{
    margin: 0px 0px 0px 0px;
    padding: 10px 16px 10px 16px;
    background-color: #cc1927;
    color: #ffffff;
    font-weight: bold;
    border-radius: 25px;
}

.dryBox .dryCnt .pic{
    margin: 0px auto 20px;
    width: 96%;
}





@media (max-width: 767px){
    
   .freshBox .fresh .freshItem .item{
        font-size: 4.5vw;
    }
    
    .freshBox .listBtn{
        margin: 0px auto;
        width: 90%;
    }
    
    .dryBox .listBtn{
        margin: 0px auto;
        width: 90%;
    }
    
    .freshBox .tit,
    .dryBox .tit{
        width: 100%;
    } 
    
    .dryBox .dry .pic{
        margin: 0px 0px 12px 0px;
        width: 100%!important;
        max-width:100%!important;
    }
    
    
    .dryBox .dryCnt h3{
        font-size: 4vw;
    }
    
    .dryBox .dryCnt .txt{
        font-size: 3.8vw;
    }
    
    
    
}






.buyBox{
    margin: 0px 0px 0px 0px;
    display:flex;
}

.buyBox .txt{
    width: 60%;
    font-size: 15px;
}

.buyBox .btn{
    margin: 0px auto;
    width: 35%;
    
}




@media (max-width: 767px){
	
    
    
    
    
    
    .buyBox .txt{
        font-size: 3.2vw;
    }
    
    
}




.consultationBox{
    margin: 0px auto 30px;
    max-width: 600px;
    width: 98%;
}

.consultationBox .tit{
    margin: 0px auto 14px;
    max-width: 300px;
    width: 64%;
}

.consultationBox .box{
    margin: 0px auto 20px;
    max-width: 600px;
    display:flex;
    flex-wrap: wrap;
}


.consultationBox .box li{
    margin: 0px 1% 10px 1%;
    width: 48%;
}

.consultationBox .list{
    margin: 0px auto;
    max-width: 600px;
}


.consultationBox .list li{
    margin: 0px auto 10px;
}




.aboutBox{
  margin: 0px auto 30px;
    max-width: 600px;
    width: 98%;  
}


.aboutBox .tit{
    margin: 0px auto 14px;
    max-width: 200px;
    width: 42%;
}


.aboutBox .pic{
    margin: 0px auto 14px;
    max-width: 600px;
    width: 98%;
}

.aboutBox .pic.pic02{
    margin: 0px auto 14px;
    max-width: 550px;
    width: 80%;
}



.aboutBox .txtBox{
    margin: 0px 0px 12px 0px;
}

.aboutBox .txtBox p{
    margin: 0px 0px 12px 0px;
    font-size: 14px;
}

.aboutBox .btn{
    margin: 0px auto;
    max-width: 500px;
}




@media (max-width: 767px){
    
    
     .aboutBox .txtBox{
        margin: 0px 0px 12px 0px;
    } 
    
    .aboutBox .txtBox p{
        margin: 0px 0px 12px 0px;
        font-size: 3.5vw;
    } 
    
    .aboutBox .btn{
        margin: 0px auto;
        width: 80%;
    }
    
    
}






.serviceMovieBox{
  margin: 0px auto 30px;
    max-width: 800px;
    width: 98%;  
}


.serviceMovieBox .tit{
    margin: 0px auto 14px;
    max-width: 300px;
    width: 66%;
}


.serviceMovieBox .mbox{
    margin: 0px auto;
    max-width: 800px;
    widt: 98%;
}

.serviceMovieBox .mbox iframe{
    width: 100%;
}

.serviceMovieBox .mbox.sp{
    display:none;
}


@media (max-width: 767px){
    
    .serviceMovieBox .mbox.sp{
        display:block;
    }
    .serviceMovieBox .mbox.pc{
        display:none;
    }
}




.instagramBox{
  margin: 0px auto 30px;
    max-width: 800px;
    width: 98%;  
}


.instagramBox .tit{
    margin: 0px auto 14px;
    max-width: 300px;
    width: 86%;
}


.instagramBox .ibox{
    margin: 0px auto;
    max-width: 800px;
    widt: 98%;
}



.newsBox{
    margin: 0px auto 30px;
    max-width: 800px;
    width: 98%;
    background-color: #d8d8d8;
}

.newsBox .tit{
    margin: 0px 0px 14px 0px;
    max-width: 160px;
    width: 50%;
}

.newsBox.uni{
    background-color: #ffffff;
}

.newsBox.uni .tit{
    margin: 0px 0px 14px 0px;
    width:100%;
    max-width: 100%;
    background-color: #ffffff;
}

.newsBox.uni .tit img{
    margin: 0px 0px 0px 0px;
    max-width: 160px;
    width: 50%;
}


.newsBox .boxIn{
    margin: 0px auto;
    padding: 14px 0px 14px 0px;
    width: 90%;
}

.newsBox.uni .boxIn{
    margin: 0px auto;
    padding: 0px 0px 14px 0px;
    width: 90%;
}


.newsBox .boxIn ul{
    margin: 0px 0px 20px 0px;
}

.newsBox .boxIn ul li{
    margin: 0px 0px 10px 0px;
}

.newsBox .boxIn ul li .date{
    font-size: 13px;
}

.newsBox .boxIn ul li .date .notice{
    padding: 4px;
    background-color: #8fc31f;
    color: #ffffff;
    font-size: 0.9em;
}

.newsBox .boxIn ul li .date .care{
    padding: 4px;
    background-color: #155e32;
    color: #ffffff;
    font-size: 0.9em;
}

.newsBox .boxIn ul li a{
    color: #3b3b3b;
}

.newsBox.uni .boxIn ul li{
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 4px 0px;
    border-bottom: dotted 1px #3b3b3b;
}



.newsBox .boxIn .more{
    margin: 0px auto;
    width: 50%;
    text-align:center;
    background-color: #ffffff;
}


.newsBox .boxIn .more a{
    color: #3f3f40;
    text-decoration: none;
    display:block;
}


.newsBox.uni .boxIn .more{
    background-color: #d8d8d8;
}


#order-link{
    margin: 0px auto;
    position: fixed;
    bottom: -100px;
    left:10%; 
    transition: 1s;
    text-align:center;
    width: 80%;
    z-index: 300;
}

#order-link img{
   max-width: 450px; 
}

#order-link.show{
    bottom:4px;
}

#order-link.show img:hover{
    opacity: 0.9;
}

@media (max-width: 767px){
    
  #order-link{
        margin: 0px auto;
        position: fixed;
        bottom: -100px;
        left:5%; 
        transition: 1s;
        text-align:center;
        width: 90%;
    }

    #order-link img{
       width: 100%; 
    }

    #order-link.show{
        bottom:4px;
    }  
    
}



#order-link2{
    margin: 0px auto;
    position: fixed;
    transition: 1s;
    text-align:center;
    width: 100%;
    background-color: #0f6022;
    left:0;
    bottom: -125px;
    z-index: 8;
    
}

#order-link2 img{
   max-width: 450px; 
}

#order-link2.show{
    bottom:0px;
}

#order-link2.show img:hover{
    opacity: 0.9;
}

@media (max-width: 767px){
    
  #order-link2{
        margin: 0px auto;
        position: fixed;
        bottom: -100px;
        left:0%; 
        transition: 1s;
        text-align:center;
        width: 100%;
    }

    #order-link2 img{
       width: 90%; 
    }

     
    
}



#order-link3{
    margin: 0px auto;
    position: fixed;
    transition: 1s;
    text-align:center;
    width: 100%;
    background-color: #0f6022;
    left:0;
    bottom: -125px;
    z-index: 8;
    
}

#order-link3 img{
   max-width: 450px; 
}

#order-link3.show{
    bottom:0px;
}

#order-link3.show img:hover{
    opacity: 0.9;
}

@media (max-width: 767px){
    
  #order-link3{
        margin: 0px auto;
        position: fixed;
        bottom: -100px;
        left:0%; 
        transition: 1s;
        text-align:center;
        width: 100%;
    }

    #order-link3 img{
       width: 90%; 
    }

     
    
}










/*モーダル用*/
.js-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.js-modal__main {
  width: 96%;
  height: 80%;
  padding: 16px;
  bottom: -81%;
  left: 2%;
  background: #fff;
  border-radius:4px 4px 0 0 ;
  position: fixed;
  z-index: 11;
  opacity: 0;
}
.js-modal__btn {
    color:#76952f;
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.js-modal__btn--close {
    margin-top: 40px;
    text-align: center;
    text-decoration: underline;
}
.js-modal__btn--close--fix {
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: 5px;
  z-index: 101;
  cursor:pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.js-modal__btn--close--fix:before{
  content:"";
  width: 20px;
  height: 20px;
  border-right:3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top:12px;
  left:-3px;
}
.js-modal__btn--close--fix:after{
  content:"";
  width: 20px;
  height: 20px;
  border-right:3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top:-2px;
  left:-3px;
}
/*下から上*/
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(-80%);
  }
}
/*上から下*/
@keyframes SlideDown {
  0% {
    opacity: 1;
    transform: translateY(-80%);
  }
  100% {
    opacity: 0;
    transform: translateY(-1%);
  }
}
.js-modal__main._slideUp {
animation: SlideUp .5s ease-in-out forwards;
}
.js-modal__main._slideDown {
animation: SlideDown .5s ease-in-out forwards;
}


@media (max-width: 767px){
    .js-modal__main {
        width:96%;
        left:2%;
    }
}



/*　モーダル２　*/


.navbar {
  padding: 0;
}

.navbar-menu-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 200ms ease-in-out;
    z-index: 20;
}

.navbar-menu-body {
    margin: 0px 0% 0px 0%;;
    width: 100%;
    background:#fff url("../img/common/n-bg.png") no-repeat left top;
    background-size: 100% auto;
    padding: 0px 0px 0px 0px;
    position: absolute;
    bottom: -200px;
    transition: bottom 400ms ease-in-out;
    left: 0%;
    
}

.navbar-menu.is-open .navbar-menu-body {
    bottom:0px;
}


.navbar-menu.is-open .navbar-menu-body h2 {
    margin: 0px auto 14px;
    padding: 14px 0px 14px 0px;
    background-color: #106123;
    color: #ffffff;
    max-width: 500px;
}


.navbar-menu.is-open .navbar-menu-body .txtBox{
    margin: 0px auto 10px;
    max-width: 500px;
    
}

.navbar-menu.is-open .navbar-menu-body .txtBox p{
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    text-align: center;
    line-height: 1.7em;
}

.navbar-menu.is-open .navbar-menu-body .txtBox p span{
    font-weight: bold;
    font-size: 1.2em;
}


.navbar-menu.is-open .navbar-menu-body .n01 {
    margin: 0px 20px 4px 20px;
    padding: 0px 0px 0px 0px;
}

.navbar-menu.is-open .navbar-menu-body .n02 {
    margin: 0px 20px 10px 20px;
    padding: 0px 0px 0px 0px;
}

.navbar-menu.is-open .navbar-menu-body .n03 {
    margin: 0px 20px 20px 20px;
    padding: 0px 0px 0px 0px;
}

.navbar-menu.is-open .navbar-menu-body .n05 {
    margin: 0px 20px 5px 20px;
    padding: 0px 0px 0px 0px;
}

.navbar-menu.is-open .navbar-menu-body .n04 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: rgba(169,208,141,0.8);
}

.navbar-menu.is-open .navbar-menu-body .n04 img{
    margin-top: -10px;
}




.navbar-menu.is-open .navbar-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.navbar-menu.is-open button.close{
    position: absolute;
    left:0;
    top:0;
    font-size: 20px;
    font-weight: bold;
}

.navbar-link-list {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.navbar-link-item + .navbar-link-item {
  margin-top: 1rem;
}

.navbar-link-item a {
  color: inherit;
  text-decoration: none;
}

.navbar button{
    border:none;
    background-color: transparent;
}



@media (max-width: 767px){
    
    .navbar-menu-body {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }
    
    .navbar-menu.is-open .navbar-menu-body h2 {
        margin: 0px 0px 14px 0px;
        padding: 10px 0px 10px 0px;
        background-color: #106123;
        color: #ffffff;
        width: 100%;
        max-width: 100%;
    }
    
    
    .navbar-menu.is-open .navbar-menu-body .txtBox p{
        margin: 0px 0px 0px 0px;
        font-size: 3.4vw;
        text-align: left;
    }
}





/* footer */

footer{
    position: relative;
    z-index: 200;
}

footer .footerBox{
    background-color: #0f6022;
}


footer .footerBox .flogo{
    margin: 0px auto 14px;
    padding: 14px 0px 14px 0px;
    max-width: 600px;
    width: 90%;
    border-bottom: solid 1px #ffffff;
    text-align:center;
}


footer .footerBox .flogo img{
    
    max-width: 250px;
}

footer .footerBox .flinkBox{
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    display:flex;
    max-width: 600px;
    align-items:flex-start;
}




footer .footerBox .linkbox{
    margin: 0px auto 20px;
    padding: 0px 0px 14px 0px;
    max-width: 400px;
    width: 48%;
    
}

footer .footerBox .linkbox ul.flink{
    margin: 0px 0px 14px 0px;
    border-bottom: solid 1px #ffffff;
}

footer .footerBox .linkbox ul.flink:last-child{
    border:none;
}


footer .footerBox ul.flink li{
    margin: 0px 0px 7px 0px;
    font-size: 14px;
}

footer .footerBox ul.flink li a{
    color: #ffffff;
    text-decoration: none;
}

footer .footerBox ul.flink li a:before{
    content:"・ ";
}


footer .footerBox ul.sns{
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
    max-width: 254px;
    display:flex;
}

footer .footerBox ul.sns li{
    margin: 0px 6px 0px 6px;
    width: 30px;
}

footer .footerBox ul.sns li.y{
    margin-top: 8px;
}

footer .footerBox ul.sns li img{
    width: 100%;
}


footer .copyright{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 100px 0px;
    text-align: center;
    font-size: 12px;
}


@media (max-width: 767px){
    
    
    footer{
    
    }

    footer .footerBox{
        background-color: #006835;
    }
    
    footer .footerBox .flinkBox{
        margin: 0px auto;
        width: 90%;
        display:block;
    }
    
    footer .footerBox .linkbox{
        margin:0px 0px 0px 0px; 
        width: 90%;
    }
    
    footer .footerBox .linkbox.left{
        margin:0px;
        padding: 0px;
    }
    footer .footerBox .linkbox.left .flink{
        margin:0px;
        padding: 0px;
    }
    
    footer .footerBox ul.flink{
        margin: 0px auto;
        padding: 10px 0px 10px 0px;
        width: 90%;
        border-bottom: solid 1px #ffffff;
    }
    
    footer .footerBox ul.flink li{
        margin: 0px 0px 10px 0px;
        width: 100%;
        font-size: 3vw;
    }
    
    footer .footerBox ul.flink li:last-child{
        margin-bottom:0px;
    }
    
    footer .footerBox ul.flink li a{
        color: #ffffff;
        text-decoration: none;
    }
    
    footer .footerBox ul.flink li a:before{
        content:"・ ";
    }
    
    
    footer .footerBox ul.sns{
        margin: 0px auto;
        padding: 0px 0px 20px 0px;
        width: 70%;
        max-width: 350px;
        display:flex;
    }
    
    footer .footerBox ul.sns li{
        margin: 0px 10px 0px 10px;
        width: 30px;
    }
    
    footer .footerBox ul.sns li.y{
        margin-top: 3px;
    }
    
    footer .footerBox ul.sns li img{
        width: 100%;
    }
    
    
    footer .copyright{
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 100px 0px;
        text-align: center;
        font-size: 3vw;
    }
    
}



#dify-chatbot-bubble-button{
    bottom: 90px!important;
}



