.banner-no2{
  background: #08062a !important; 
}
div#shipping-information2 {
    display: none;
}
#shipping-information2{
  padding-top: 0.3rem;
  width: 100%;
  height: 3.6rem;
  text-align: center;
  color: #FFF;
  background-color: #301D09;
}
#shipping-information2 p{
  line-height: 1.2rem;
}
.bxslider2{
  margin-top: -0.1rem;
}
/* オーバーレイ検索フォーム */
.ol-searchform {
    position: fixed;
    right: 6%;
    bottom: 4%;
    z-index: 80;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;

}

#ol-search{
  width: 100%;
  max-width: 280px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #EBEBEB;
}

.bx-pager a:hover,
.bx-pager a.active {
  background: #fd7f23 !important;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fd7f23　!important;
}

.p-custom-banner__unit--text a{
font-size:1rem;
}
.sun,.mon,.tue,.wed,.thu,.fri,.sat{
  text-align: center;
}

.pay-txt{
  /* いらないspanで囲んでる。一応保存*/
  font-size: medium;
}

/* お知らせイベント その他*/
.event-etc p{
  position: relative;
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;
}

.shop-holiday{
  color: #FF0033; 
}

.fa-file-alt{
  position: relative;
  left: -0.9em;/*アイコンの位置*/
  font-size:1.4em;/*サイズ*/
  color: #696969; /*アイコン色*/
}

.fa-youtube{
  font-family: "Font Awesome 5 Free";
  content: "\f167";/*アイコンのユニコード*/
  font-size:1.4em;/*サイズ*/
  position: absolute;/*絶対位置*/
  left: 0em;/*アイコンの位置*/
  top: 0em;/*アイコンの位置*/
  color: #696969; /*アイコン色*/
}

.fa-check {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size:1.2em;/*サイズ*/
  left: 0em;/*アイコンの位置*/
  top: 0.1em;/*アイコンの位置*/
  color: #696969; /*アイコン色*/
}

.fa-calendar-check{
  font-family: "Font Awesome 5 Free";
  content: "\f167";/*アイコンのユニコード*/
  font-size:1.4em;/*サイズ*/
  position: absolute;/*絶対位置*/
  left: 0em;/*アイコンの位置*/
  top: 0em;/*アイコンの位置*/
  color: #FF0033; /*アイコン色*/
}

.event-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #eaeaea;
    border-radius: 0.1px;
}
.event-box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 1em;
    padding: 0 9px;
    line-height: 1;
    font-size: medium;
    background: #FFF;
    color: #484848;
    font-weight: bold;
}


/* お知らせイベント */
.event-notice{
  /*text-align: center; */
  color: #484848;/*文字色*/
  border: solid 1px #eaeaea;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.1em;/*角丸*/
  line-height: 1.4em; 
}
.event-notice p {
  margin: 0; 
  padding: 0;
}


/* お知らせ、LINE@ */
.list-box2{
width:100%;
}
.list-box2 ul {
  margin-left:-40px;
  list-style: none;
  display: flex;
  justify-content: space-between;
 
  .list-box2 li:first-child {
    margin-right: auto;
  }
}

.list-box2 .list-box-txt2{
  width: 58%;
  color: #333;
  margin-left: 2em;
  font-size: 0.937rem;
}

.list-box-txt3{
  width: 50%;
  color: #484848;
  margin-right: 1em;
  font-size: 0.93rem;
}

.list-box{
width:100%;
}
.list-box ul {
  margin-left:-40px;
  list-style: none;
  display: flex;
  justify-content: space-between;
 
  .list-box li:first-child {
    margin-right: auto;
  }
}

.list-box-txt{
  width: 70%;
  margin-right: 1em;
  font-size: 0.937rem;
}

/* バナー */
.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #f7b42d;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

/* 全何色のテキストスタイル */
.product-list__name{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  margin-top: .5em;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.product-list__name:hover {
  opacity: .66;
}

.product-list__name:active {
  opacity: 1;
}


.p-top-logo {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  text-decoration: none;
}

.p-top-logo a:hover {
}

.p-top-logo a:active {
}

.p-top-logo .bx-controls-direction a {
  z-index: 105 !important;
}
#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #f7b42d;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}


/*
ーーーーーースマホTOP画像で改造
*/
@media screen and (max-width: 599px) {
  #p-slider{
    display: none;
  }
  .p-top-logo{
    margin-top: -2.1em;
  }
}
@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }
  
  #p-slider .bx-pager {
    bottom: 30px;
  }
  
 .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
    background: #f7b42d;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}
