@charset "utf-8";
/* CSS Document */


/* ==========================================================================//
//
//　SP 750px以下
//
// ========================================================================== */

@media screen and (max-width: 750px) {
  
/* swiper
---------------------------------------------------------- */
.slide-img {
    height: 750px; /* この高さで表示させる */
}

/* area_news
---------------------------------------------------------- */
.area_news .box_ttl {
	width:100px !important;
	position:relative;
	z-index:-1;
}
.area_news .box_ttl img {
	position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.area_news .box_news {
    width: 650px;
}
.area_news .box_news_list {
	display:block;
	margin:50px 50px 0;
	width:auto;
}
.area_news .box_news_list dt {
	padding:0 0 10px;
}
.area_news .box_news_list dd{
	padding:0 0 40px;
    line-height: 1.8;
}
.area_news .box_news_list dt,
.area_news .box_news_list dd {
	width:100%;
}


.area_news .btn_01 {
    width: 320px;
    margin: 0 50px 50px;
}
.area_news .btn_01 a {
    padding: 20px ;
  }
  

/* area_sns
---------------------------------------------------------- */
.area_sns{
    display: block;
    justify-content: space-between;
    width: 100%;
    min-width: 1140px;
    margin: 75px 0 75px;

}
	
/* instagram 
---------------------------------------------------------- */

.box_instagram {
  width: 60%;
  min-width: 550px;
  display: block;
  padding-top: 50px;
	margin: auto;
}
	
.instagram {
  width: 315px;
  margin-left: 0%;
}

.box_facebook {
    width: 60%;
  display: block;
  padding-top: 50px;
	margin: auto;
}


/* area_info
---------------------------------------------------------- */
.area_info {
    background: url(/img/bg_info_01_sp.jpg) center no-repeat;
    background-size: cover;
    padding: 90px 0 90px;
  }
  .area_info .box_txt {
    width: 400px;
    padding: 35px 30px 25px;
  }
  .area_info .box_txt .ttl_01 {
    font-size: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
  }
  .area_info .box_txt .txt_01 {
  }
  



/* area_business
---------------------------------------------------------- */
.area_business {
  padding-bottom:50px ;
  margin: 0;
}
.area_business .box_business_info {
  padding:90px 0;
}
.area_business .box_business_info .ttl_01 {
  font-size: 34px;
}

/*box*/
.area_business .box_business {
  display: block;
 min-width: 100% !important;
  margin: 0 0 35px;
}
.area_business .box_business .box_img {
  width: 100%;
}
.area_business .box_business.reverse .box_img {
  order: 1;
}
.area_business .box_business .box_txt {
  margin: 47px auto;
  width: 90%;
  min-width: none;
}

.area_business .box_business .box_txt_inner {
  width: 100%;
}
.area_business .box_business.reverse .box_txt_inner {
  width: 100%;
}
.area_business .box_business .box_txt .ttl_01 {
  font-size: 34px;
  margin-bottom: 20px;
}
.area_business .box_business .box_txt .ttl_01 span {
  display: block;
  font-size: 24px;
  line-height: 1;
}
.area_business .box_business .box_txt .txt_01 {
  margin-bottom: 35px;
}
.area_business .box_business .box_txt .btn_01 {
  width: 320px;
  font-size: 26px;
  margin: 0 auto;
}
.area_business .box_business.reverse .box_txt .btn_01 {
  margin: 0 auto;
}

.area_business .box_business .box_txt .btn_01 a {
  color: #fff;
  padding: 20px 0;
  display: block;
}



/* area_moririce
---------------------------------------------------------- */
.area_moririce {
  display: block;
  background-color: #868f3c;
  padding: 90px 0 85px;
}
.area_moririce .box_txt {
  padding-top: 0;
}
.area_moririce .box_txt .ttl_01 {
  text-align: center;
  width: 208px;
}
.area_moririce .box_txt .ttl_01 img {
  margin-right: 0;
  width: 80px;
  height: auto;
}
.area_moririce .box_txt .txt_01 {
  width: 500px;
}
.area_moririce .box_txt .txt_01 .btn_01 {
  width: 320px;
  margin: 30px 0 75px;
}
.area_moririce .box_txt .btn_01 a {
  font-size: 26px;
  padding: 20px 0;
}
.area_moririce .box_img {
  width: 100%;
  text-align: center;
}
.area_moririce .box_img img {
  width: 520px;
  height:auto;
}



/* area_onlineshop
---------------------------------------------------------- */
.area_onlineshop {
  background: url(/img/bg_online_01_sp.jpg) center top no-repeat; 
  width: 670px;
  height: 190px;
  margin: 100px auto 30px;
  padding: 50px 0;
  text-align: center;
}
.area_onlineshop ul {
  display: flex;
  justify-content: center;
}
.area_onlineshop ul li {
  background-color: #fff;
  color:#3e3a39 ;
  padding: 8px 0 8px;
  width: 190px;
  margin:0 8px ;
  text-align: center;
  border-radius: 15px;
  font-size: 20px;
}
.area_onlineshop ul li a {
  color:#3e3a39 ;
  display: block;
}
.area_onlineshop .txt_01 {
  text-align: center;
  font-size: 32px;
  margin: 25px 0;
  font-weight: 500;
}
.area_onlineshop .btn_red img {
  width: 320px;
  height: auto;
}




}