.pure-img {
  margin: auto;/*トップページのみ画像中央*/
}
/*---------------------------------------------------------

メインスライダー

---------------------------------------------------------*/

.front-content-slider {
  margin-bottom: 2.0rem;
}
.main-slider_outer {
  width: 100%;
  padding: 1rem 0;
  border-top: 3px solid #005e4f;
  border-bottom: 3px solid #005e4f;
  background-size: auto auto;
  background-color: rgba(0, 91, 172, 0);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(0, 94, 79, 0.25) 1px, rgba(0, 94, 79, 0.25) 2px );
}
.ms-parent-id-1 > .master-slider {
  background: transparent!important;
}

/*swiper部分*/
    .swiper {
      width: 100%;
      height: auto;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      /*object-fit: cover;*/
      background-color: white;
    }

    .swiper {
      max-width: 1500px;
      /*max-height: 500px;*/
      width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      background-color: white;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    /*.mySwiper2 {
      max-width: 1500px;
      max-height: 500px;
      width: 100%;
      height: 100%;
    }*/

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 5px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: auto;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
      max-width: 1500px;
      max-height: 500px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
    .swiper-wrapper {
      width: 100%;
      height: auto;
    }

/*---------------------------------------------------------

新着情報

---------------------------------------------------------*/

.news-item {
  border-bottom: 1px dotted #000;
}
.news-item .news-item__inner {
  max-width: 800px;
  width: 100%;
  margin: 25px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: none !important;
  padding-bottom: 0;
}
.news-item .news-item__media {
  max-width: 120px;
  width: 100%;
}
.news-item .news-item__body {
  max-width: 640px;
  width: 100%;
  margin-left: 15px;/*1.5rem;*/
}
.blog-item__thumbnail-image {
  border-radius: 10px;
}
.news-item a {
  text-decoration: none;
  color: #000;
}
.news-item a:hover {
  text-decoration: underline;
  color: #00f;
}


@media screen and (max-width:376px){
  .news-item .news-item__inner {
    display: block;
  }
  .news-item .news-item__media {
    margin-bottom: 0.5rem;
  }
}

/*-食のチカラ新着情報--*/
.whatsnew p.all-list{/*一覧表示*/
	text-align:center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}

.whatsnew ul	{
	margin: 10px 0 0 0;
    padding: 0;
    font-size: 1.0em;
    line-height: 1.0em;
    list-style-type: none;
	}
.whatsnew li	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F60;
	margin-bottom:1.0em;
	padding-bottom: 0.5em;
    font-size: 1.05em;
}
.whatsnew_category {
	font-size:9px;
	color:#666;
}

.whatsnew li.new {
	background-image: url(/common/img/new.gif);
	background-repeat: no-repeat;
	background-position: 0px -3px;
}

.whatsnew li span.date{ margin-left:35px; }
.whatsnew li span.date {
    margin-left: 35px;
    display: block;
    margin-bottom: 10px;
}
.whatsnew li .title { margin-left:30px; }
.whatsnew li .fa-file-text-o {margin-right:5px;}

.whatsnew li a { text-decoration:none; color:#00657d; }
.whatsnew li a:hover {text-decoration:none; color:#F00;text-decoration: underline ;}

ul.widgetBNR-front {
  margin: 0;
  padding: 0;
  margin-top: 1.5rem;
}
ul.widgetBNR-front li {
  padding: 0.25rem;
}
@media screen and (max-width:768px){
  .payment {
    justify-content: center;
  }
}

.hl-category {
  border: 1px #F00 solid;
  padding: 0 0.25rem;
  margin: 0 0.5rem;
}
.entry-icon-new{
  padding: 0 0.25rem;
  margin: 0 0.5rem;
  color: #FFF;
  background-color: #F00;
}
/*強調告知（大曲花火弁当等）*/
.announcement{
	border: 1px dotted #F00;
	text-align:center;
	margin:20px 0;
	font-size:1.25em;
	border: 1px solid #ccc;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;}
.announcement a{
	line-height:2.0em;
	display:block;
	text-decoration:none;	
}
.announcement a:hover{
	color:#FFF!important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7b0d+0,ffa84c+100 */
background: rgb(255,123,13); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,123,13,1) 0%, rgba(255,168,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-9 */
}
/*緊急告知2020コロナウィルス対応*/
.announcementCW {
    border: 1px dotted #F00;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 1.25em;
    border: 1px solid #ccc;
    background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
    background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.announcementCW a{
	line-height:2.0em;
	display:block;
	text-decoration:none;
	color:#FFF !important;	
}
.announcementCW a:hover{
	color:#FFF!important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7b0d+0,ffa84c+100 */
background: rgb(255,123,13); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,123,13,1) 0%, rgba(255,168,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-9 */
}


/*ポストイットパネル部分*/
/*モバイル*/
ul.box-front {
  margin: 0;
  padding: 0;
}

/*PC*/
@media screen and (min-width: 1025px) {

  ul.box-front{
    margin-top: 3.5rem;
  }
  ul.box-front li img{
  	width:95%;
  }
  .whatsnew li span.date{ 
    display: inline;
  	margin-bottom: 0;
  }
  .recommend{
	  padding-top:20px;
	  padding-bottom:20px;
    margin: auto;
  }
  .entry-header, .entry-list{
  	/*padding-bottom:20px;*/
  }
  .entry-list {
    max-width: 800px;
    margin: auto;
    font-size: 1.5rem;
  }
  .page-content, .entry-content, .entry-summary {
    margin: 0;
}
  .widgetBNR-front img.pure-img{
	  max-width: 100%;
    margin-bottom: 0;
    /*padding: 1rem 1rem 0.5rem 0;*/
  }

  .whatsnew	{
	  position:relative;
  }
  .whatsnew p.all-list{
  	text-align:center;
	  border-bottom-width:0px;
	  border-bottom-style: none;
	  border-bottom-color: #FFF;
  }

  .whatsnew p.all-list a{
    position: absolute;
    text-decoration:none;
    top: 12px;
    right: 10px;
    padding: 3px 5px;
    display: block;
    /* border-radius */
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;

    /* border */
      border:1px solid #CCC;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,f6f6f6+53,ffffff+100 */
    background: rgb(237,237,237); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }
  .whatsnew p.all-list a:hover{
  	color:#F00;
  	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100 */
  	background: rgb(255,255,255); /* Old browsers */
  	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
  	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
  	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */	
  }

}

/**/
/*---------------------------------------------------------

チラシリストボタン

---------------------------------------------------------*/
.leaflet_list li a {
  background-image: url("/pict/service/leaflet.webp");
  background-size: cover;
  background-position: 0px -50px;
  background-color:rgba(255,255,255,0.9);
  background-blend-mode:lighten;
  /*background-repeat: no-repeat;*/
  background-repeat: repeat;
  overflow: hidden;
}
/*店舗ページの３列並びリンクボタン設定流用*/
.leaflet_list span {
  font-size: 1rem;
  padding-right: 0.5rem;
}
ul.service-icon {
  margin: 0 auto;
  padding: 0;
}
.service-icon li {
  padding: 0;
}
.btnset {
  justify-content: center;
}
.btnset.btn,
.btnset a.btn {
  /*font-size: 1.6rem;*/
  /*font-weight: 700;*/
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0.25rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: -0.05rem;
  color: #212529;
  border-radius: 0.5rem;
  width: 99%;
  margin: 0.1rem auto;
  font-family: 'Oswald','Noto Sans JP',sans-serif;
  /*font-family:'Helvetica','MS Gothic','ヒラギノ角ゴシック',sans-serif;*/
  /*font-weight: 700;*/
  /*font-weight: 900;*/
  color: #128b42;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Oswald';
  font-weight: 400;
}
@media (min-width: 64em) {
  .btnset a.btn {
    font-size: calc(1rem + ((1vw - 0.64rem) * 2.1277));
    min-height: 0vw;
  }
}
@media (min-width: 87.5em) {
  .btnset a.btn {
    font-size: 1.5rem;
  }
}
a.btn img {
  width: 70px;
  height: auto;
}
  /*リンクボタン設定のボタンカラー設定*/
a.btn-radius-solid {
  border: 1px solid #ccc;
  background: #f1e767;
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
  color: #F00;
}
/*ここまで３列並びリンクボタン設定*/

/**/

img.service-bnr {
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  margin: 0;
}

/**/
@media screen and (max-width:500px){
.top-recruitment h1 span {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
}
