@charset "UTF-8";

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

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

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

.show-pc {
  display: block;
}

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

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

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

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

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

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

/*main-visual*/

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

.main-visual .leaf{
  position: absolute;
  right: 0;
  top: 10px;
}

.main-visual h1{
  margin-bottom: 10px;
}

.main-visual-inner{
  background-color: #FFF;
  border-radius: 16px;
  width: 956px;
  margin: 0 auto;
  padding:40px 30px;
}

.drink-set-block{
  width: 896px;
  margin: 40px auto 0;
  *zoom: 1;
}

.drink-set-block:after {
  content: '';
  display: table;
  clear: both;
}

.drink-set-item{
  width: 448px;
  padding: 0 0 0 90px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}


.drink-set-item h2.drink-set-item-ttl{
  font-size: 16px;
  margin: 0;
  width: 210px;
  margin-bottom: 5px;
  margin-top: 8px;
}

.drink-set-item h2.drink-set-item-ttl.size-a{
width: 195px;
}


.drink-ber{
  display: flex;
  flex-wrap: wrap;
}
.drink-ber-sp{
  display: none;
}



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

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

.drink-set-item .note{
  font-size: 15px;
  color: #ff0000;
  margin: 0;
  margin-top: 10px;
}

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

.drink-set-item .notation2{
  font-size: 10px;
  margin-top: -25px;
}


.drink-set-item .price{
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}

.drink-set-item .price.size-b{
  margin-bottom: 20px;
}

.drink-set-item .price.mt7{
  margin-top: 7px;
}

.drink-set-item .price .font-small{
  font-size: 15px;
}

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

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

.font-small-pc{
  font-size: 5px;
}

.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: 60px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 17px;
}

.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: 59px;
  height: 55px;
  position: absolute;
  top: 40px;
  left: 17px;
}

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

/*selection*/
.selection{
  padding: 110px 0 50px;
  background: #eeefce;
}

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

/*cafe*/
.cafe{
  background: #fff;
  width: 956px;
  margin: 0 auto 120px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  padding: 50px 0 30px;
}

.cafe .half-circle{
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  padding-top: 30px;
  margin: 0 auto;
  width: 330px;
  height: 330px;
  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;
}

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

.cafe .lead{
  color: #693905;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.cafe .cafe-image{
  text-align: center;
  margin: 0 0 40px;
}

.cafe-bg{
  position: relative;
  margin: 0 auto 50px;
  background: url(/jonathan/menu/drink_bar/images/bg_js.png) 0 0 no-repeat;
  width: 896px;
  height: 500px;
  padding-top: 292px;
}

.cafe-heading,
.cafe-lead{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; 
}

.certified-bg{
  background: url(/jonathan/menu/drink_bar/images/bg_certified.png) 0 0 no-repeat;
  width: 835px;
  height: 203px;
  margin: 0 auto 30px;
}

.certified-inner {
  width: 775px;
  padding: 30px 0;
  margin: -65px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.certified-badge{
  width: 133px;
}

.certified-text-block{
  width: calc(100% - 150px);
}

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

.certified-detail{
  background: #f4eaab;
  padding: 16px 22px; 
}

.certified-detail-ttl{
  font-size: 15px;
  font-weight: bold;
  color: #653703;
}

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

.type-block{
  color: #FFF;
  width: 835px;
  margin: 0 auto;
  border: 1px solid #FFF;
  padding-top: 26px;
}

.type-block-variety-list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 auto;
  width: 540px;
}

.type-block-variety-list li{
  width: 135px;
  font-size: 14px;
  font-weight:bold;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.type-block-variety-list li .en{
  font-size: 10px;
  font-weight: 400;
  padding-left: 10px;
  display: block;
}

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

.button-js-coffee{
  position: absolute;
  bottom: -25px;
  left: 300px;
  z-index: 2;
}

.seasonal{
  width: 896px;
  margin : 0 auto;
}

.heading-seasonal{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;

}

.heading-seasonal-image{
  width: 284px;
}

.heading-seasonal-text{
  width: calc(100% - 306px);
  font-size: 16px;
  color: #653703;
}

.seasonal-banner-full{
  margin-bottom: 10px;
}

.seasonal-banner-second{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.seasonal-notation{
 font-size: 10px;
 color: #666666;
 margin-bottom: 40px;
}

.rainforest-ttl {
  font-size:20px !important;
  margin-bottom:28px;
  font-weight:bold;
}

.btn-coffee {
  margin:16px auto 0;
  padding-top: 14px;
  border-radius: 25px;
  background-color: #148059;
  width: 300px;
  height: 50px;
  text-align: center;
}

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

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

.yellow-bourbon-icon {
  position: relative;
  top: -70px;
}

.yellow-bourbon {
  margin:96px auto 32px;
  padding-top: 14px;
  border-radius: 10px;
  background: url(/jonathan/menu/drink_bar/images/bg-yellow-bourbon.png) 0 0 no-repeat;
  width: 896px;
  height: 260px;
  text-align: center;
  color: #d5b200;
}

.season-recomend {
  font-size: 22px;
  font-weight: bold;
  background: url(/jonathan/menu/drink_bar/images/ribbon.png) 0 0 no-repeat;
  width: 288px;
  height: 40px;
  margin: 15px auto 15px;
  padding-top: 3px;
  color: #FFF;
}

.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;
}

.yellow-bourbon-ttl {
  font-size: 50px;
  margin: 6px 0 0;
  text-shadow: rgb(57, 0, 0) 6px 0px 0px, rgb(57, 0, 0) 5.91686px 0.995377px 0px, rgb(57, 0, 0) 5.66974px 1.96317px 0px, rgb(57, 0, 0) 5.2655px 2.87655px 0px, rgb(57, 0, 0) 4.71532px 3.71022px 0px, rgb(57, 0, 0) 4.03447px 4.44106px 0px, rgb(57, 0, 0) 3.24181px 5.04883px 0px, rgb(57, 0, 0) 2.35931px 5.51667px 0px, rgb(57, 0, 0) 1.41143px 5.83163px 0px, rgb(57, 0, 0) 0.424423px 5.98497px 0px, rgb(57, 0, 0) -0.574341px 5.97245px 0px, rgb(57, 0, 0) -1.55719px 5.79441px 0px, rgb(57, 0, 0) -2.49688px 5.45578px 0px, rgb(57, 0, 0) -3.36738px 4.96596px 0px, rgb(57, 0, 0) -4.14455px 4.33852px 0px, rgb(57, 0, 0) -4.80686px 3.59083px 0px, rgb(57, 0, 0) -5.33596px 2.74364px 0px, rgb(57, 0, 0) -5.71718px 1.8204px 0px, rgb(57, 0, 0) -5.93995px 0.84672px 0px, rgb(57, 0, 0) -5.99811px -0.150428px 0px, rgb(57, 0, 0) -5.89004px -1.14341px 0px, rgb(57, 0, 0) -5.61874px -2.1047px 0px, rgb(57, 0, 0) -5.19172px -3.00766px 0px, rgb(57, 0, 0) -4.62082px -3.82727px 0px, rgb(57, 0, 0) -3.92186px -4.54081px 0px, rgb(57, 0, 0) -3.11421px -5.12852px 0px, rgb(57, 0, 0) -2.22026px -5.57409px 0px, rgb(57, 0, 0) -1.26477px -5.86518px 0px, rgb(57, 0, 0) -0.274238px -5.99373px 0px, rgb(57, 0, 0) 0.723898px -5.95617px 0px, rgb(57, 0, 0) 1.70197px -5.75355px 0px, rgb(57, 0, 0) 2.63288px -5.39147px 0px, rgb(57, 0, 0) 3.49082px -4.87998px 0px, rgb(57, 0, 0) 4.25202px -4.23324px 0px, rgb(57, 0, 0) 4.89538px -3.46919px 0px, rgb(57, 0, 0) 5.40307px -2.60899px 0px, rgb(57, 0, 0) 5.76102px -1.67649px 0px, rgb(57, 0, 0) 5.95932px -0.697531px 0px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ffffff;
}

.yellow-bourbon-detail{
  color: #FFF;
  font-size: 14px;
  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;
}

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

.cafeinress {
  margin:10px auto 32px;
  padding-top: 14px;
  border-radius: 25px;
  background-color: #f6f7e6;
  width: 896px;
  height: 140px;
  text-align: center;
}

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

.pic-cafe02-1 {
  float: left;
  margin-top: 4px;
  margin-left: 75px;
}
.pic-cafe02-2 {
  float: right;
    margin-top: 14px;
    margin-right: 48px;
}

/*coffee*/
.coffee{
  background: #fff;
  width: 956px;
  margin: 0 auto 120px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  padding: 50px 0 30px;
}

.coffee .half-circle{
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  padding-top: 25px;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  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;
}

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

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

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

.flag-block{
  width: 850px;
  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));*/
  padding-left: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.flag-item-pic{
  margin: 0 20px 0 0;
}

.flag-item-text{
  font-size: 14px;
}

.flag-item-text .en{
  font-size: 10px;
}

.align-right{
  text-align: right;
  padding: 0 70px 0 0;
  font-size: 10px;
}


/*tea*/
.tea{
  background: #fff;
  width: 956px;
  margin: 0 auto 120px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  padding: 50px 0 40px;
}

.tea .half-circle{
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  padding-top: 22px;
  margin: 0 auto;
  width: 330px;
  height: 330px;
  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;
}

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

.tea .lead{
  color: #693905;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0 90px;
}

.tea .note{
  font-size: 10px;
  text-align: right;
  margin: 0 20px 0 0;
}

.special-tea{
  background: #f6f7e6;
  width: 896px;
  margin: 0 auto 40px;
  border-radius: 16px;
  position: relative;
  padding: 70px 0 25px;
}

.special-tea:before{
  background: url(/jonathan/menu/drink_bar/images/pic-special-tea.png) 0 0 no-repeat;
  width: 101px;
  height: 101px;
  content: "";
  display: block;
  top:-45px;
  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: 21px;
}

.special-tea-wrap{
  width: 800px;
  margin: 0 auto;
}

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

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

.special-tea-block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.special-tea-block-item{
  position: relative;
  width: 400px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.icon-new{
  position: absolute;
  background: url(/jonathan/menu/drink_bar/images/icon_new.png) 0 0 no-repeat;
  width: 34px;
  height: 22px;
  bottom: 15px;
  left: 0;
  background-size: contain;
  z-index: 2;
  text-indent: -999px;
}

.special-tea-block-item .text{
/*  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 16px 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: 850px;
  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: 290px;
  margin: 40px 0 0 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: 34px;
  height: 22px;
  bottom: 15px;
  left: 0;
  background-size: contain;
  z-index: 2;
  text-indent: -999px;
}

.regular-tea-item:nth-child(3n){
  width: 250px;
}

.regular-tea-item:nth-child(-n+3){
  margin-top: 0;
}

.regular-tea-item-pic{
  margin-right: 5px;
}
.regular-tea-item-pic-certfied{
  margin-right: 5px;
  position: relative;
}
.regular-tea-item-pic-certfied:after{
  background: url(/jonathan/menu/drink_bar/images/pic-tea-11.png) 0 0 no-repeat;
  content: "";
  width: 43px;
  height: 39px;
  position: absolute;
  right: 0px;
  top: -18px;
}
.regular-tea-item-text{
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
  line-height: 1.4;
}

.regular-tea-item-text .en{
  font-size: 10px;
  font-weight: normal;
  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;
  display: block;
}

.regular-tea-item-text .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-item-text .icon_green{
  display: inline-block;
  background-color: #148059;
  color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
  margin: 10px 0 0 0;
}

/*drink-bar*/
.drink-bar{
  background: #fff;
  width: 956px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  padding: 50px 0 20px;
}

.drinkbar-block{
  width: 600px;
  margin:0 auto 32px 216px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;

}

.drinkbar-item{
  width: 300px;
  margin: 40px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
/*  align-items: center;*/
}

.drinkbar-item:nth-child(3n){
  width: 250px;
}

.drinkbar-item:nth-child(-n+3){
  margin-top: 0;
}

.drinkbar-item-pic{
  margin-right: 5px;
}
.drinkbar-item-pic-certfied{
  margin-right: 5px;
  position: relative;
}
.drinkbar-item-pic-certfied:after{
  background: url(/jonathan/menu/drink_bar/images/pic-tea-11.png) 0 0 no-repeat;
  content: "";
  width: 43px;
  height: 39px;
  position: absolute;
  right: 0px;
  top: -18px;
}
.drinkbar-item-text{
  padding-top: 40px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
  line-height: 1.4;
}

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

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

.drinkbar-item-text .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;
}

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

.drink-bar .half-circle{
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  padding-top: 20px;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  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;
}

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

.bar-block-variety{
  width: 874px;
  margin: 20px auto 0 72px;
}

.bar-block-variety-list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}

.bar-block-variety-list li{
  margin-right: 52px !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.bar-block-variety-list li:nth-child(5n){
  width: 110px;
}

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

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

/*machine*/
.machine{
  background: #fff;
  width: 956px;
  margin: 0 auto 120px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  padding: 50px 0 40px;
}

.machine .half-circle{
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  padding-top: 25px;
  margin: 0 auto;
  width: 330px;
  height: 330px;
  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;
}

.machine .half-circle h2::after{
  background: url(/jonathan/menu/drink_bar/images/icon-new.png) 0 0 no-repeat;
  width: 18px;
  height: 38px;
  display: block;
  content: '';
  margin: 0 auto;
}

.machine-introduce{
  width: 630px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.machine-introduce-text{
  width: 390px;
  color: #000;
}

.machine-introduce-text .copy-main{
  color: #693905;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

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

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

/*enjoy*/
.enjoy{
  background: #fff;
  width: 956px;
  margin: 0 auto 120px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  padding: 50px 0 40px;
}

.enjoy .half-circle{
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  padding-top: 30px;
  margin: 0 auto;
  width: 330px;
  height: 330px;
  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;
}

.enjoy .half-circle h2::after{
  background: url(/jonathan/menu/drink_bar/images/icon-enjoy.png) 0 0 no-repeat;
  width: 18px;
  height: 38px;
  display: block;
  content: '';
  margin: 0 auto;
}

.enjoy .lead{
  color: #693905;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 40px 0;
}

.step{
  padding-left: 0;
  width: 905px;
  margin: 0 auto 40px;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.step li{
  width: 200px;
  margin-right: 35px;
  position: relative;
}

.step li .icon{
  position: absolute;
  top: -30px;
  left: -15px;
}


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

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

.others-list{
  padding-left: 0;
  width: 905px;
  margin: 0 auto;
  list-style-type: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.others-list li{
  margin-right: 28px
}

.others-list li:last-child{
  margin-right: 0;
}

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

/*brands*/
.brands{
  background: #fff;
  width: 956px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  padding: 50px 0 40px;
}

.brands .half-circle{
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  padding-top: 30px;
  margin: 0 auto;
  width: 330px;
  height: 330px;
  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;
}

.brands .half-circle h2::after{
  background: url(/jonathan/menu/drink_bar/images/icon-various.png) 0 0 no-repeat;
  width: 18px;
  height: 38px;
  display: block;
  content: '';
  margin: 0 auto;
}

.brands .lead{
  color: #693905;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 40px 0;
}

.lineup-drink{
  width: 900px;
  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: 280px;
  margin: 30px 20px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.lineup-drink-type:nth-child(3n){
  margin-right: 0;
  width: 290px;
}

.lineup-drink-type:nth-child(-n+3){
  margin-top: 0;
}

.lineup-drink-type ul{
  padding: 0;
}

.lineup-drink-type .logo{
  margin-right: 22px;
}

.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: 70px;
  padding: 40px 0;
  width: 100%;
  background-color: #f4f4f4;
}

.annotation-text {
  margin: 0 auto;
  padding: 30px 25px;
  color: #666;
  font-size: 14px;
  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: 14px;
  font-weight: normal;
  font-family: FontAwesome;
  line-height: 2;
  text-decoration: none;
}

.nowrap{
  white-space: nowrap;
}
.lunch‐drink{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.green_text {
  color:#148059;
}

.pt40 {
  padding-top: 40px;
}

