p,a{
 white-space: nowrap;
}

/* メインビジュアル */
.section-needs {
    position: relative;
}
.img-needs-click {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 500px;
    transform: translateX(-50%);
}

.section-store{
	/*background-color: #ecf5fd;*/
}
.fix-flex.store-flex {
    width: 50%;
    margin: 0px auto;
   margin-top: 30px;
    padding-bottom:  80px;
    justify-content: space-between;
}
.fix-flex.store-flex a{
    width: 45%;
    padding: 20px 0;
    border-radius: 20px;
    font-size: 20px;
    white-space: nowrap;
}
.fix-flex.store-flex a i{
	margin-right: 15px;
}
section.section-mv {
    margin-top: 75px;
}
.footer-tel{
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
  display: block;
}
.footer-tel span{
  font-size: 18px;
}
@media screen and (max-width: 850px){
	.fix-flex.store-flex {
	    width: 80%;
	}

  /* 追加css */
  .header-tablet {
      display: none;
  }
}
@media screen and (max-width: 500px){
  .footer-tel{
    text-align: center;
    margin-top: 15px;
  }
	.fix-flex.store-flex {
	    width: 90%;
	    flex-direction: column;
	}
	.fix-flex.store-flex a {
	    width: 100%;
	    margin-bottom: 35px;
	}
	.fix-flex.store-flex a:last-child{
		margin-bottom: 0;
	}
	.ribbon {
	    width: 95%;
	      font-size: 22px;
	}
	.fix-flex.store-flex a{
		font-size: 18px;
	}

  /* 追加css */
  .header-tablet {
      display: block;
  }
  section.section-mv {
      margin-top: 75px;
  }
  .img-sp-size {
      width: 100%;
  }
}

/*ラインバナー*/
.section-line{
  padding:  70px 0;
  padding-top: 0px;
  background-color: #F0F1F4;
}

.section-line a{
  display: block;
  width: 65%;
  margin: 0 auto;
}
.section-line a img{
  display: block;
  width: 100%;
  height: auto;
}
.section-line a img.sp{
  display: none;
}
@media screen and (max-width: 500px){
  .section-line a img.pc{
    display: none;
  }
  .section-line a img.sp{
    display: block;
  }
  .section-line a{
    display: block;
    width: 80%;
    margin: 0 auto;
  } 
  .section-line{
    padding: 50px 0;
    padding-bottom: 30px;
  }
}

.line-button{
 background-color: #1C923B!important;
}