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

.sp_img,
.spbr {
  display: none !important;
}
.sp_br {
  display: block;
}

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .pc_img {
    display: none !important;
  }
  .sp_img,
  .spbr {
    display: block !important;
  }
  #header_out {
    display: none;
  }
  #service_list {
    width: 100%;
    border: 0px solid #d0cfcf;
    box-sizing: border-box;
    padding: 0;
  }
  .bx-pager {
    display: none;
  }
  .life,
  .btob,
  .group {
    width: 100%;
    margin-right: 0px;
    float: none;
  }
  .life h4,
  .btob h4,
  .group h4 {
    width: 100%;
    font-size: 1.6rem;
  }
  .shopping div p:first-child,
  .life div p:first-child,
  .btob div p:first-child,
  .group div p:first-child {
    display: none;
  }
  .shopping div p:nth-child(2) {
    float: none;
    width: 100% !important;
  }
  .shopping div {
    width: 100%;
    border-bottom: 1px solid #d0cfcf;
    padding-bottom: 10px;
    height: auto;
  }

  #slide {
    margin-top: 60px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #contents .box2 {
    width: 95%;
    height: auto;
    box-shadow:
      0 -5px 10px rgba(0, 0, 0, 0.1),
      /* 上 */ 0 5px 10px rgba(0, 0, 0, 0.1);
    float: none;
    background-color: white;
    display: flex;
    flex-direction: row-reverse;
    padding-top: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    margin: 0 auto 50px;
  }
  #contents .box2 div h2 {
    font-size: 2rem;
    padding-left: 0;
    background: none;
    border-bottom: 1px solid #2d9b49;
  }
  .box2 p a img {
    width: 100px;
  }
  #contents .box2 div {
    width: 70%;
    float: none;
  }
  .link_btn {
    background: none;
    background-color: #2d9b49;
    width: 95%;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .link_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
  }
  .link_btn a {
    color: white;
    font-size: 1.5rem;
  }
  #box2_wrapper {
    background-color: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .date_box,
  .date_box h3 {
    width: 100%;
    padding-top: 17px;
    background-color: #fff;
    padding-bottom: 40px;
  }
  .date_box dl dd:nth-child(3) {
    width: 100%;
  }
  .shopping h4 {
    width: 100%;
    padding: 15px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  #contents {
    padding-top: 0;
  }
  #contents .box2:last-child {
    margin-bottom: 0;
  }
  .date_box h3 {
    text-align: center;
    color: #2d9b49;
    padding-bottom: 30px;
    border-bottom: none;
    font-size: 2.4rem;
    box-sizing: border-box;
  }
  .date_box dt {
    font-size: 1.6rem;
    color: #bababa;
    padding: 30px 0 15px 0px;
  }
  .pic {
    width: 75px;
    padding: 22px 15px 15px 10px;
  }
  .date_box dl dd:nth-child(3) {
    padding: 0 0 30px 0;
  }
  .date_box dl dd {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .date_box dd a {
    font-size: 1.6rem;
    color: inherit;
  }
  .d_none {
    display: none;
  }
  #service_list h3 {
    text-align: center;
    color: #2d9b49;
    padding-bottom: 15px;
    border-bottom: none;
    font-size: 2.4rem;
    box-sizing: border-box;
  }
  .shopping div p {
    font-size: 1.2rem;
    line-height: 2.7rem;
    padding-top: 5px;
  }
  #service_list span {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .date_box span a {
    background-color: #2d9b49;
    width: 60%;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    position: relative;
    display: block;
    margin: 0 auto;
    color: white;
    margin-top: 33px;
  }
  .date_box span a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
  }
  .shopping div:last-child {
    margin-bottom: 30px;
  }
  .life div p:nth-child(2),
  .btob div p:nth-child(2),
  .group div p:nth-child(2) {
    float: none;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.7rem;
  }
  aside {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  aside p {
    padding-bottom: 0;
    padding-right: 0;
    text-align: center;
  }

  aside div div {
    border: 1px solid #2d9b49;
    background-color: #f6f6f6;
    margin-bottom: 30px;
  }
  #stock_info a,
  #stock_info a span {
    font-size: 1.4rem !important;
    padding: 8px;
  }
  #stock_info a {
    background-position: 46px 9px;
  }
  #lnav .link a {
    color: inherit;
    text-align: center;
    padding: 15px 0 15px 0;
    background: url(../img/150625/arrow_pic_002.png) no-repeat 350px 18px;
    border-bottom: 1px solid #2d9b49;
  }
  .box_line.bnr_area {
    margin-bottom: 25px;
    border: 1px solid #2d9b49;
  }
  .box_line ul {
    border: 1px solid #2d9b49;
    border-bottom: none;
  }
  .box_line {
    border: none;
  }
  .box_line h5 {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .box_line h5 img {
    width: 35%;
  }
  img.sp_img[alt="ベルーナのお店"] {
    width: 60%;
  }
  .box_line p {
    font-size: 1.6rem;
    line-height: 2.7rem;
    text-align: left;
    background-color: white;
    padding: 20px 75px 40px;
  }
  #pa_none {
    padding: 0;
  }
  aside .box_line.bnr_area:nth-of-type(2) {
    margin-bottom: 75px;
  }
  .box_line2 {
    background-color:#fff;
    border: none!important;
    border-bottom: 1px solid #d0cfcf!important;
  }

  /* スライダー矢印ボタン */
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: none !important;
    background-image: none !important;
    text-indent: -9999px;
    overflow: visible;
    z-index: 100;
  }

  .bx-wrapper .bx-prev {
    left: 20px;
  }

  .bx-wrapper .bx-next {
    right: 20px;
  }

  .bx-wrapper .bx-prev::before,
  .bx-wrapper .bx-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 23px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.5));
  }

  .bx-wrapper .bx-next::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .bx-wrapper .bx-prev::before {
    transform: translate(-50%, -50%) rotate(-135deg);
  }
}
