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

/*メインスライダー*/
#main-slider {
    padding-bottom: 60px;
    background: #658E24;
}

.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    position: relative;
    margin-bottom: 0 !important;
    z-index: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #95B182 !important;
}

.bx-wrapper .bx-pager {
    bottom: -35px !important;
}
.bx-wrapper .bx-controls-direction a {
    width: 25px !important;
    height: 70px !important;
}
.bx-wrapper .bx-prev {
    background: url("../img/ico_prev-b.svg") no-repeat center !important;
    mix-blend-mode: multiply;
    left: 20px !important;
}
.bx-wrapper .bx-next {
    background: url("../img/ico_next-b.svg") no-repeat center !important;
    mix-blend-mode: multiply;
    right: 20px !important;
}


/*しまね寳楽庵紹介*/

/*基準値1100pxとした場合*/
#about1100 {
    padding-bottom: 2em;
    background: #658E24;
}
#about1100 .a-bg {
    width: 100%;
    background: url("../img/bg_about.jpg") no-repeat;
    background-position: center;
    background-size: 100% auto;
    padding: 100px 0;
}
#about1100 .a-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#about1100 .a-inner h2 {
    width: 50%;
    line-height: 1em;
    color: #FFF;
    font-size: 40px;
    letter-spacing: 0.1em;
}
#about1100 .a-inner h2 span {
    font-size: 20px;
}
#about1100 .a-inner .a-text {
    width: 50%;
    font-size: 25px;
    padding: 0 1em;
}

@media screen and (max-width: 1100px) {
    #about1100 .a-bg {
        background-size: auto 100%;
    }
    
    #about1100 .a-inner h2 {
        padding: 100px 20px;
        font-size: 35px;
    }
}

@media screen and (max-width: 900px) {
    #about1100 .a-inner h2 {
        font-size: 30px;
    }
    #about1100 .a-inner .a-text {
        font-size: 23px;
    }
}

@media screen and (max-width: 780px) {
    #about1100 .a-bg {
        background: none;
        padding: 0;
    }
    #about1100 .a-inner {
        display: block;
    }
    #about1100 .a-inner h2 {
        width: 100%;
        background: url("../img/bg_about-sp.jpg") no-repeat center bottom;
        background-size: cover;
    }
    #about1100 .a-inner h2 span {
        font-size: 16px;
    }
    #about1100 .a-inner .a-text {
        width: 100%;
        background: #FFF;
        padding: 3em 20px;
        font-size: 20px;
    }
}


/*商品紹介*/
#product {
    background-image: url("../cmn/img/bg01.jpg");
    background-repeat: repeat;
}
#product .bgP {
    background-image: 
    url("../img/bgC02.png"), 
    url("../img/bgC03.png"), 
    url("../img/bgC03.png"), 
    url("../img/bgC01.png"), 
    url("../img/bgC01.png"), 
    url("../img/bgC02.png"), 
    url("../img/bgC03.png"),
    url("../img/bgC01.png"),
    url("../img/bgC02.png"); 
    background-position: 
    top 2% left 30%, 
    top 4% right -7%, 
    top 30% left -6%, 
    top 42% right -6%, 
    bottom 45% left -3%, 
    bottom 23% left -2%, 
    bottom 18% right -1%,
    bottom 10% left 50%,
    bottom 2% right 5%;
    background-repeat: no-repeat;
    background-size: 
    147px auto, 
    268px auto, 
    268px auto, 
    160px auto, 
    160px auto, 
    170px auto, 
    268px auto,
    167px auto,
    147px auto;
}

.product-movie {
     background: #FFF;
     padding: 80px 50px;
     border-radius: 20px;
}
.read-more label,
.read-more input[type="checkbox"]{
    display: none;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 4em 0 1em;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.p-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-box > li {
    width: 47%;
    border-radius: 20px;
    background: #FFF;
    margin-top: 70px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
}
.slick-list {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.slick-prev {
    left: 15px !important;
    z-index: 1;
    width: 25px !important;
    height: 25px !important;
}
.slick-next {
    right: 15px !important;
    z-index: 1;
    width: 25px !important;
    height: 25px !important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-next:before{
    content: "" !important;
    background: url("../img/ico_next.svg") center !important;
    background-size: contain!important;
}

.slick-prev:before{
    content: "" !important;
    background: url("../img/ico_prev.svg") center !important;
    background-size: contain!important;
}

.p-text {
    padding: 1.5em;
    border-bottom: 2px solid #EFEFEF;
}
.p-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.p-text .price {
    margin-top: 1em;
}
.p-allergie {
    padding: 1.5em;
}
.p-allergie:before {
    content: "アレルギー物質";
    display: block;
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .product-movie {
        margin: 20px 20px 40px;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 580px) {
    #product .bgP {
        background-image: 
        url("../img/bgC03.png"), 
        url("../img/bgC02.png"), 
        url("../img/bgC03.png"), 
        url("../img/bgC01.png"), 
        url("../img/bgC01.png"), 
        url("../img/bgC03.png");
        background-position: 
        top 1% right -7%, 
        top 32% left -6%, 
        top 48% right -5%, 
        bottom 17% left -5%, 
        bottom 2% left -2%, 
        bottom 1% right 10%;
        background-repeat: no-repeat;
        background-size: 
        176px auto, 
        91px auto, 
        135px auto, 
        116px auto, 
        167px auto, 
        128px auto;
    }

    .read-more {
      position: relative;
      margin: 50px auto 0;
      padding: 0 0 50px;
    }
    .read-more label {
      position: absolute;
      display: table;
      left: 50%;
      bottom: 0;
      margin: 0 auto;
      width: 200px;
      padding: 10px 0;
      color: #333;
      text-align: center;
      border-radius: 5px;
      transform: translateX(-50%);
      cursor: pointer;
      z-index: 1;
    }
    .read-more label:before{
      content: "続きを見る";
    }
    .read-more input[type="checkbox"]:checked ~ label:before {
      content: "元に戻す";
    }
    .read-more input[type="checkbox"]{
      display: none;
    }
    .read-more-content {
      position: relative;
      height: 200px;
      overflow: hidden;
    }
    .read-more input[type="checkbox"]:checked ~ .read-more-content {
      height: auto;
    }
    .read-more-content:before {
      position: absolute;
      display: block;
      content: "";
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
    }
    .read-more input[type="checkbox"]:checked ~ .read-more-content:before {
      display: none;
    }
    
    .p-box {
        display: block;
        padding: 20px;
    }
    .p-box > li {
        width: 100%;
    }
    .p-box > li:first-child {
        margin-top: 0;
    }
    .p-text {
        font-size: 18px;
    }
    .p-text .price {
        font-size: 20px;
    }
}


/*新着情報*/
#news {
    background: url("../cmn/img/bg02.png") repeat;
    padding: 100px 0;
}

#news .section1000 {
    padding: 20px 0 40px;
}
#news .bgW-r {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#news iframe {
    height: 300px;
}

#news iframe {
    height: 360px;
}

#news .link-txt {
    text-align: center;
}
#news .link-txt:hover {
    color: #5C8024;
}
#news .link-txt:after {
    content: "";
    background: url("../cmn/img/icon01.svg") no-repeat center;
    background-size: contain;
    width: 5px;
    height: 10px;
    display: inline-block;
    vertical-align: 0.1em;
    margin-left: 1em;
}
#news .link-txt:hover:after {
    content: "";
    background: url("../cmn/img/icon01_on.svg") no-repeat center;
}

@media screen and (max-width: 1000px) {
    #news {
        padding: 60px 1em;
    }
}

@media screen and (max-width: 580px) {
    #news iframe {
        height: 65vh
    }
}

@media screen and (max-width: 440px) {
    #news iframe {
        height: 50vh;
    }
}


/*店舗のご案内*/
#store {
    background: url("../cmn/img/bg03.jpg") repeat;
}
#store .section1000 {
    padding-bottom: 50px;
}

#store .store-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3em;
}
#store .store-box figcaption {
    width: 48%;
}
#store .store-box figure {
    width: 49%;
    margin-top: 1em;
}
#store .storeinfo {
    background: #FFF;
    padding: 1em;
    border-radius: 20px;
    margin-top: 0.7em;
    line-height: 1.5em;
}
#store .storeinfo .Gmap {
    color: #009DFF;
}

@media screen and (max-width: 1000px) {
    #store {
        padding: 20px;
    }
}

@media screen and (max-width: 580px) {
    #store .section1000 {
        padding-bottom: 0;
    }
    #store .store-box {
        display: block;
    }
    #store .store-box figcaption,
    #store .store-box figure {
        width: 100%;
    }
    #store .h3_Mcmn {
        font-size: 20px;
    }
}

/*販売店情報*/
#shopinfo {
    background: url("../cmn/img/bg03.jpg") repeat;
}
#shopinfo .section1000 {
    padding-top: 50px;
}
@media screen and (max-width: 1000px) {
    #shopinfo .bgS {
        padding: 20px;
    }
}

/*お取り寄せ*/
#order {
    background-image: url("../cmn/img/bg01.jpg");
    background-repeat: repeat;
    padding-bottom: 100px;
}

#order .bgO {
    background-image: 
    url("../img/bgC02.png"), 
    url("../img/bgC03.png"), 
    url("../img/bgC03.png"), 
    url("../img/bgC01.png"), 
    url("../img/bgC01.png"), 
    url("../img/bgC03.png"),
    url("../img/bgC02.png");
    background-position: 
    top 2% right 2%, 
    top 4% left -15%, 
    top 28% right -7%, 
    bottom 40% left -5%, 
    bottom 25% right -4%, 
    bottom 0 left -10%,
    bottom 0 right -2%;
    background-repeat: no-repeat;
    background-size: 
    147px auto, 
    268px auto, 
    268px auto, 
    160px auto, 
    160px auto, 
    268px auto,
    170px auto;
}

#order .btn_fax {
    background: #9D823B;
    color: #FFF;
    font-weight: 700;
    font-size: 22px;
    padding: 0.5em 1em;
    position: relative;
    display: inline-block;
    margin: 1em 0;
}
#order .btn_fax:before {
    content: "";
    background: url("../img/ico_fax.svg") no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: -2px;
    margin-right: 10px;
}
#order .btn_fax:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0; 
    border-bottom: 13px solid #C7AB61;
    border-right: 13px solid transparent;
}
#order .btn_fax:hover {
    background: #C7AB61;
}

#order .txt_fax {
    font-size: 30px;
    line-height: 1;
}
#order .txt_fax span {
    font-size: 40px;
}
#order .txt_tel {
    font-size: 20px;
}
#order .txt_tel strong {
    font-size: 30px;
    letter-spacing: 0.05em;
}

.formTable {
    text-align: left;
    width: 100%;
}
.formTable td {
    padding: 1em 0;
}
.formTable .need {
    color: #FF0000;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 500;
}

.formTable input[type="text"],
.formTable textarea {
    background: #FFF;
    border: 1px solid #DDD;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    color: #7E7E7E;
}

input[type="submit"],
input[type="reset"]{
    letter-spacing: 1.5px;
    padding: 12px 1.5em;
    border: 1px solid #707070;
    border-radius: 4px;
    font-weight: 700;
    background: #FAF8F4;
    margin-bottom: 10px;
}

input[type="submit"]:hover,
input[type="reset"]:hover{
    background: #658E24;
    border: 1px solid #658E24;
    color: #FFF;
}

@media screen and (max-width: 1000px) {
    #order {
        padding-top: 40px;
    }
    #order .inner900,
    #order .inner1000{
        padding: 20px;
    }
    #form {
        padding: 2em 20px;
    }
}

@media screen and (max-width: 580px) {
    #order .bgO {
        background-image: 
        url("../img/bgC03.png"), 
        url("../img/bgC02.png"), 
        url("../img/bgC03.png");
        background-position: 
        top 0 left -20%, 
        top 1.5% right -2%, 
        top 48% right 6%;
        background-repeat: no-repeat;
        background-size: 
        130px auto, 
        91px auto, 
        92px auto;
    }

    #order .txt_fax {
        font-size: 20px;
    }
    #order .txt_fax span {
        font-size: 30px;
    }
    #order .btn_fax {
        font-size: 18px;
        line-height: 1.4em;
        width: 100%;
    }
    
    #order .txt_tel span{
        text-indent: -3em;
        padding-left: 3em;
        display: block;
        margin: 0 auto;
    }
    
    #form {
        padding-top: 100px;
        background-image: 
        url("../img/bgC01.png"), 
        url("../img/bgC01.png"),
        url("../img/bgC01.png");
        background-position: 
        top 0 left 2%, 
        top 65% left -4%,
        bottom 0 right -4%;
        background-repeat: no-repeat;
        background-size: 
        130px auto, 
        167px auto,
        108px auto;
    }
    
    #form .inner1000 {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}

#storeinfo {
    background: url("../cmn/img/bg03.jpg") repeat;
}

@media screen and (max-width: 1000px) {
    #storeinfo {
        padding: 20px;
    }
}