@charset "UTF-8";

/* =========================================================
    base
   ========================================================= */

p,ul,h1,h2,h3,h4{
  margin: 0;
}



#contents{
  color: #4c3a12;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic M", 游ゴシック ,"游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Meiryo,　sans-serif;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.show-pc {
  display: none !important;
}

.show-pc-inline {
  display: none !important;
}

.show-pc-flex {
  display: none !important;
}

.show-sp {
  display: block;
}

.show-sp-inline {
  display: inline;
}

.show-sp-flex {
  display: flex;
}

img{
  width: 100%;
  height: auto;
}

/* =========================================================
    contents
   ========================================================= */

.main-visual{
  background-color: #fef6ef;
  position: relative;
  padding-bottom: 30px;
}

.main-visual .leaf{
  position: absolute;
  right: 0;
  top: 5px;
  width: 60%;
}

.main-visual-inner{
  background-color: #FFF;
  border-radius: 10px;
  width: initial;
  margin: 0 15px 0;
  padding: 15px 15px;
}

.drink-set-block{
  width: 100%;
  margin: 20px auto 0;
}

.drink-set-item{
  width: 100%;
  padding: 0;
  position: relative;
}

.drink-set-item .lunch{
  width: calc(420/640*100vw); 
}

.drink-ber{
 display: none; 
}

.drink-set-item h2.drink-set-item-ttl{
  font-size: 17px;
  margin: 0;
  width: 100%;
  margin-bottom: 0px;
}

.drink-set-item h2.drink-set-item-ttl.mb5{
  margin-bottom: 5px;
}

.drink-set-item h2.drink-set-item-ttl .en{
  font-size: 10px;
  display: block;
  font-weight: normal;
}

.drink-set-item .note{
  font-size: 17px;
  color: #ff0000;
}

.drink-set-item .nota {
  color: #ff0000;
  margin: 0;
  font-size: 12px;
}

.drink-set-item .notation{
  margin: 0 0 15px 0;
  word-break: normal;
}

.drink-set-item .notation2{
  word-break: normal;
}

.drink-set-item .price{
  display: none;
}

.drink-set-item .price2{
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  text-align: right;
}

.drink-set-item .price2 .font-small{
  font-size: 13px;
}

.font-small-a{
  font-size: 12px;
}

.font-small-sp{
  font-size: 9px;
}

.drink-set-item.item01::before{
  background: url(/jonathan/menu/drink_bar/images/icon-drink-pink.png) 0 0 no-repeat;
  content: '';
  display: inline-block;
  width: calc(66/640*100vw);
  height: calc(60/640*100vw);
  background-size: contain;
}

.drink-set-item.item02::before{
  background: url(/jonathan/menu/drink_bar/images/icon-drink-brown.png) 0 0 no-repeat;
  content: '';
  display: inline-block;
  width: calc(66/640*100vw);
  height: calc(60/640*100vw);
  background-size: contain;
}

.lunch{
  width: inherit;
    height: 21px;
    margin-top: 20px;
}
.lunch‐drink{
  margin-top: 20px;
}
  /*selection*/
.selection{
  padding: 80px 0 20px;
  background: #eeefce;
}

.font-zeikomi{
  font-size: 20px;
}

/*selection*/
.selection-02{
  padding: 80px 0 20px;
  background: #fef6ef;
}

/*cafe*/
.cafe{
  background: #fff;
  width: initial;
  margin: 0 15px 80px;
  padding-bottom: 8px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}

.cafe .half-circle{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  padding-top: 15px;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  text-align: center;
  background-position: 12px 10px;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  background-color: #FFF;
}

.cafe .half-circle h2{
  text-align: center;
  margin: 0 auto;
  width:82px;
}

.cafe .half-circle h2::after{
  background: url(/jonathan/menu/drink_bar/images/icon-beans.png) 0 0 no-repeat;
  width: calc(35/640*100vw);
  height: calc(30/640*100vw);
  background-size: cover;
  display: block;
  content: '';
  margin: 0 auto;
}

.cafe .lead{
  color: #693905;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding-top: 30px;
}

.cafe .cafe-image{
  text-align: center;
  margin: 0 auto 20px;
  width: calc(520/640*100vw);
}

.cafe-bg{
  position: relative;
  margin: 0 auto calc(80/950*100vw);
  width: calc(520/640*100vw);
}

.cafe-heading,
.cafe-lead{
  display: none;
}

.cafe-image-sp{
  padding-top: calc(80/640*100vw);
}

.certified-bg{
  background: url(/jonathan/menu/drink_bar/images/sp_bg_certified.png) 0 0 no-repeat;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-size: cover;
}

.certified-inner {
  width: calc(480/640*100vw);
  padding: 30px 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.certified-badge{
  width: calc(83/640*100vw);
}

.certified-text-block{
  width: calc(359/640*100vw);
}

.certified-ttl{
  text-align: center;
  margin-bottom: 16px;
}

.certified-detail{
  background: #f4eaab;
  padding: calc(30/640*100vw) calc(20/640*100vw);
  margin-top:calc(20/640*100vw); 
}

.certified-detail-ttl{
  font-size: 12px;
  font-weight: bold;
  color: #653703;
  margin-bottom: calc(20/640*100vw);
}

p.certified-detail-text{
  font-size: 12px;
}

.bg-brown-wrap-sp{
  position: relative;
  background: #251107;
  padding: calc(40/640*100vw) 0 calc(40/640*100vw);
}

.type-block{
  width: calc(460/640*100vw);
  margin: 0 auto;
  color: #FFF;
  border: 1px solid #FFF;
  padding: calc(20/640*100vw) calc(20/640*100vw);
}

.type-block-ttl{
  width: 100%;
  margin: 0 0 15px 0;
}

.type-block-ttl-wrap{
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
}

.type-block-ttl-wrap .title{
    font-size: 14px;
    padding: 0 0 0 20px;
}

.type-block-ttl-wrap .title .en{
  font-size: 10px;
  padding-left: 5px;
}

.type-block-ttl-wrap .icon{
  font-size: 8px;
  background: #e60039;
  display: inline-block;
  color: #FFF;
  padding: 2px 10px;
  border-radius:  4px;
  margin-left: 20px;
}

.type-block-ttl-wrap .title::before{
  display: inline-block;
  margin: 3px 4px 0 -12px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #47240c;
}


.type-block-variety{
  width: 100%;
  margin: 0;
}

.type-block-variety-list{
  list-style-type: none;
  margin: 0 0 0 20px;
  padding: 0 0 10px 0;
}

.type-block-variety-list li:last-child{
  margin-bottom: 0;
}

.type-block-variety-list li{
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
  padding: 0 10px 0;
}

.type-block-variety-list li .en{
  font-size: 10px;
  font-weight: normal;
  margin-left: 10px;
}

.type-block-variety-list li::before{
  display: inline-block;
  margin: 3px 4px 0 -12px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #148059;
}

.btn-coffee {
  position: relative;
  margin:calc((30/640 * 100vw) * -1) auto 0;
  padding-top: calc(18/640 * 100vw);
  border-radius: 25px;
  background-color: #148059;
  height: 50px;
  text-align: center;
  z-index: 2;
}

.btn-coffee-text {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}


.seasonal{
  width: calc(520/640 * 100vw);
  margin : 0 auto;
}

.heading-seasonal{
  margin-bottom: 25px;
}

.heading-seasonal-image{
  display: block;
  width: calc(400/640 * 100vw);
  margin-bottom: calc(25/640 * 100vw);
  margin-left: calc((25/640 * 100vw) * -1);
}

.heading-seasonal-text{
  width: 100%;
  font-size: 14px;
  color: #653703;
  display: block;
}

.seasonal-banner-full{
  margin-bottom: calc(20/640 * 100vw);
}

.seasonal-banner-second{
  display: block;
  margin-bottom: calc(20/640 * 100vw);
}

.seasonal-banner-second-item{
  margin-bottom: calc(20/640 * 100vw);
}

.seasonal-notation{
 font-size: 10px;
 color: #666666;
 margin-bottom:  calc(35/640 * 100vw);
}

.link-vector {
  position: relative;
  width: 9px;
  top: 4px;
  left: 25px;
}

.yellow-bourbon-icon {
  position: relative;
  width: 60px;
  top: -43px;
}

.yellow-bourbon {
  margin: 72px auto 32px;
  padding-top: 12px;
  border-radius: 10px;
  background: url(/jonathan/menu/drink_bar/images/sp-bg-yellow-bourbon.png) 0 0 no-repeat;
  width: 100%;
  height: 0;
  text-align: center;
  background-size: contain;
  padding-bottom: 118.2692%;
}

.season-recomend {
  font-size: 16px;
  font-weight: bold;
  background: url(/jonathan/menu/drink_bar/images/ribbon.png) 50% 50% no-repeat;
  width: 90%;
  height: calc(70 / 750 * 100vw);
  margin: calc(20 / 750 * 100vw) auto calc(10 / 750 * 100vw);
  padding-top: 6px;
  color: #FFF;
  background-size: cover;
  text-align: center;
}

.brown-text {
  color: #693905;
  font-weight: bold;
}

.season-recomend-text{
  color: #f6ce8b;
  font-weight: bold;
  text-shadow: #a21200 2px 0px,  #a21200 -2px 0px,
  #a21200 0px -2px, #a21200 0px 2px,
  #a21200 2px 2px , #a21200 -2px 2px,
  #a21200 2px -2px, #a21200 -2px -2px,
  #a21200 1px 2px,  #a21200 -1px 2px,
  #a21200 1px -2px, #a21200 -1px -2px,
  #a21200 2px 1px,  #a21200 -2px 1px,
  #a21200 2px -1px, #a21200 -2px -1px;
  margin-top: 14px;
}

.sp-pic-yellow-bourbon {
  position: absolute;
  width: 60px;
  top: 70px;
  right: 10px;
}

.yellow-bourbon-ttl {
  font-size: 24px;
  margin: calc(48 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
  text-shadow: #390000 2px 0px,  #390000 -2px 0px,
  #390000 0px -2px, #390000 0px 2px,
  #390000 2px 2px , #390000 -2px 2px,
  #390000 2px -2px, #390000 -2px -2px,
  #390000 1px 2px,  #390000 -1px 2px,
  #390000 1px -2px, #390000 -1px -2px,
  #390000 2px 1px,  #390000 -2px 1px,
  #390000 2px -1px, #390000 -2px -1px;
  font-weight: bold;
  color: #ffffff;
}

.pic-yellow-bourbon {
  position: relative;
  top: 50px;
  left: 100px;
}

.yellow-bourbon-text {
  width: 90%;
  font-size: 14px;
  margin: 0 auto;
  color: #FFF;
  text-shadow: #a21200 2px 0px,  #a21200 -2px 0px,
  #a21200 0px -2px, #a21200 0px 2px,
  #a21200 2px 2px , #a21200 -2px 2px,
  #a21200 2px -2px, #a21200 -2px -2px,
  #a21200 1px 2px,  #a21200 -1px 2px,
  #a21200 1px -2px, #a21200 -1px -2px,
  #a21200 2px 1px,  #a21200 -2px 1px,
  #a21200 2px -1px, #a21200 -2px -1px;
}

.cafeinress {
  margin:10px auto 32px;
  padding-top: 14px;
  border-radius: 25px;
  background-color: #f6f7e6;
  width: calc(520/640 * 100vw);
  height: 265px;
  text-align: center;
}

.cafeinress-text {
  font-size: 17px;
  margin-top: 19px;
}

.sp-pic-cafe02 {
  text-align: center;
  width: 210px;
  margin-top: 14px;
}

.rainforest-ttl {
  font-size:20px;
  margin-bottom:28px;
  font-weight:bold;
  text-align: center;
}
.sp-rainforest-img {
  width: 100px;
  height: 88px;
  margin: 0 auto;
}

/*coffee*/
.coffee{
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: initial;
  margin: 0 15px 80px;
  padding: 15px 15px;
}

.coffee .half-circle{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  padding-top: 15px;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  text-align: center;
  background-position: 12px 10px;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  background-color: #FFF;
}

.coffee .half-circle h2{
  text-align: center;
  margin: 0 auto;
  width: 120px;
}

.coffee .half-circle h2::after{
  background: url(/jonathan/menu/drink_bar/images/icon-coffee.png) 0 0 no-repeat;
  width: calc(35/640*100vw);
  height: calc(33/640*100vw);
  background-size: cover;
  display: block;
  content: '';
  margin: 0 auto;
}

.coffee .lead{
  color: #693905;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding-top: 30px;
}

.coffee .copy-sub{
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 16px;
}

.flag-block{
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flag-item{
/*  width: calc((100%/4));*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 14px;
  margin-bottom:20px;
  width: 50%;
}

.flag-item-pic{
  width: calc(100/640*100vw);
  margin: 0 10px 0 0;
}

.flag-item-text{
  width: calc(120/640*100vw);
  font-size: 14px;
}

.flag-item-text .en{
  font-size: 10px;
}
.align-right{
  text-align: right;
  padding: 0px 20px 0 0;
  font-size: 10px;
}

/*tea*/
.tea{
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: initial;
  margin: 0 15px 80px;
  padding: 15px 15px;
}

.tea .half-circle{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  padding-top: 15px;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  text-align: center;
  background-position: 12px 10px;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  background-color: #FFF;
}

.tea .half-circle h2{
  text-align: center;
  margin: 0 auto;
  width: 140px;
}

.tea .half-circle h2::after{
  background: url(/jonathan/menu/drink_bar/images/icon-tea.png) 0 0 no-repeat;
  width: calc(35/640*100vw);
  height: calc(33/640*100vw);
  display: block;
  content: '';
  margin: 0 auto;
  background-size: contain;
}

.tea .lead{
  color: #693905;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 45px;
  padding-top: 30px;
}

.tea .note{
  font-size: 9px;
  margin: 15px 0 0 20px;
}

.special-tea{
  background: #f6f7e6;
  width: 100%;
  margin: 0 auto 0;
  border-radius: 10px;
  position: relative;
  padding: 50px 0 10px;
}

.special-tea:before{
  background: url(/jonathan/menu/drink_bar/images/pic-special-tea.png) 0 0 no-repeat;
  width: calc(101/640*100vw);
  height: calc(101/640*100vw);
  background-size: contain;
  content: "";
  display: block;
  top:-10%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (orientation: landscape) {
  .special-tea:before{
    background: url(/jonathan/menu/drink_bar/images/pic-special-tea.png) 0 0 no-repeat;
    width: calc(70/640*100vw);
    height: calc(70/640*100vw);
    background-size: contain;
    content: "";
    display: block;
    top:-10%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}


.special-tea h3{
  text-align: center;
  color: #f18d00;
  font-family: georgia;
  font-style: italic;
  margin:0 0 20px 0;
  font-weight: normal;
  font-size: 15px;
}

.special-tea-wrap{
  width: 100%;
  margin: 0 auto;
}

.pic-special {
  width: 36%;
  margin-right: 5px;
  position: relative;
}

.pic-special:after{
  background: url(/jonathan/menu/drink_bar/images/sp-tea-leaf.png) 0 0 no-repeat;
  content: "";
  width: 17px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: -4px;
}

.special-tea-block{
  width: calc(480/640*100vw);
  margin:0 auto;
}

.special-tea-block-item{
  position: relative;
  width: 100%;
  margin: 15px auto 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.icon-new{
  position: absolute;
  background: url(/jonathan/menu/drink_bar/images/icon_new.png) 0 0 no-repeat;
  width: calc(51/640*100vw);
  height: calc(32/640*100vw);
  top: calc(80/640*100vw);
  left: 0;
  background-size: cover;
  z-index: 2;
  text-indent: -999px;
}

.special-tea-block-item .pic{
  width: 33%;
  margin-right: 10px;
}

.special-tea-block-item .text{
  width: 60%;
/*  display: flex;
  align-items: center;
  flex-wrap: wrap;*/
}

.special-tea-block-item .text .title{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 8px 0;
}

.special-tea-block-item .text .title .en{
  font-size: 10px;
  font-weight: normal;
}

.special-tea-block-item .detail{
  font-size: 10px;
}

.special-tea-block-item .icon{
  display: inline-block;
  background-color: #a88754;
  color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
  margin: 10px 0 0 0;
}

.regular-tea-block{
  width: 100%;
  margin:0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.regular-tea-item{
  position: relative;
  width: calc(560/720*100vw);
  margin: 20px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
/*  align-items: center;*/
}

.regular-tea-item-icon-new{
  position: absolute;
  background: url(/jonathan/menu/drink_bar/images/icon_new.png) 0 0 no-repeat;
  width: calc(51/640*100vw);
  height: calc(32/640*100vw);
  top: calc(80/640*100vw);
  left: 0;
  background-size: cover;
  z-index: 2;
  text-indent: -999px;
}

.regular-tea-item-pic{
  margin-right: 10px;
  width: 30%;
}

.regular-tea-item-text{
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
  line-height: 1.4;
  width: 55%;
}

.regular-tea-item-text .en{
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4;
  display: block;
}

.regular-tea-item-text .detail{
  font-size: 10px;
  font-weight: normal;
  display: block;
  margin-top: 8px;
}

.regular-tea-item-text .notation{
  font-size: 10px;
  color: #ff0000;
  line-height: 1.4;
  display: block;
}

.regular-tea-item-text .icon{
  display: inline-block;
  background-color: #a88754;
  color: #FFF;
  border-radius: 3px;
  font-size: 8px;
  font-weight: bold;
  padding: 3px;
  margin: 8px 0 0 0;
}

.regular-tea-item-text .icon_green{
  display: inline-block;
  background-color: #148059;
  color: #FFF;
  border-radius: 3px;
  font-size: 8px;
  font-weight: bold;
  padding: 3px;
  margin: 8px 0 0 0;
}

.sp-rainforest-img-tea {
  width: 48px;
  margin: 0 auto;
}


/*drink-bar*/
.drink-bar{
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: initial;
  margin: 0 15px 10px;
  padding: 10px 10px;
}

.drink-bar .half-circle{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  padding-top: 15px;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  text-align: center;
  background-position: 12px 10px;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  background-color: #FFF;
}

.drink-bar .half-circle h2{
  text-align: center;
  margin: 0 auto;
  width: 85px;
}

.drink-bar .half-circle h2::after{
  background: url(/jonathan/menu/drink_bar/images/icon-drink-bar.png) 0 0 no-repeat;
  width: calc(18/640*100vw);
  height: calc(40/640*100vw);
  background-size: cover;
  display: block;
  content: '';
  margin: 0 auto;
}

.bar-block-variety{
  width: 100%;
  margin: 20px auto 0;
}

.bar-block-variety-list{
  list-style-type: none;
  margin: 30px 0 0 20px;
  padding-left: 20px;
}

.bar-block-variety-list li{
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
}

.bar-block-variety-list li .en{
  font-size: 10px;
  font-weight: normal;
  padding-left: 10px;
  line-height: 1.4;
}

.bar-block-variety-list li::before{
  display: inline-block;
  margin: 3px 4px 0 -12px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #148059;
}

.drinkbar-block{
  width: 100%;
  margin:0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.drinkbar-item{
  width: calc(480/640*100vw);
  margin: 20px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
/*  align-items: center;*/
}

.drinkbar-item-pic{
  margin-right: 10px;
  width: 30%;
}

.drinkbar-item-text{
  font-size: 14px;
  font-weight: bold;

  padding-top: 40px;
  padding-left: 5px;
  line-height: 1.4;
  width: 69%;
}

.drinkbar-item-text .en{
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4;
  display: block;
}

.drinkbar-item-text .notation{
  font-size: 10px;
  color: #ff0000;
  line-height: 1.4;
  display: block;
}

.drinkbar-item-text .icon{
  display: inline-block;
  background-color: #a88754;
  color: #FFF;
  border-radius: 3px;
  font-size: 8px;
  font-weight: bold;
  padding: 3px;
  margin: 8px 0 0 0;
}

.drinkbar-item-text .icon_green{
  display: inline-block;
  background-color: #148059;
  color: #FFF;
  border-radius: 3px;
  font-size: 8px;
  font-weight: bold;
  padding: 3px;
  margin: 8px 0 0 0;
}

/*machine*/
.machine{
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: initial;
  margin: 0 15px 80px;
  padding: 15px 15px;
}

.machine .half-circle{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  padding-top: 15px;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  text-align: center;
  background-position: 12px 10px;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  background-color: #FFF;
}

.machine .half-circle h2{
  text-align: center;
  margin: 0 auto;
  width: 112px;
}

.machine .half-circle h2::after{
  background: url(/jonathan/menu/drink_bar/images/icon-new.png) 0 0 no-repeat;
  width: calc(18/640*100vw);
  height: calc(40/640*100vw);
  background-size: contain;
  display: block;
  content: '';
  margin: 0 auto;
}

.machine-introduce{
  width: 100%;
  margin: 0 auto;
}

.machine-introduce-text{
  width: 100%;
  color: #000;
}

.machine-introduce-text .copy-main{
  color: #693905;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 15px 0;
}

.machine-introduce-text .sub-copy{
  font-size: 14px;
  margin: 0 0 20px 0;
  text-align: center;
}

.machine-introduce-text .copy-main .emphasize{
  color: #e60039;
}

.machine-introduce-pic{
  width: 55%;
  margin: 0 auto 0 80px;
  position: relative;
}

.machine-introduce-pic img{
  margin-right:0px;
}


/*enjoy*/
.enjoy{
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: initial;
  margin: 0 15px 80px;
  padding: 15px 15px;
}

.enjoy .half-circle{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  padding-top: 15px;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  text-align: center;
  background-position: 12px 10px;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  background-color: #FFF;
}

.enjoy .half-circle h2{
  text-align: center;
  margin: 0 auto;
  width: 110px;
}

.enjoy .half-circle h2::after{
  background: url(/jonathan/menu/drink_bar/images/icon-enjoy.png) 0 0 no-repeat;
  width: calc(18/640*100vw);
  height: calc(40/640*100vw);
  background-size: contain;
  display: block;
  content: '';
  margin: 0 auto;
}

.enjoy .lead{
  color: #693905;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding-top: 20px;
}

.step{
  padding-left: 0;
  width: 100%;
  margin: 0 auto;
  list-style-type: none;
}

.step li{
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 40px;
}

.step li:last-child{
  margin-bottom: 0;
}

.step li .icon{
  position: absolute;
  top: -30px;
  left: -7px;
  width: 16%;
  background-size: cover;
}

.step li .pic{
  margin: 0 10px;
  width: 43%;
}

.step li .text{
  width: 48%;
}

.step li p{
  font-size: 14px;
  margin:0;
}

.others-list{
  padding-left: 0;
  width: 100%;
  margin: 0 auto;
  list-style-type: none;
}

.others-list li{
  margin-bottom: 20px;
}

.others-list .text{
  text-align: center;
  font-size: 11px;
  margin: 0 0 10px 0;
}

/*brands*/
.brands{
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  width: initial;
  margin: 0 15px 0;
  padding: 15px 15px;
}

.brands .half-circle{
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  padding-top: 15px;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  text-align: center;
  background-position: 12px 10px;
  border-radius: 50% 50% 0 0;
  z-index: -1;
  background-color: #FFF;
}

.brands .half-circle h2{
  text-align: center;
  margin: 0 auto;
  width: 110px;
}

.brands .half-circle h2::after{
  background: url(/jonathan/menu/drink_bar/images/icon-various.png) 0 0 no-repeat;
  width: calc(18/640*100vw);
  height: calc(40/640*100vw);
  background-size: contain;
  display: block;
  content: '';
  margin: 0 auto;
}

.brands .lead{
  color: #693905;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 20px 0;
  padding-top: 20px;
}

.lineup-drink{
  width: 100%;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}

.lineup-drink-type{
  width: 100%;
  margin: 30px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.lineup-drink-type:first-child{
  margin-top: 0;
}

.lineup-drink-type .logo-img{
  margin-right: 30px;
  width: calc(100/640*100vw);
}

.lineup-drink-type ul{
  width: 70%;
  padding: 0px;
}

.lineup-drink-item{
  font-size: 14px;
  list-style-type: none;
}

.lineup-drink-item:before{
  display: inline-block;
  margin: 3px 0 0 -12px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.lineup-drink-item.brown:before{
  background-color: #47240c;
}

.lineup-drink-item.green:before{
  background-color: #1f9c48;
}

.lineup-drink-item.purple:before{
  background-color: #ac057e;
}

.lineup-drink-item.yellow:before{
  background-color: #edde2a;
}

.lineup-drink-item.orange:before{
  background-color: #ea9622;
}

.lineup-drink-item.darkgreen:before{
  background-color: #323232;
}

/*annotation-area*/

.area-contents {
  padding-bottom: 0!important;
}

.annotation-area{
  margin-top: 30px;
  padding: 20px 20px 20px;
  width: 100%;
  background-color: #f4f4f4;
}

.annotation-text {
  margin: 0 auto 0;
  padding: 20px 25px;
  color: #666;
  font-size: 12px;
  line-height: 2;
  background-color: #fff;
}

.annotation-text a {
  color: #0a4297;
  text-decoration: underline;
}

.annotation-text a::before {
  display: inline-block;
  margin-right: 4px;
  content: "\f0da";
  color: #0a4297;
  font-size: 12px;
  font-weight: normal;
  font-family: FontAwesome;
  line-height: 2;
  text-decoration: none;
}

.green_text {
  color:#148059;
}

.fs16 {
  font-size: 16px;
}

.fwn {
  font-weight: normal !important;
}
