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

/* ==========================================================================//
//
//　PC
//
// ========================================================================== */

/* swiper
---------------------------------------------------------- */
@-webkit-keyframes zoomUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
  }
  
  @keyframes zoomUp { /* 1.15倍させる指定 */
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
  }
  .swiper-container {
    /*margin-top: -180px;*/
  }
  .swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
      -webkit-animation: zoomUp 12s linear 0s;
      animation: zoomUp 12s linear 0s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
  }
  
  .slide-img {
      background-size: cover; 
      background-position: center center; /* 背景画像は中央を軸に表示させる */
      height: 800px; /* この高さで表示させる */
  }

  .swiper-pagination-bullet {
     background: #9fa0a0 !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
  }
  .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}


/* mainimg
---------------------------------------------------------- */
.swiper-container {
  position: relative;
  /*border-bottom: #48240f 43px solid;*/
}
.mainimg_txt_01 {
  position: absolute;
  top: 0;
  left: 240px;
  bottom: 0;
  margin: auto;
  z-index: 999;

}


/* area_news
---------------------------------------------------------- */
.area_news {
	display:flex;
}
.area_news .box_ttl {
	background-color:#3e3a39;
	width:30%;
	position:relative;
}
.area_news .box_ttl .ttl_01 {
	color:#fff;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	text-align:center;
}
.area_news .box_ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.area_news .box_news_list {
	display:flex;
	flex-wrap:wrap;
	margin:40px 60px 0;
	width:100%
}
.area_news .box_news_list dt {
	width:10%;
}
.area_news .box_news_list dd{
	width:82%;
}
.area_news .box_news_list dt,
.area_news .box_news_list dd {
	padding:0 0 27px;
	line-height:1.4;
}
.area_news .box_news_list dl {
	margin-bottom: 50px;
}
.area_news .btn_01 {
  width: 142px;
  text-align: center;
  background-color: #efefef;
  margin: 0 60px 40px;
}
.area_news .btn_01 a {
  display: block;
  padding: 10px ;
}



/* area_info
---------------------------------------------------------- */
.area_info {
  background: url(/img/bg_info_01.jpg) center no-repeat;
  background-size: cover;
  padding: 170px 0 160px;
}
.area_info .box_txt {
  background-color:rgba(255, 255, 255, 0.9);
  width: 400px;
  margin: 0 auto;
  padding: 15px 30px 20px;
}
.area_info .box_txt .ttl_01 {
  font-size: 24px;
}
.area_info .box_txt .txt_01 {
}


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

}

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

.box_instagram {
  width: 48%;
  min-width: 550px;
  display: flex;
  padding-top: 50px;
}

.box_facebook {
    width: 48%;
  display: flex;
  padding-top: 50px;
}

.facebook {
  margin: auto;
}

.instagram {
  width: 315px;
  margin-left: 50%;
}

.instagram ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instagram ul li {
  width: 100px;
}
.instagram ul li img {
  margin-bottom: 10px;
}


/* area_business
---------------------------------------------------------- */
.area_business {
  margin: 0 0 70px;
}
.area_business .box_business_info {
  padding: 75px 0;
}
.area_business .box_business_info .ttl_01 {
  font-size: 28px;
}
.area_business .box_business_info .txt_01 {
}
.area_business .box_business_info .ttl_01,
.area_business .box_business_info .txt_01 {
  text-align: center;
}

/*box*/
.area_business .box_business {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 1140px;
  margin: 0 0 35px;
}
.area_business .box_business .box_img {
  width: 48%;
  min-width: 550px;
}
.area_business .box_business.reverse .box_img {
  order: 2;
}
.area_business .box_business .box_img img {
  width: 100%;
  height: auto;
}
.area_business .box_business .box_txt {
  width: 48%;
}
.area_business .box_business .box_txt_inner {
  margin:3% 0 0 0;
  width: 80%;
  /*width: 35%;
  min-width: 455px;*/
}
.area_business .box_business.reverse .box_txt {

}
.area_business .box_business.reverse .box_txt_inner {
  order: 1;
  margin: 3% 0 0 auto;
  width: 80%;
}
.area_business .box_business .box_txt .ttl_01 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.area_business .box_business .box_txt .ttl_01 span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}
.area_business .box_business .box_txt .ttl_01 span.ttl_02 {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}
.area_business .box_business .box_txt .txt_01 {
  margin-bottom: 35px;
}
.area_business .box_business .box_txt .btn_01 {
  width: 220px;
  background-color: #000;
  text-align: center;
  font-size: 18px;
}
.area_business .box_business.reverse .box_txt .btn_01 {
  margin: 0 0 0 auto;
}
.area_business .box_business .box_txt .btn_01 a {
  color: #fff;
  padding: 10px 0;
  display: block;
}




/* area_moririce
---------------------------------------------------------- */
.area_moririce {
  display: flex;
}
.area_moririce .box_txt {
  background-color: #868f3c;
  display: flex;
  padding-top: 50px;
}
.area_moririce .box_txt .ttl_01 {
  text-align: right;
  width: 35%;
}
.area_moririce .box_txt .ttl_01 img {
  margin-right: 20%;
}
.area_moririce .box_txt .txt_01 {
  color: #fff;
  width: 55%;
}
.area_moririce .box_txt .txt_01 .btn_01 {
  background-color: #000;
  width: 220px;
  text-align: center;
  margin: 30px 0 0;
}
.area_moririce .box_txt .btn_01 a {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  display: block;
}
.area_moririce .box_img {
}
.area_moririce .box_img img {
}



/* area_onlineshop
---------------------------------------------------------- */
.area_onlineshop {
  background: url(/img/bg_online_01.jpg) center top no-repeat; 
  width: 840px;
  height: 164px;
  margin: 80px auto 80px;
  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: 130px;
  margin:0 4px ;
  text-align: center;
  border-radius: 15px;
}
.area_onlineshop ul li a {
  color:#3e3a39 ;
  display: block;
}
.area_onlineshop .txt_01 {
  text-align: center;
  font-size: 28px;
  margin: 25px 0;
  font-weight: 500;
}

.insta_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 3vw 0 2vw;
}
 
.insta_list img{
    width: 13vw;
    padding: 0 .25vw;
}

/* area_morimemo
---------------------------------------------------------- */
.area_morimemo {
  margin: 0 auto 80px;
  text-align: center;
}


