@charset "utf-8";
/* CSS Document */
#mv{background: url("../../beppu/images/beans/mv_bg.jpg") no-repeat center center/cover; margin: 0 0 100px;}

#beans .box-txt{text-align: center; margin: 0 0 90px;}
#beans .box-txt .tit{font-size: 24px; line-height: 1.5; font-weight: bold; margin: 0 0 30px;}
#beans .box-txt .tit sup{font-size: 0.5em;}
#beans .box-txt .cap{font-size: 12px;}

#beans .chart{margin: 0 0 70px; text-align: center;}
#beans .chart p{margin-bottom: 40px;}

#beans .light{background: #c59a3c;}
#beans .lightMedium {background: #b18830;}
#beans .medium{background: #ab7948;}
#beans .mediumDeep{background: #92673d;}
#beans .deep{background: #585250;}
#beans .noCat { background: #eee; color: #333 !important;}

#beans .intro{border: 1px solid rgba(43,144,182,255); padding: 50px 30px 40px; margin: 0 0 85px; position: relative; display: flex; flex-wrap: wrap;}
#beans .intro .tit{width: 180px; height: 40px; line-height: 40px; font-size: 16px; font-weight: bold; text-align: center; background: rgba(43,144,182,255); color: #fff; position: absolute; top: 0; left: 0;}
#beans .intro .number{padding: 30px 0 0 0; width: 200px; display: flex;}
#beans .intro .number p{font-size: 70px; line-height: 1; color: rgba(43,144,182,255); font-weight: bold; text-align: center; margin: 0 10px 0 0;}
#beans .intro .number p:last-of-type{margin: 0;}
#beans .intro .number span{font-size: 18px; color: #f81a5e; display: block; border-top: 5px solid #f81a5e; padding: 6px 0 0 0;}
#beans .intro .cont{width: calc(100% - 200px);}
#beans .intro .txt{margin: 0 0 15px;}
#beans .intro .list{display: flex;}
#beans .intro .item{min-width: 170px; font-weight: bold; margin: 0 25px 0 0;}
#beans .intro .item:last-of-type{margin: 0;}
#beans .intro .list p{font-size: 12px; line-height: 21px; height: 21px; border-radius: 3px; background: #f81a5e; color: #fff; text-align: center;}
#beans .intro .list ul{padding: 10px 7px 0; line-height: 1.4;}
#beans .intro .list2{display: flex; flex-wrap: wrap;justify-content: space-between; width: 100%; margin: 30px 0 0 0;}
#beans .intro .list2 li{color: #fff; font-size: 16px; flex-basis: calc( ( 100% - 20px ) / 5); line-height: 38px; height: 38px; text-align: center; border-radius: 5px; }

#beans .coffee{margin: 0 0 120px;}
#beans .coffee .list{display: flex; flex-wrap: wrap;}
#beans .coffee .item{width: 47%; margin: 0 6% 30px 0;}
#beans .coffee .item:nth-of-type(2n){margin: 0 0 30px;}
#beans .coffee .tit{font-size: 16px; font-weight: bold; padding: 0 0 13px; margin: 0 0 18px; border-bottom: 6px solid #e9f3f9;}
#beans .coffee .tit span{font-size: 12px; line-height: 1; padding: 6px 7px; color: #fff; background: rgba(43,144,182,255); margin: 0 9px 0 0; border-radius: 3px; display: inline-block; vertical-align: middle;}
#beans .coffee .inner{display: flex; justify-content: space-between;}
#beans .coffee .inner .img{width: 50%;}
#beans .coffee .inner .img img{width: 100%;}
#beans .coffee .inner .cont{width: 45%;}
#beans .coffee .inner .txt{border-radius: 4px; color: #fff; text-align: center; font-weight: bold; padding: 3px 5px 2px; line-height: 1.3; margin: 0 0 5px;}
#beans .coffee .inner .star{font-weight: bold; line-height: 1.8; margin: 0 0 5px;}
#beans .coffee .inner .star span{width: 52px; margin: 0 0 0 -0.5em;}
#beans .coffee .inner .txt2{font-size: 12px; line-height: 1.4; padding: 3px 6px; background: #ec5c77; color: #fff; display: inline-block; border-radius: 3px; margin: 0 0 5px; font-weight: bold;}
#beans .coffee .inner .cap{font-size: 12px; line-height: 1.4;}
#beans .coffee .btn{margin: 10px 0 0 0; background: #e9f3f9; border-radius: 3px; text-align: right; line-height: 30px; height: 30px; padding: 0 13px; display: block; font-weight: bold; transition: all .2s ease-in-out;}
#beans .coffee .btn span{background: url("../../images/common/ic_arrow.png") no-repeat center left/18px 18px; padding: 0 0 0 27px; display: inline-block; vertical-align: middle;}
#beans .coffee .btn:hover{background: #beebef;}

#beans .bnr{padding: 30px 0 0; text-align: center;}
#beans .bnr a:hover{opacity: .8;}

.modaal-container iframe{min-height: 70vh;}

/* Media */
@media only screen and (max-width: 1190px){
    #beans .intro{display: block;}
    #beans .intro .number{width: 100%; justify-content: center; margin: 0 0 30px;}
    #beans .intro .cont{width: 100%;}
}

@media only screen and (max-width: 767px){
    #mv{margin: 0 0 60px;}
    
    #beans .box-txt{margin: 0 0 50px;}         
    
    #beans .chart{margin: 0 0 50px;}
    
    #beans .intro{padding: 50px 4% 30px;}
    #beans .intro .list{flex-wrap: wrap;}
    #beans .intro .item{width: 100%; margin: 0 0 20px;}
    
    #beans .coffee{margin: 0 0 80px;}
    #beans .coffee .item{width: 100%; margin: 0 0 30px;}
    
    #beans .bnr{padding: 10px 0 0 0;}
}

@media only screen and (max-width: 480px){
    #beans .box-txt .tit{font-size: 5vw;}
    
    #beans .intro .number p{font-size: 64px;}
    #beans .intro .list2 li{}        
}


/* ============== Example =============== */
#example .beansImg{margin-bottom: 25px;}
#example .box-tit{font-size: 16px; font-weight: bold; padding: 0 0 13px; margin: 0 0 55px; border-bottom: 6px solid #e9f3f9; color: rgba(43,144,182,255);}
#example .box-tit span{font-size: 12px; line-height: 1; padding: 6px 7px; color: #fff; background: rgba(43,144,182,255); margin: 0 9px 0 0; border-radius: 3px; display: inline-block; vertical-align: middle;}

#example .box{padding: 0 15px; display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 0 70px;}
#example .box-img{width: 66%; margin: 0 0 25px 0;}
#example .box-cont{width: 30%;}
#example .box-cont .number{font-size: 86px; line-height: 1; color: rgba(43,144,182,255); font-weight: bold; text-align: center; margin: 0 0 30px; letter-spacing: 0.04em;}

#example .box-cont .btn {  border-radius: 3px; color: #fff; font-size: 18px; font-weight: bold; padding: 10px 10px 10px 10px; text-align: center; margin: 0 0 15px;}
#example .box-cont .btn.light { background: #c59a3c;}
#example .box-cont .btn.lightMedium { background: #b18830;}
#example .box-cont .btn.medium {background: #ab7948; }
#example .box-cont .btn.mediumDeep { background: #92673d;}
#example .box-cont .btn.deep {background: #585250; }
#example .box-cont .btn.noCat {background: #eee; color: #333 !important; }

/* #example .box-cont .btn.light{background: #c59a3c url("../../beppu/images/beans/ic_cafec.jpg") no-repeat center left 24px;}
#example .box-cont .btn.medium{background: #92673c url("../../beppu/images/beans/ic_cafec2.jpg") no-repeat center left 24px;}
#example .box-cont .btn.deep{background: #58524f url("../../beppu/images/beans/ic_cafec3.jpg") no-repeat center left 24px;} */

#example .priceBox { box-sizing: border-box; border-radius: 5px; background: #efefef; text-align: center; flex-basis: 100%; padding: 30px 0;}
#example .priceBox dl { text-align: center; padding:0 10px; }
#example .priceBox dl dt { width: 140px; display: inline-block; margin: 5px; }
#example .priceBox dl dt span { display: block; padding: 0.3em 0 0.4em; font-size: 12px; text-align: center; color: #fff; background: rgba(43,144,182,255); border-radius: 5px; align-self: center;margin-right: 10px;}
#example .priceBox dl dd { display: inline-block; align-self: center; margin: 5px 0;}
#example .priceBox dl dd b { font-size: 200%;}
#example .priceBox a.note { display: block; text-align: center;font-size: 12px; color: #000; width: calc(100% - 20px); max-width: 480px; line-height: 1.2; padding: 1em; box-sizing: border-box; border-radius: 1.5em; margin: 2em auto 0 auto; text-decoration: none; background: #fff;}
#example .shoppingLink { margin: 40px 0 0 0; flex-basis: 100%; }
#example .shoppingLink a { display: block; max-width: 790px; width: 100%; margin: 0 auto;}
#example .shoppingLink p { font-size:14px; color: rgba(43,144,182,255); line-height: 2em; padding: 1.5em; border: rgba(43,144,182,255) solid 2px; border-radius: 5px; text-align: center;}

#example .box-cont .txt2 {font-size: 12px; line-height: 1.4; padding: 3px 6px; background: #ec5c77; color: #fff; display: inline-block; border-radius: 3px; margin: 0 0 5px; font-weight: bold;}
#example .box-cont .txt{margin: 0 0 60px;}

#example .box-cont .star{font-size: 18px; width: 180px; margin: 0 auto;}
#example .box-cont .star li{margin: 0 0 7px;}
#example .box-cont .star span{font-size: 14px; display: inline-block; margin: 0 15px 0 0; line-height: 30px; height: 30px; width: 60px; text-align: center; border-radius: 3px; vertical-align: middle; font-weight: bold;}
#example .box-cont .star .evaluate1{background: #ffe1ec;}
#example .box-cont .star .evaluate2{background: #fff0ba;}
#example .box-cont .star .evaluate3{background: #f8e5c9;}
#example .box-cont .star .evaluate4{background: #e1f1c8;}
#example .box-cont .star .evaluate5{background: #d2ecf9;}
#example .box-cont .star .evaluate6{background: #fde0d3;}

#example .bnr{text-align: center; margin: 0 0 70px; }
#example .bnr a:hover{opacity: .8;}

#example .btn-back{max-width: 330px; height: 50px; line-height: 50px; width: 70%; background: rgba(43,144,182,255); color: #fff; font-weight: bold; border-radius: 5px; display: block; margin: 0 auto; text-align: center; position: relative; z-index: 0; overflow: hidden;}
#example .btn-back:before{content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #07afbc; border-radius: 100%; transform: scale(0); transition: all .5s ease-in-out;}
#example .btn-back:hover:before{transform: scale(2);}


/* Media */
@media only screen and (max-width: 1000px){
    #example #sidecontent{margin: 0 0 120px;}
}

@media only screen and (max-width: 767px){
    #example .box-tit{margin: 0 0 30px;}
    
    #example .box{padding: 0 4%; margin: 0 0 50px;}
    #example .box-img{width: 100%; margin: 0 0 30px;}
    #example .box-img img{width: 100%;}    
    #example .box-cont{width: 100%;}
    #example .box-cont .txt{margin: 0 0 30px;}
    
    #example .bnr{margin: 0 0 50px;}
  
    #example .shoppingLink p { text-align: left;}
  #example .shoppingLink p br { display: none;}
}

@media only screen and (max-width: 480px){
    #example #sidecontent{margin: 0 0 80px;}
    
    #example .box-cont .number{font-size: 64px; margin: 0 0 20px;}
}