@charset "utf-8";

/***************************************************
  enjoy.css
***************************************************/

/* メニューなし
--------------------------------------------------*/


/* メインビジュアル */
.mainvisual-company{
  width: 100%;
  height: 350px;
  background-size: cover;
}
.mainvisual-company .contents-inner{
  height: 350px;
  display: table;
}
.txt-mainvisual-company{
  display: table-cell;
  vertical-align: middle;
}
.txt-mainvisual-company .title-mainvisual{
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
.txt-mainvisual-company p{
  line-height: 25px;
}
.mainvisual-company .text-02 {
  display: none;
}
@media only screen and (max-width: 640px) {
  .mainvisual-company{
    height: 200px;
  }
  .txt-mainvisual-company {
    vertical-align: top;
    padding-top: 25px;
  }
  .mainvisual-company .contents-inner{
    height: 200px;
  }
  .txt-mainvisual-company .title-mainvisual{
    font-size: 19px;
    margin-bottom: 10px;
  }
  .txt-mainvisual-company p{
    line-height: 16px;
  }
  .mainvisual-company .text-01 {
    display: none;
  }
  .mainvisual-company .text-02 {
    display: block;
    padding: 20px 20px 20px;
    background-color: #eeede9;
    color: #65562d;
    font-size: 12px;
  }
}


/* 4カラム */
ul.column.col4 li{
  width: 23%;
  margin-right: 2.66666%;
  float: left;
  margin-bottom: 30px;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
}
ul.column.col4 li p{
  margin-bottom: 0;
  margin-top: 0;
}
ul.column.col4 a{
  display: block;
}
ul.column.col4 li:hover{
  background: rgba(146, 135, 105, 0.2);
  transition: all 0.2s ease;
}
ul.column.col4 li:hover img{
  opacity: 0.8;
}
ul.column.col4 li:nth-child(4n){
  margin-right: 0;
}

/* 2カラム */
ul.column.col2 > li{
  width: 48%;
  float: left;
  margin: 70px 0 100px;
  margin-right: 4%;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  height: 258px;
  padding: 10px;
}
ul.column.col2 > li:nth-child(2n){
  margin-right: 0;
}

/* 3カラム */
ul.column.col3 > li{
  width: 31.6%;
  float: left;
  margin-right: 2.6%;
  margin-bottom: 30px;
}
ul.column.col3 > li:nth-child(3n){
  margin-right: 0;
}
ul.column a{
  text-decoration: none;
}
/* カラム sp2 */
@media only screen and (max-width: 640px) {
  ul.column.sp2 > li{
    width: 47%;
    margin-bottom: 15px;
    margin-right: 6%;
  }
  ul.column.sp2 > li:nth-child(3n){
    margin-right: 6%;
  }
  ul.column.sp2 > li:nth-child(2n){
    margin-right: 0;
  }
}
/* カラム sp1 */
@media only screen and (max-width: 640px) {
  ul.column.sp1 > li{
    width: 100%;
    margin: 20px 0;
  }
}

/* カラム内テキスト */
.box-colum-txt{
  padding: 10px 15px;
}
.txt-arrow{
  width: 100%;
  display: table;
  background: url("/shared/img/svg/ar01.svg")no-repeat center right;
}
.column .txt-arrow p{
  font-size: 16px;
  font-weight: bold;
  color: #df0000;
  display: table-cell;
  position: relative;
  padding-right: 30px;
  vertical-align: middle;
}
.column .txt-arrow.txt-blank p:before {
  content: "";
  width: 23px;
  height: 17px;
  background: url("/shared/img/svg/icon_window02.svg")no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.column .txt-arrow.txt-blank p:after {
  background: inherit;
}
.txt-yellow{
  font-size: 12px;
  color: #64562f;
  margin-top: 8px;
}
ul.column.col4 li p.txt-yellow{
  margin-top: 8px;
}
.column-list{
  margin-top: 13px;
}
.column-list li{
  font-size: 12px;
  color: #64562f;
  padding-left: 24px;
  line-height: 22px;
  position: relative;
}
.column-list li:before{
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 12px;
  background: url(/shared/img/svg/cur05.svg)no-repeat center;
  background-size: 5px 10px;
  background-position: center;
}
.column-list a{
  color: #64562f;
  font-size: 16px;
}
@media only screen and (max-width: 640px){
  .column .txt-arrow p{
    font-size: 15px;
  }
  .box-colum-txt{
    padding: 11px 15px;
  }
}


/* カラム内レイアウト */
.box-link{
  text-align: center;
}
ul.column.col2 > li .box-link{
  width: 100%;
  height: 100%;
  background: url("https://dummyimage.com/560x242/000000/ffffff")no-repeat center;
  background-size: cover;
}
.box-link p{
  font-size: 28px;
  color: #fff;
  line-height: 258px;
  font-weight: bold;
}
.column-shadow{
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
}
.column-shadow a:hover {
  text-decoration: none;
}
.column-shadow a:hover .box-colum-txt {
  background: rgba(146, 135, 105, 0.2);
  transition: all 0.2s ease;
}
.column-shadow a:hover img{
  opacity: 0.8;
}
.ico_blank:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 17px;
  background: url("/shared/img/svg/icon_window02.svg")no-repeat center left 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.under-weigh-line h2 a{
  text-decoration: none;
}
.under-weigh-line h2:hover{
  opacity: 0.4;
}
ul.column.col3.sp1 {
  margin-top: 29px;
}
ul.column.col3.sp1 p {
  margin-bottom: 0;
}
.column.col2  > li:first-child {
  width: 48%;
  float: left;
  position: relative;
  height: inherit;
}
ul.column.col2 > li:nth-child(2n) {
  position: relative;
  height: auto;
}
.column.col2  > li {
  box-sizing: border-box;
  box-shadow: ;
  padding: 10px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  height: 260px;
}
.column.col2 a {
  display: block;
  position: relative;
}
.column.col2 a {
  display: block;
  position: relative;
}
.column.col2 a:hover {
  text-decoration: none;
}
ul.column.col3.sp1 img {
  width: 100%;
}
h4.txt-csr {
  position: absolute;
  font-size: 26px;
  display: block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
}
ul.column li img{
  width: 100%;
}
@media only screen and (max-width: 640px) {
  ul.column.col3.sp1 {
    margin-top: 139px;
  }
  .column.col2  > li:first-child {
    width: 100%;
    float: left;
  }
  ul.column.col2 > li {
    height: inherit;
  }
  h4.txt-csr {
    font-size: 20px;
  }
  .txt-csr p {
    font-size: 12px;
  }
  .under-weigh-line.first {
    padding: 70px 0 25px;
  }
  .under-weigh-line {
    padding: 20px 0 25px;
  }
}
.under-weigh-line {
  width: 100%;
  text-align: center;
  display: block;
  padding: 50px 0 50px;
}
.under-weigh-line .inner {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 3px solid #e10000;
  display: inline-block;
  padding-bottom: 8px;
}
.under-weigh-line h2 a {
  text-decoration: none;
}
.under-weigh-line h2:hover {
  opacity: 0.4;
}
@media only screen and (max-width: 640px){
  .under-weigh-line.first {
    padding: 30px 0 25px;
  }
  .under-weigh-line .inner {
    font-size: 16px;
  }
}
.box-title-01 {
  margin-bottom: 12px;
  padding-top: 12px;
}
.box-title-01 .name {
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
}
.ttl-01-box {
  max-width: 1200px;
  padding: 0 0;
  margin: 0 auto;
}
.ttl-01-box .ttl-01 {
  margin-bottom: 35px;
  padding-top: 20px;
  border-top: 3px solid #e10000;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 640px){
  .box-title-01 {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .box-title-01 .name {
    font-size: 22px;
  }
  .ttl-01-box {
    padding-top: 20px;
    border-top: 3px solid #e10000;
    padding: 0 20px;
    margin: 0 -20px;
  }
  .ttl-01-box .ttl-01 {
    margin-bottom: 0;
    font-size: 20px;
    padding-top: 13px;
    padding: 30px 0;
    border-top: none;
  }
}
.list-box-campaign{
  margin-bottom: 50px;
}
.list-box-campaign .list-box-campaign-left{
  float: left;
  width: 48%;
  padding: 10px;
}
.list-box-campaign .list-box-campaign-right{
  float: right;
  width: 48%;
}
.list-box-campaign p.ttl-list-box-campaign{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
p.ttl-list-box-campaign img{
  margin-right: 0;
  width: 23px;
  height: auto;
  padding-left: 5px;
}
p.txt-list-box-campaign span{
  font-weight: bold;
}
p.ttl-list-box-campaign + p span span.txt-end-red{
  color: #e10000;
}
@media only screen and (min-width: 641px) {
  .list-box-campaign:hover{
    background: rgba(146, 135, 105, 0.2);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .list-box-campaign:hover .list-box-campaign-right img{
    opacity: 0.6;
  }
}
a.btn-01 {
  display: block;
  width: 220px;
  height: 56px;
  border: 1px solid #707070;
  text-align: center;
  line-height: 56px;
  margin: 0 auto;
  background-image: url(/shared/img/svg/ar08.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
a.btn-02 {
  display: block;
  width: 260px;
  height: 56px;
  border: 1px solid #707070;
  text-align: center;
  line-height: 56px;
  margin: 0 auto;
  background-image: url(/shared/img/svg/ar08.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
a.btn-01:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url(/shared/img/svg/ar02.svg);
}
.box-buttan-01 {
  padding-top: 15px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .list-box-campaign .list-box-campaign-right,.list-box-campaign .list-box-campaign-left {
    float: none;
    width: 100%;
  }
  .list-box-campaign .list-box-campaign-right{
    margin-bottom: 10px;
  }
  .list-box-campaign p.ttl-list-box-campaign{
    font-size: 15px;
  }
  .txt-list-box-campaign{
    font-size: 13px;
  }
  .list-box-campaign a{
    text-decoration: none
  }
}
.move-left{
  max-width: 600px;
  max-height: 336px;
  width: 50%;
  padding-top: 28.125%;
  float: left;
  position: relative;
}
.move-left iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.move-right{
  max-width: 561px;
  width: 48%;
  float: right;
  position: relative;
  /* padding-top: 40px; */
  box-sizing: border-box;
}
.move-right ul:first-child li:first-child{
  /* padding-top: 45px; */
  float: left;
  width: 60%;
}
.move-right ul:first-child li:first-child a:hover{
  text-decoration: noen;
}
.move-right ul:first-child li:first-child p:first-child{
  color: #e10000;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.move-right ul li:nth-child(2) p {
  text-align: center;
}
.move-right ul li:nth-child(2) p:nth-child(2) {
  margin-top: 10px;
}
.move-right ul:first-child li:first-child p:nth-child(2){
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.move-right ul:first-child li:first-child p:nth-child(3){
  font-size: 12px;
  color: #65562d;
  margin-bottom: 10px;
  min-height: 57px;
}
.move-right ul:first-child li:first-child p:last-child{
  background-repeat: no-repeat;
  background-position: center right 68px;
  line-height: 1em;
  color: inherit;
  font-size: 16px;
  font-weight: inherit;
}
.move-right ul:first-child li:first-child p:last-child:after{
  background: url(/shared/img/svg/ar08.svg) right center no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  width: 8px;
  padding-left: 5%;
}
.move-right ul:first-child li:last-child{
  float:right;
  width: 30%;
  margin-right: 10px;
}
.move-right ul.link-cm{
  width: 100%;
  margin-top: 35px;
}
.move-right ul.link-cm li:first-child{
  width: 48%;
  float: left;
}
.move-right .btn-01{
  width: 100%;
}
.move-right ul.link-cm li:last-child{
  width: 48%;
  float: right;
}
.move-right .btn-02{
  text-align: center;
  line-height: 56px;
  display: block;
  height: 56px;
  border: 1px solid #707070;
  background-image: url("/shared/img/svg/ar08.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.move-right .btn-02:hover{
  text-decoration: none;
}

a.btn-02:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url("/shared/img/svg/ar02.svg");
}
.move-right .btn-02 p{
  display: inline;
}
.move-right li img{
  max-width: 136px;
  width: 100%;
}
.box-news{
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .move-left,.move-right{
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .move-left{
    width: 100%;
    padding-top: 56.25%;
  }
  .move-right{
    height: auto;
    padding-top: 30px;
  }
  .move-right ul:first-child li:first-child{
    padding-top: 0;
  }
  .move-right ul:first-child li:first-child p:first-child{
    font-size: 15px;
    margin-bottom: 3px;
  }
  .move-right ul:first-child li:first-child p:nth-child(2){
    font-size: 19px;
    margin-bottom: 10px;
  }
  .move-right ul:first-child li:first-child p:nth-child(3){
    font-size: 13px;
    margin-bottom: 30px;
  }
  .move-right ul:first-child li:last-child{
    margin-right: 20px;
    width: 24%;
  }
  .move-right ul.link-cm li:first-child,.move-right ul.link-cm li:last-child{
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .move-right .btn-01,.move-right .btn-02{
    position: static;
    margin: 15px auto 0;
    height: 45px;
    line-height: 45px;
  }
  .move-right .btn-02{
    height: 45px;
    line-height: 45px;
    background-position: center right 7px;
  }
  .txt-petit {
    text-align: center;
    font-size: 14px;
  }
  .move-right ul:first-child li:first-child p:last-child {
    font-size: 13px;
    background-position: center right 0%;
    width: 140%;
  }
}
.list-brand {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.list-brand li {
  width: 23%;
  margin: 0 2.666% 30px 0;
}
.list-brand li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .list-brand li {
    float: left;
    width: 100%;
    margin: 0 0 5% 0;
  }
  .area-brand .list-brand li img {
    width: 100%;
  }
}

@media print {
  .move-left {
    display:none;
  }
}
.move-right ul:first-child li:first-child p:last-child:after{
  background: none;
}
@media only screen and (max-width: 640px) {
  .move-right ul:first-child li:first-child p:last-child{
    width: 100%;
  }
}

/*おいしいニュース*/
ul.oishi_news.column li p.txt-intro{
  padding: 7px 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.4rem;
}
ul.oishi_news.column li p.date{
  font-size: 12px;
  color: #918769;
  margin-bottom: 20px;
  padding: 1px 0 2px;
}
ul.oishi_news.column li p.date.new{
  padding-left: 34px;
  background: url(/oishii_news/img/icon_new.jpg) no-repeat 0;
}
@media only screen and (max-width: 640px) {
  ul.oishi_news.column li p.txt-intro{
    font-size: 15px;
  }
  ul.oishi_news.column li p.date{
    font-size: 12px;
  }
}
.txt-intro {
  padding-left:0;
  word-break:break-all;
}

/*202006 追加*/
.inner_box_col2 {
  width: 48.7%;
}
.inner_box_col2:nth-child(2n+1) {
  float: left;
  margin-right: 2.6%;
}
.inner_box_col2:nth-child(2n) {
  float: right;
}
.inner_box_col2 ul.column.col4 li {
  width: 47.4%;
  margin-right: 5.2%;
}
.inner_box_col2 ul.column.col4 li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 640px) {
  .inner_box_col2 {
    width: 100%;
  }
  .inner_box_col2:nth-child(2n+1),
  .inner_box_col2:nth-child(2n) {
    width: 100%;
    margin-right: 0;
  }
  .inner_box_col2 ul.column.col4 li {
    width: 100%;
    margin-right: 0;
  }
  .no-nav-side {
    padding: 0 20px;
  }

}