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

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

.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: #739DA5 !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: #7AB9C6;
}
#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/bgM.png"), 
    url("../img/bgM.png"), 
    url("../img/bgM.png"), 
    url("../img/bgM.png"), 
    url("../img/bgM.png"), 
    url("../img/bgM.png"), 
    url("../img/bgM.png");
    background-position: 
    top 4% left -2%, 
    top 6% right -2%, 
    top 27% left -6%, 
    top 39% right -2%, 
    bottom 32% left -3%, 
    bottom 16% right -2%, 
    bottom 2% left -3%;
    background-repeat: no-repeat;
    background-size: 
    100px auto, 
    130px auto, 
    125px auto, 
    130px auto, 
    115px auto, 
    115px auto, 
    115px auto;
}
.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: 580px) {
    #product .bgP {
        background-image: 
        url("../img/bgM.png"), 
        url("../img/bgM.png"), 
        url("../img/bgM.png"), 
        url("../img/bgM.png"), 
        url("../img/bgM.png"), 
        url("../img/bgM.png");
        background-position: 
        top 1% right -20%, 
        top 23% left -6%, 
        top 47% right -15%, 
        bottom 37% right 10%, 
        bottom 21% left 0, 
        bottom 1% right 20%;
        background-repeat: no-repeat;
        background-size: 
        120px auto, 
        80px auto, 
        120px auto, 
        105px auto, 
        70px auto, 
        85px auto;
    }
    .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: #7AB9C6;
}
#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: #FFF;
}
@media screen and (max-width: 1000px) {
    #store {
        padding: 20px;
    }
}

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

#order .bgO {
    background-image: 
    url("../img/bgM.png"), 
    url("../img/bgM.png"), 
    url("../img/bgM.png"), 
    url("../img/bgM.png"), 
    url("../img/bgM.png"), 
    url("../img/bgM.png");
    background-position: 
    top 2% right -4%, 
    top 27% left -4%, 
    top 66% right -2%, 
    bottom 32% left -2%, 
    bottom 10% right -5%, 
    bottom 0 left -4%;
    background-repeat: no-repeat;
    background-size: 
    140px auto, 
    125px auto, 
    110px auto, 
    100px auto, 
    125px auto, 
    115px auto;
}

#order .btn_fax {
    background: #BFA266;
    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 #B69550;  /* 好みで高さ色を変えてください */ 
    border-right: 13px solid transparent;
}
#order .btn_fax:hover {
    background: #B69550;
}

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

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

@media screen and (max-width: 580px) {
    #order .bgO {
        background-image: 
        url("../img/bgM.png"), 
        url("../img/bgM.png"), 
        url("../img/bgM.png"), 
        url("../img/bgM.png"), 
        url("../img/bgM.png");
        background-position: 
        top 0 right -5%, 
        top 1.5% left -2%, 
        bottom 35% left -6%, 
        bottom 33% right -15%, 
        bottom 0 left 10%;
        background-repeat: no-repeat;
        background-size: 
        75px auto, 
        100px auto, 
        75px auto, 
        100px auto, 
        75px 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;
    }
    
    #form .inner1000 {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}

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