@charset "UTF-8";
/* 
 style info : topスタイル

2018/9/24
 */
/*----------------------------------------------------
	#main-visual
----------------------------------------------------*/
#main-visual {
  width: 85%;
  margin: auto;
}

#main-visual, #main-visual_sp {
  margin-bottom: 40px;
}

#main-visual ul li img, #main-visual_sp ul li img {
  width: 100%;
  height: auto;
}

/*slick　矢印ボタン*/
@media screen and (min-width: 769px), print {
  .slick-prev::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../img/common/icon_arrow_orangeL_left.png);
    background-size: 42px;
  }
  .slick-next::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../img/common/icon_arrow_orangeL_right.png);
    background-size: 42px;
  }
  .slick-prev {
    top: 47%;
    left: 2%;
    z-index: 3;
    width: 42px;
    height: 42px;
  }
  .slick-next {
    top: 47%;
    right: 2%;
    z-index: 3;
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .slick-prev::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/common/icon_arrow_orangeL_left.png);
    background-size: 21px;
  }
  .slick-next::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/common/icon_arrow_orangeL_right.png);
    background-size: 21px;
  }
  .slick-prev {
    top: 47%;
    left: 15px;
    z-index: 3;
  }
  .slick-next {
    top: 47%;
    right: 15px;
    z-index: 3;
  }
}
/*slick　ドット*/
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  font-size: 8px;
}

.bg_wrap {
  background: url(../img/top/top_bg.jpg);
  background-size: cover;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents {
  width: 100%;
}

#contents section {
  margin: 20px auto 70px;
}

section h3 {
  text-align: center;
  margin-bottom: 40px;
}

.group-area, .news-area, .announce-area {
  width: 980px;
}

#contents section.announce-area {
  margin: 70px auto 30px;
}

@media screen and (max-width: 768px) {
  .group-area, .news-area, .announce-area {
    width: 100%;
  }
  #contents section.announce-area {
    margin: 20px auto;
  }
}
/*announce-area (2019.09.30修正/2021.10.5追加修正)
----------------------------------------------------*/
.announce-area p {
  background: #fff;
  border: 2px solid #ccc;
  text-align: center;
  font-size: 1.8rem;
}

.announce-area p a {
  padding: 20px 30px;
  color: #333;
  display: block;
}

/*  .announce-area p:hover{
	  background:#EFEFEF;
	  transition: 0.6s ;
  }*/
.announce-area p:nth-of-type(n+2) {
  margin-top: 20px;
}

.meeting_news p {
  border: 2px solid #333;
}

@media screen and (max-width: 768px) {
  /* .announce-area br{
    display:none;
  }*/
  .announce-area p {
    text-align: left;
    font-size: 1.6rem;
  }
  .announce-area p span {
    display: block;
  }
}
/*追加2021.07 メンテナンス用*/
.announce-area div {
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 30px;
  color: #333;
  width: 60%;
  margin: auto;
}

.announce-area div h4 {
  background: #EFEFEF;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.announce-area div p {
  border: none;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .announce-area div {
    padding: 20px;
    width: initial;
  }
  .announce-area div p {
    text-align: left;
  }
}
/*追加2022.08 メンテナンス用*/
@media screen and (min-width: 769px) {
  .announce_notice {
    width: 85%;
    margin: auto;
  }
}
.announce_notice {
  margin-top: 10px;
  text-align: left;
  font-size: 1.2rem;
}

/*bnr-area (2021.2追加)
 ----------------------------------------------------*/
.bnr-area {
  width: 980px;
  margin: 0 auto 60px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .bnr-area {
    width: 95%;
    margin-bottom: 30px;
  }
}
/*contents-area
----------------------------------------------------*/
.contents-area {
  text-align: center;
}

.contents-bnr {
  /* width:85%;*/
  width: 75%;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center; /*2022.9.2追加*/
  flex-wrap: wrap;
}

.contents-bnr li {
  /*width:45%;*/
  /*width:32%;*/
  width: 45%;
  height: 200px;
  margin: 20px 0;
  margin-right: 2%;
}

.contents-bnr li:nth-of-type(2n) {
  margin-right: 0;
}

.rectangle {
  /*min-width:430px;*/
  min-width: 300px;
  height: 100%;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.rectangle a {
  display: block;
  width: 100%;
  height: 100%;
}

.contents-bnr li.about .rectangle {
  background: #fff url(../img/top/content_bnr_ttl_about.png) no-repeat right bottom;
}

.contents-bnr li.ir .rectangle {
  background-image: url(../img/top/content_bnr_ttl_ir.png), url(../img/top/content_bnr_ir_bg.gif);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

.contents-bnr li.eatime .rectangle {
  background-image: url(../img/top/content_bnr_ttl_eatime.png), url(../img/top/content_bnr_eatime_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

.contents-bnr li.kabunushi .rectangle {
  background-image: url(../img/top/content_bnr_ttl_kabunushi.png), url(../img/top/content_bnr_kabunushi_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

.contents-bnr li.recruit .rectangle {
  background-image: url(../img/top/content_bnr_ttl_recruit.png), url(../img/top/content_bnr_recruit_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

.contents-bnr li.recipe .rectangle {
  background-image: url(../img/top/content_bnr_ttl_recipe.png), url(../img/top/content_bnr_recipe_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

.contents-bnr li.userrecipe .rectangle {
  background-image: url(../img/top/content_bnr_ttl_userrecipe.png), url(../img/top/content_bnr_userrecipe_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

.contents-bnr li.eatimenews .rectangle {
  background-image: url(../img/top/content_bnr_ttl_eatimenews.png), url(../img/top/content_bnr_eatimenews_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

/*2021.12 追加*/
.contents-bnr li.ignica .rectangle {
  background: #fff url(../img/top/content_bnr_ttl_ignica.png) no-repeat right bottom;
}

.contents-bnr li.od .rectangle {
  background-image: url(../img/top/content_bnr_ttl_od.png), url(../img/top/content_bnr_od_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

.contents-bnr li.green .rectangle {
  background-image: url(../img/top/content_bnr_ttl_green.png), url(../img/top/content_bnr_green_bg202310_2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

.contents-bnr li.ignica .rectangle img, .contents-bnr li.od .rectangle img, .contents-bnr li.green .rectangle img {
  max-width: 350px;
}

/*end 2021.12 追加*/
.contents-bnr li.ir .rectangle a {
  height: 0;
  padding-top: 200px;
  overflow: hidden;
}

.contents-bnr li.about .rectangle img {
  margin-top: 20px;
  max-width: 350px;
}

.contents-bnr li.eatime .rectangle img {
  margin-top: 40px;
  margin-left: 20px;
  max-width: 220px;
}

.contents-bnr li.kabunushi .rectangle img {
  margin-top: 10px;
  max-width: 350px;
}

.contents-bnr li.recruit .rectangle img {
  margin-top: 20px;
  max-width: 230px;
}

.contents-bnr li.recipe .rectangle img {
  margin-top: 5px;
  max-width: 350px;
}

.contents-bnr li.userrecipe .rectangle img {
  margin-top: 5px;
  max-width: 350px;
}

.contents-bnr li.eatimenews .rectangle img {
  margin-top: 5px;
  max-width: 350px;
}

/*hoverアニメーション*/
.rectangle:hover {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}

@media screen and (max-width: 980px) {
  .contents-bnr li {
    width: 47%;
  }
  .contents-bnr li, .contents-bnr li:nth-of-type(3n) {
    margin-right: 3%;
  }
  .contents-bnr li:nth-of-type(2n) {
    margin-right: 0;
  }
  .contents-bnr li.recruit .rectangle img {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents-bnr {
    display: block;
    width: 85%;
  }
  .contents-bnr li {
    width: 100%;
    height: 150px;
    margin: 20px 0;
  }
  .rectangle {
    min-width: 100%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .contents-bnr li.about .rectangle {
    background: #fff url(../img/top/content_bnr_ttl_about.png) no-repeat right bottom;
    background-size: 205px;
  }
  .contents-bnr li.ir .rectangle {
    background-image: url(../img/top/content_bnr_ttl_ir.png), url(../img/top/content_bnr_ir_bg.gif);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
    background-size: 205px, cover;
  }
  .contents-bnr li.ir .rectangle a {
    height: 0;
    padding-top: 150px;
    overflow: hidden;
  }
  .contents-bnr li.eatime .rectangle {
    background-image: url(../img/top/content_bnr_ttl_eatime.png), url(../img/top/content_bnr_eatime_bg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
    background-size: 205px, cover;
  }
  .contents-bnr li.kabunushi .rectangle {
    background-image: url(../img/top/content_bnr_ttl_kabunushi.png), url(../img/top/content_bnr_kabunushi_bg_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
    background-size: 205px, cover;
  }
  .contents-bnr li.recruit .rectangle {
    background-image: url(../img/top/content_bnr_ttl_recruit.png), url(../img/top/content_bnr_recruit_bg_sp.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
    background-size: 205px, cover;
  }
  .contents-bnr li.recipe .rectangle {
    background-image: url(../img/top/content_bnr_ttl_recipe.png), url(../img/top/content_bnr_recipe_bg_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
    background-size: 205px, cover;
  }
  .contents-bnr li.userrecipe .rectangle {
    background-image: url(../img/top/content_bnr_ttl_userrecipe.png), url(../img/top/content_bnr_userrecipe_bg_sp.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
    background-size: 205px, cover;
  }
  .contents-bnr li.eatimenews .rectangle {
    background-image: url(../img/top/content_bnr_ttl_eatimenews.png), url(../img/top/content_bnr_eatimenews_bg_sp.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
    background-size: 205px, cover;
  }
  .contents-bnr li.about .rectangle img {
    margin-top: 10px;
    width: initial;
    width: auto;
    max-width: 80%;
    max-height: 130px;
  }
  .contents-bnr li.eatime .rectangle a, .contents-bnr li.kabunushi .rectangle a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .contents-bnr li.eatime .rectangle img {
    margin: 0 0 15px;
    width: 60%;
    max-width: 160px;
    min-width: 140px;
  }
  /*.contents-bnr li:nth-of-type(4) .rectangle img{
  	margin:0;
  	width:initial;
  	width:auto;
  	max-width:100%;
  	max-height:150px;
  }*/
  .contents-bnr li.kabunushi .rectangle img {
    margin-top: 10px;
    width: initial;
    width: auto;
    max-width: 80%;
    max-height: 130px;
  }
  .contents-bnr li.recruit .rectangle img {
    width: initial;
    width: auto;
    max-width: 80%;
    max-height: 130px;
  }
  .contents-bnr li.recipe .rectangle img {
    width: initial;
    width: auto;
    max-width: 80%;
    max-height: 130px;
  }
  .contents-bnr li.userrecipe .rectangle img {
    width: initial;
    width: auto;
    max-width: 80%;
    max-height: 130px;
  }
  .contents-bnr li.eatimenews .rectangle img {
    width: initial;
    width: auto;
    max-width: 80%;
    max-height: 130px;
  }
  /*2021.12追加*/
  .contents-bnr li.ignica .rectangle {
    background: #fff url(../img/top/content_bnr_ttl_ignica.png) no-repeat right bottom;
    background-size: 205px;
  }
  .contents-bnr li.od .rectangle {
    background-image: url(../img/top/content_bnr_ttl_od.png), url(../img/top/content_bnr_od_bg_sp.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
    background-size: 205px, cover;
  }
  .contents-bnr li.green .rectangle {
    background-image: url(../img/top/content_bnr_ttl_green.png), url(../img/top/content_bnr_green_bg_sp202310_2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
    background-size: 205px, cover;
  }
  .contents-bnr li.ignica .rectangle img {
    width: initial;
    width: auto;
    max-width: 80%;
    max-height: 130px;
  }
  .contents-bnr li.od .rectangle img {
    width: initial;
    width: auto;
    max-width: 80%;
    max-height: 130px;
  }
  .contents-bnr li.green .rectangle img {
    width: initial;
    width: auto;
    max-width: 80%;
    max-height: 130px;
  }
}
/*2022.09追加*/
.contents-bnr li.eatimechef .rectangle {
  background-image: url(../img/top/content_bnr_ttl_eatimechef.png), url(../img/top/content_bnr_eatimechef_bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

.contents-bnr li.eatimechef .rectangle img {
  margin-top: 50px;
  /*margin-left:30px;*/
  max-width: 225px;
}

@media screen and (max-width: 768px) {
  .contents-bnr li.eatimechef .rectangle {
    background-image: url(../img/top/content_bnr_ttl_eatimechef.png), url(../img/top/content_bnr_eatimechef_bg_sp.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, center center;
    background-size: 205px, cover;
  }
  .contents-bnr li.eatimechef .rectangle img {
    width: initial;
    width: auto;
    max-width: 80%;
    max-height: 130px;
    margin-top: 20px;
  }
}
/*2022.10.3追加 eatimeWEB*/
.contents-bnr li.eatimeweb .rectangle {
  background-image: url(../img/top/content_bnr_ttl_eatimeWEB.png), url(../img/top/content_bnr_eatimeWEB_bg20250616.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  background-size: auto, cover;
}

.contents-bnr li.eatimeweb .rectangle img {
  margin-top: 0px;
  max-width: 390px;
}

@media screen and (max-width: 768px) {
  .contents-bnr li.eatimeweb .rectangle {
    background-image: url(../img/top/content_bnr_ttl_eatimeWEB.png), url(../img/top/content_bnr_eatimeWEB_bg_sp20250616.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, bottom center;
    background-size: 205px, cover;
  }
  .contents-bnr li.eatimeweb .rectangle img {
    width: initial;
    width: auto;
    max-width: 100%;
    margin-top: 10px;
  }
}
/* group
----------------------------------------------------*/
/*ボタン*/
.group-bnr {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: auto;
}

.group-bnr li {
  width: 25%;
  min-width: 220px;
  height: 220px;
  float: left;
  display: flex;
  align-items: center;
}

.circle {
  width: 210px;
  height: 210px;
  margin: auto;
  text-align: center;
}

.circle img {
  vertical-align: middle;
  margin-top: 35px;
  width: 180px;
}

.round {
  /*-webkit-transition: -webkit-all 0.5s cubic-bezier(.25,.1,.25,1);
  transition: all 0.5s cubic-bezier(.25,.1,.25,1);*/
  transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.round {
  border-radius: 50%;
  border: 0px solid #ffe2d6;
  background-color: #fff;
}

.round:hover {
  border: 10px solid #ffe2d6;
  /*box-shadow:0px 0px 8px 5px #ffe2d6;*/
}

@media screen and (max-width: 768px) {
  .group-bnr {
    flex-direction: column;
    width: 100%;
  }
  .group-bnr li {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 0 20px;
  }
}
/* news
----------------------------------------------------*/
.leftbox {
  float: left;
  width: 475px;
  height: 490px;
}

.rightbox {
  float: left;
  margin-left: 30px;
  width: 475px;
  height: 490px;
}

@media screen and (max-width: 768px) {
  .leftbox, .rightbox {
    float: none;
    margin: 0;
    width: 100%;
    height: initial;
    height: auto;
  }
}
.update, .news, .notices {
  background: #fff;
  border: 1px solid #f3f3f3;
  padding: 20px;
  box-sizing: border-box;
}

.news-area {
  font-size: 1.5rem;
}

.news-area h4 {
  border-bottom: 1px solid #e7380d;
  padding: 5px 0px;
}

.news-area h4 img {
  width: 150px;
}

.news-area dd a {
  /*color:#333;*/
}

/*更新情報*/
/*ニュース*/
.news {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .update dl, .news dl {
    margin: 20px 0 0;
    padding: 0 5px;
    overflow: auto;
    height: 380px;
  }
}
.news dl {
  margin: 0;
}

.update dt, .news dt {
  padding: 10px 0 0;
}

.update dd, .news dd {
  padding: 3px 0 10px;
}

.update dd, .news dd {
  border-bottom: 1px solid #b3b3b3;
}

.news dd a {
  display: block;
  padding-right: 5px;
}

.news dd a[href$=".pdf"], .news dd a.pdf {
  background: url(../img/common/icon-pdf-m.png) no-repeat 97% center;
  padding-right: 35px;
}

.news span.a-new {
  background-color: #ffd00b;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
  padding: 3px 10px;
  /*margin: 0px 0 -20px;
  position: relative;
  top: 0;
  left: 0;*/
}

/*2019.1 カテゴリ追加*/
.news span.a-category {
  white-space: nowrap;
  text-align: center;
  font-size: 0.8em;
  padding-left: 8px;
  /* float: right;*/
}

.news span.a-category span {
  width: 8em;
  display: inline-block;
  color: #333333;
  padding: 3px 8px;
  border: 1px solid #333333;
  background: #fff;
}

.news span.a-category span.finance {
  color: #3377ff;
  border: 1px solid #3377ff;
}

.news span.a-category span.nom-notice {
  color: #ff7033;
  border: 1px solid #ff7033;
}

.news span.a-category span.imp-notice {
  color: #e7380d;
  border: 1px solid #e7380d;
}

/*2019.1 カテゴリ追加ここまで*/
.more {
  text-align: right;
  margin-top: -30px;
  margin-bottom: 20px;
}

.more a {
  color: #4d4d4d;
  text-decoration: none;
  background: url(../img/common/icon_arrow_orangeL_right.png) no-repeat right center;
  background-size: 15px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .news-area {
    font-size: 1.4rem;
  }
  .update dl, .news dl {
    margin: 20px 0 0;
    padding: 0 5px;
  }
  .news dl {
    margin: 0;
  }
}
/*重要なお知らせ*/
.notices {
  margin-top: 20px;
}

.notices dt {
  clear: left;
  float: left;
  width: 10em;
  padding: 6px 0;
}

.notices dd {
  margin-left: 8em;
  padding: 6px 0;
}

.notices dt, .notices dd {
  border-top: 1px solid #b3b3b3;
}

.notices dt:first-of-type, .notices dd:first-of-type {
  border: none;
}

.notices dd a {
  display: block;
  padding-right: 5px;
}

.notices dd a[href$=".pdf"] {
  background: url(../img/common/icon-pdf-m.png) no-repeat 97% center;
  padding-right: 45px;
}

@media screen and (max-width: 768px) {
  .notices dt {
    float: none;
    width: auto;
    width: initial;
    padding: 6px 0 0;
  }
  .notices dd {
    margin-left: 0;
    padding: 3px 0 6px;
  }
  .notices dd {
    border-top: none;
  }
}
/*株主専用ページリンク*/
.kabunushi_info {
  display: block;
  margin: 20px auto 25px;
  text-align: center;
  color: #E7390F;
}

.kabunushi_info span.kabunushi_inner {
  background: #fff;
  border: 2px solid #E7390F;
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 0;
  display: block;
}

.kabunushi_info span.small {
  display: block;
  padding: 20px 30px 0;
  font-size: 16px;
}

.kabunushi_pdf {
  padding-bottom: 50px;
  text-align: center;
}

.kabunushi_pdf a {
  font-size: 1.8rem;
  color: #E7390F;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  kabunushi_info {
    width: 95%;
  }
  .kabunushi_info span.kabunushi_inner {
    padding: 10px 20px;
    text-align: center;
  }
  .kabunushi_pdf a {
    padding: 0;
  }
  .kabunushi_info span.small {
    padding: 10px 0 0;
    font-size: 14px;
  }
  .kabunushi_pdf a {
    padding-top: 10px;
  }
  .kabunushi_info span.kabunushi_inner {
    text-align: left;
    font-size: 1.6rem;
  }
  .kabunushi_info span.small {
    display: block;
  }
}

/*# sourceMappingURL=top.css.map */