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

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

.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: #20355A !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とした場合*/
#about1150 {
    padding-bottom: 2em;
    background: #244B93;
}
#about1150 .a-bg {
    width: 100%;
    background: url("../img/bg_about.jpg") no-repeat;
    background-position: center;
    background-size: 100% auto;
    padding: 100px 0;
}
#about1150 .a-inner {
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#about1150 .a-inner h2 {
    width: 50%;
    line-height: 1em;
    color: #FFF;
    font-size: 40px;
    letter-spacing: 0.05em;
}
#about1150 .a-inner h2 span {
    font-size: 20px;
}
#about1150 .a-inner .a-text {
    width: 50%;
    font-size: 25px;
    padding: 0 1em;
}

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

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

@media screen and (max-width: 780px) {
    #about1150 .a-bg {
        background: none;
        padding: 0;
    }
    #about1150 .a-inner {
        display: block;
    }
    #about1150 .a-inner h2 {
        width: 100%;
        background: url("../img/bg_about-sp.jpg") no-repeat center bottom;
        background-size: cover;
    }
    #about1150 .a-inner h2 span {
        font-size: 16px;
    }
    #about1150 .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/bgW.png"), 
    url("../img/bgW.png"), 
    url("../img/bgW.png");
    background-position: 
    top 1% left -2%, 
    top 50% right -2%, 
    bottom 15% right 5%;
    background-repeat: no-repeat;
    background-size: 
    300px auto, 
    300px auto, 
    300px 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/bgW.png"), 
        url("../img/bgW.png"), 
        url("../img/bgW.png"), 
        url("../img/bgW.png"), 
        url("../img/bgW.png");
        background-position: 
        top 0 left -80%, 
        top 22% right -15%, 
        top 35% left -5%, 
        bottom 38% right 0, 
        bottom 12% left -2%;
        background-repeat: no-repeat;
        background-size: 
        246px 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: #133676;
}
#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/bg01.jpg") repeat;
}
#store .bgS {
    background:url("../img/bgC3.png") no-repeat top 10% right -5%;
}

#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 .bgS {
        padding: 20px;
    }
}

@media screen and (max-width: 580px) {
    #store .bgS {
        background:none;
    }
    #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: #FFF;
}
#shopinfo .bgS {
    /*background: url("../img/bgC2.png") no-repeat bottom left -10%;*/
}
@media screen and (max-width: 1000px) {
    #shopinfo .bgS {
        padding: 20px;
    }
}

@media screen and (max-width: 580px) {
    #shopinfo .bgS {
        background:  url("../img/bgC1.png") no-repeat bottom right -50%;
        background-size: auto 80px;
    }
}

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

#order .bgO {
    background-image: 
    url("../img/bgW.png"), 
    url("../img/bgW.png");
    background-position: 
    top 2% right -4%, 
    top 55% left -4%;
    background-repeat: no-repeat;
    background-size: 
    300px auto, 
    300px auto;
}

#order .bgC {
    background-image: 
    url("../img/bgW.png"), 
    url("../img/bgW.png"),
    url("../img/bgW.png");
    background-position: 
    top 2% right -4%, 
    top 40% left -4%,
    bottom -1% right 8%;
    background-repeat: no-repeat;
    background-size: 
    300px auto, 
    300px auto,
    300px auto;
    padding-bottom: 100px;
}

#order .btn_fax {
    background: #244B93;
    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 #0D337B;
    border-right: 13px solid transparent;
}
#order .btn_fax:hover {
    background: #0D337B;
}

#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: #133676;
    border: 1px solid #133676;
    color: #FFF;
}

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

@media screen and (max-width: 580px) {
    #order .bgO {
        background-image: none;
    }
    #order .bgC {
        background-image: none;
    }

    #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;
    }
    
    #form .inner1000 {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}

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